卖萌的弱渣

I am stupid, I am hungry.

Make Opensuse Installation USB on MacOS

  1. Convert opensuse installtion ios to dmg
1
hdiutil convert -format UDRW -o opensuse-13.01.img opensuse-13.01.iso
  1. Get the current device lists
1
diskutil list

Remeber the current existing device number

  1. Insert USB
1
diskutil list 

again and find the device node assigned to your usb ( e.g. /dev/disk1)

  1. Unmount your USB
1
diskutil unmountDisk /dev/disk1
  1. Burn the flash
1
sudo dd if=/your_img_location/opensuse-13.01.img of=/dev/rdisk1 bs=1m
  1. Ignore the pop-up window and run
1
diskutil eject /dev/disk1
  1. Enjory it