0

I have followed the guide from http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx and then at step 8, which is "Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m", I get a problem, it says: "dd: /Downloads/ubuntu.dmg: No such file or directory". I have checked, it should be there.

Help needed, Thanks :)

2 Answers2

1

dd: /Downloads/ubuntu.dmg: No such file or directory means there's a typo in your command.

Most probably, ubuntu.dmg is not in the Downloads folder at the root of the hard drive, but in the Downloads folder of your home folder. So the address would be ~/Downloads/ubuntu.dmg (note the ~).

To be sure to get it correct, just drag ubuntu.dmg from the Finder to the Terminal.

Eliah Kagan
  • 117,780
MichaelC
  • 111
0

Instead of using those directions, try using http://unetbootin.sourceforge.net/ . I have never used it on a Mac but it works on Windows and Linux.

notkevin
  • 731
  • 4
  • 9