Create a bootable USB drive from an ISO:
- Download the ISO to a known location
- Download the USB create utility and move to Applications:
http://unetbootin.sourceforge.net/ - Get the disk device node:
diskutil list
e.g. /dev/disk3 - Run unetbootin and select the ISO and the disk
- Rename some resulting files:
cd /Volumes/[USB Drive]
cd boot/isolinux/
mv isolinux.bin syslinux.bin
mv isolinux.cfg syslinux.cfg
cd ../
mv isolinux syslinux
cd ../
mv syslinux.cfg syslinux.old
No comments:
Post a Comment