yannis assael | the blog

  • Home
  • About
  • Categories
    • Android
    • Computing
    • iOS
    • Machine Learning
    • MacOSX
  • GitHub
  • Mobile Apps
  • yannisassael.com


Make Bootable USB from ISO – MacOSX

Written by iassael on 01/02/2013. Posted in computing, macosx

1) Partition your Disk with MBR (in options) in MSDOS FAT
2) Download Unetbootin http://unetbootin.sourceforge.net/unetbootin-mac-latest.zip
3) Select your ISO and click ok
4) Make your partition Active by running:
diskutil list -> find the diskN (N: number)
sudo fdisk -e /dev/rdiskN
>f 1
>write
>exit
5) Ready to boot

Trackback from your site.

Leave a comment