- Find path to USB with: ls -l /dev/disk/by-id/*usb*
- Format USB to FAT32: sudo umount /dev/sdx && sudo mkfs.vfat -I -n "custom name" /dev/sdX
- Replug USB
- Write ISO to usb with: sudo dd if=/path/to/iso of=/dev/sdX bs=4M;sync (or use UNetbootin)
- Make USB first in BIOS boot order (hit F2 or Del at startup)
No comments:
Post a Comment