Knowledge
Partition layout
The x86 image is using the following partition layout (as seen from inside of the device):
- /dev/sda1 is a 16MB ext4 /boot partition where GRUB and the kernel are stored.
- /dev/sda2 is a 256MB partition containing the squashfs root filesystem and a read-write f2fs filesystem OR the ext4 root filesystem (depending on what image you have chosen).
Any additional space in the device is unallocated.
...