"We human being, always find a solution, maybe not today, but if you really want to solve a problem, there’s always a way" – Ma Yun @ Stanford, 2013
Monthly Archives: March 2013

Make bootable usb disk from MAC

by Md Imran Hasan Hira

Convert the iso to img

hdiutil convert -format UDRW -o ~/path/to/target_disk_image.img ~/path/to/my_disk_image.iso

Prepare the usb stick (replace diskN with proper disk, i.e. disk2 , disk3 , … )

diskutil list
diskutil unmountDisk /dev/diskN
sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
diskutil eject /dev/diskN

 


Theme by Ali Han | Copyright 2025 Md Imran Hasan Hira | Powered by WordPress