I have got iMac power Mac G4 which I wanted to reinstall. I followed a Youtube video to do so, now my machine boots to a command prompt.
How can I proceed from here?
PS: I don't have any install CDs/DVDs.
I have got iMac power Mac G4 which I wanted to reinstall. I followed a Youtube video to do so, now my machine boots to a command prompt.
How can I proceed from here?
PS: I don't have any install CDs/DVDs.
Before you do anything, you need to obtain the install disks. The latest version that was supported was OS X 10.5.8 (Leopard).
I don't recommend downloading them from a torrent site or from an unknown person off the Internet. Your best bet would be to obtain the genuine installer disks from eBay, Craigslist, GumTree, etc. If you have the inclination, you can attempt to install FreeBSD on that G4 (I installed it on a G5 XServe)
Don't wipe your disk until you know you have a working installer. And even if you do have a working installer, make a backup, preferably an image using dd
or another cloning tool, of that hard drive. If things go sideways, you'll have a way to get back to a working machine. Ideally, I would use a different drive and put the original away for safekeeping.
diskutil eject /dev/diskX
where X is the identifier of your CD/DVD drive. Also, if you click and hold your mouse while powering it on, it should eject it.
– Allan
Oct 11 '20 at 16:16
If you can get hold of another Mac from the same era running a compatible OSX version, you can boot the G4 in target mode and link the two Macs with FireWire. Then use something like CarbonCopyCloner to duplicate the system etc onto the G4. I have done this using an Intel iMac running 10.5 as source and a G5 PowerMac as target. Since 10.5 is a "fat" install there was no issue with different architectures.
diskutil list
at the prompt and then share a photo (not a video) on which the result of this is clearly visible. – nohillside Oct 11 '20 at 14:27