Thursday, June 5, 2014

Make a bootable USB

Copy the .iso file to /dev/sdx (NOT /dev/sdx1)

dd bs=4M if=/path/to/iso of=/dev/sdx

When finished, make sure to zero out the boot record and non-standard partition table:

dd count=1 bs=512 if=/dev/zero of=/dev/sdx

https://wiki.archlinux.org/index.php/USB_Installation_Media

No comments:

Post a Comment