PDA

View Full Version : I am trying to make a bootable usb with a mac part 2



gravitate
November 26th, 2013, 11:11 PM
I have converted the ubuntu ISO to IMG and then tried to put it on the memory stick using this
sudo dd if=ubuntu-12.04.3-desktop-i386.img.dmg of=/dev/rdisk1 bs=1m

I then got an error saying the disk is unreadable. This was after I put my pass word in for the sudo command etc and waited a few minutes. This came up in Terminal:

[code]pc3:Downloads liteaddress$ sudo dd if=ubuntu-12.04.3-desktop-i386.img.dmg of=/dev/rdisk1 bs=1mPassword:
707+0 records in
707+0 records out
741343232 bytes transferred in 81.837366 secs (9058738 bytes/sec)

pc3:Downloads liteaddress$


Did it work?

thatredbird
November 27th, 2013, 04:24 AM
I believe the 707➕0 in/out is from the DD command, so it seems to me that is took in and output the same number of blocks.

not sure what the img.dmg refers to. Seems like it would just be img, but it might be a mac thing.

you might be able to use the
hdiutil convert with greater success.