When I was in Terminal trying to burn an .img file (Mint Linux PPC installer) onto a flash drive, I did:
sudo if=/terminus/mini.img of=/Volumes/MintLinux/mini.img bs=lm
and got:
dd: bs: Invalid argument
Sorry, but I was pretty much just trying to follow the tutoruial from the MintPPC page(http://mintppc.org/content/installation-mintppc-92) for burning it onto a flash drive (Yes, the instructions are for 9.2, but it referred me to that page just to burn and boot from the USB drive). I have no idea what the bs=lm thing is, but I know the rest, and trying without adding it, the flash drive couldn't be booted, even from Open Firmware. (By the way, I tried to boot it from both a Clamshell Indigo iBook and a 1.33 GHz iBook G4. Is there anything I can do to fix this? Thanks!
sudo if=/terminus/mini.img of=/Volumes/MintLinux/mini.img bs=lm
and got:
dd: bs: Invalid argument
Sorry, but I was pretty much just trying to follow the tutoruial from the MintPPC page(http://mintppc.org/content/installation-mintppc-92) for burning it onto a flash drive (Yes, the instructions are for 9.2, but it referred me to that page just to burn and boot from the USB drive). I have no idea what the bs=lm thing is, but I know the rest, and trying without adding it, the flash drive couldn't be booted, even from Open Firmware. (By the way, I tried to boot it from both a Clamshell Indigo iBook and a 1.33 GHz iBook G4. Is there anything I can do to fix this? Thanks!