Reinstall Mac OS on iBook G3 clamshell with only USB port?

geerlingguy

New Tinkerer
Mar 21, 2024
5
12
3
St. Louis, MO
www.jeffgeerling.com
I have a first gen iBook G3 clamshell; I might be able to get the CD-ROM working but I'm not sure yet. With that, I could probably find a way to burn a Mac OS install CD (maybe 8.6?)

but failing that, is there a way to boot this thing off USB, or otherwise reinstall Mac OS after wiping the drive with Disk Utility?

it being an early model, it doesn't have FireWire :(
 

geerlingguy

New Tinkerer
Mar 21, 2024
5
12
3
St. Louis, MO
www.jeffgeerling.com
Found this which says Mac OS 9 can be booted from USB for some Macs:
https://www.macintoshrepository.org...-kit-for-booting-your-g3-g4-from-an-usb-stick
Thanks! I will try it out, maybe format a USB stick on the iBook, drag over the System Folder, and see if that just works. That'd be simplest.

I believe a plain old external USB CD-ROM drive could be used as well.
I do have an old DVD-ROM that I pulled out of a MacBook Pro years ago, I'll see if I can get that going if the USB key doesn't work. Was going to do this today... then got entirely distracted by another project!
 

misterg33

New Tinkerer
Oct 10, 2022
55
14
8
You coul take the drive out and install the OS onto there from another old mac if you have an old mac with a spare bay or an external case for the drive. iFixit has decent take apart instructions for this model if you want to look into it.

- You'll need to do a "Universal" install if you're installing 8.6 or 9.x.
- For OS X, it shouldn't matter since it installs all CPU support for any computer supported by that OS version.

If you're willing to spend a small amount of money, swapping the internal hard drive for something solid state (like a CF or SD adapter) while you've got it apart would probably be worth the time.

Other than that, if you can't get the USB to boot/install as expected, google around (try "open firmware usb boot imac"). There are Open Firmware commands you can use to boot older G3 models from USB. The original Bondi iMac has to be patched this way, but I can't remember if/which clamshell iBooks do.

There's probably a way to netboot/net install the thing over ethernet from an old OS X server, but to me that sounds like a pain if you don't already have OS X Server set up for this somewhere on your network.

Hope this is helpful.
 
  • Like
Reactions: geerlingguy

geerlingguy

New Tinkerer
Mar 21, 2024
5
12
3
St. Louis, MO
www.jeffgeerling.com
I *was* able to boot off the USB drive, but not with the 9.2.2 Universal installer copied to it.

499494702-b4246f4f-0a33-45b3-9ff9-619b29e697ac.jpeg


So I pulled out a 650 MB CD-R, used `hdiutil burn` to burn the iso to a CD, and popped it in. It was a tiny bit crunch at the start, but the mechanism was pretty happy after that. I got through the full install after zeroing the drive, and it's booting up like a champ!

I have a spare IDE CF drive adapter that I'll swap in once the HDD dies, but for now my plan is to put some of the fun old software on there like Nanosaur and Bugdom!

I posted my full log of work on GitHub: https://github.com/geerlingguy/retro-computers/issues/28