Dish
Group: Members
Posts: 7
Joined: Mar. 2006 |
|
Posted: Mar. 22 2006,20:39 |
|
I also have not gotten it to work, but I understand the terminal part. the easiest way to do it is to make a folder of the bootfloppy-usb.img and the .iso with a name that has no spaces (or _ for the spaces) and to put it in the root of your HD (in other words, go to your finder window, the one with applications, movies, music and such on the side, and click the macintosh HD icon in the top left of the window, and put the folder in there). Now, enter terminal, and put in
cd /(the name of the folder you created)
now, in the next part, there is a bit of a mistake by the author (I presume you are using these instructions, second post. first, go into disk utility and click info on the top. Find disk identifier in the new window and keep that in mind. now the mistake by the author is this. in the instructions, he says to type sudo if=.... But, though I'm not positive about this at all, I have typed in
sudo dd if=....
and it has worked. so you need to type into the terminal (after the cd thing)
sudo dd if=bootfloppy-usb.img of=/dev/diskX bs=512 count=1
every time I have done that, following the instructions perfectly (unmounting partition and such) I have had a problem where the disk says I only have 1.4mb of space left, even though it is a 256mb cruzer micro by SanDisk. Really wierd.
If i figure it out I'll post here again.
Keep trying!
|