Category Archives: dd

how to copy .iso to usb hybrid image

http://community.linuxmint.com/tutorial/view/744

Posted in boot, dd, iso | Leave a comment

OS X make a bootable flash

iso==> dmg hdiutil hdiutil convert -format UDRW -o destination.dmg source.iso dmg==> usb sudo dd if=source.dmg of=/dev/rdisk1 bs=1m

Posted in dd, hdiutil, osx | Leave a comment