Alpine Linux


Create Bootable Device

The Alpine Linux wiki recommends use of fdisk. For more general advice regarding partitioning, see here.

First and foremost, insert the device and ensure it is not mounted. (If it is, umount /dev/sdXN.) Secondly, ensure that the device is not using a GPT partition table. This would be listed by 'Disklabel type' in fdisk. The correct value is dos, not gpt.

Per the wiki:

fdisk /dev/sdX

mkfs.vfat /dev/sdX1

Note that mkfs.vfat and mkdosfs are the same.

Finally, dd the ISO onto the device.


CategoryRicottone