Author Topic: Mac OS 9 Booting from network  (Read 5392 times)

Offline teroyk

  • Platinum Member
  • *****
  • Posts: 623
  • -
Mac OS 9 Booting from network
« on: April 30, 2019, 01:54:20 PM »
Booting Mac OS 8 - 9 supported machine (without OS installed) from Netboot server, client side:
1. Boot into Open Firmware by holding down Command+Option+O+F during startup
2. At the prompt (yes there coming that), type: setenv boot-device enet: 5.5.5.5 (change your IP)
3. Type: mac-boot
That is only what you need in client side, but how about server side on Mac OS 9 or is it first version from Netboot come in Mac OS X 10.0 Server?

Have anybody try network booting with supported or unsupported hardware?

Offline kgllewellyn

  • Active Member
  • *
  • Posts: 8
  • CHRP I say, CHRP!
Re: Mac OS 9 Booting from network
« Reply #1 on: April 30, 2019, 03:35:13 PM »
Hello,

You should be able to save yourself a bit of hassle by holding 'N' at startup which will make a NetBoot capable machine check the network for a NetBoot server. Alternatively, if the machine cannot find an OS, it will look to the network to find one.

Although your script is useful if you want to explicitly specify a NetBoot server from OF, that can be useful if you have more than one on your local subnet.

There are no OS 8/9 capable NetBoot servers as far as I'm aware. The technology was introduced with Mac OS X Server 1.0 (The Rhapsody original release), hence why OS 8.5 era machines supported it. There is a 3rd party utility which is now freeware which works on OS X which allows you to host Linux systems as well as OS 9/X called Boot Mania.

Also, word of advice don't try and host OS 9 boot images from 10.5 or later, it just doesn't appear to work. I think it's an incompatibility with AFP in Leopard which OS 9 depends on for NetBooting.

In respect to unsupported hardware, you need Open Firmware at the very least to NetBoot. Although PCI OldWorld Macs did have primitive OF, I believe it only works as far as initializing the PCI bus and not much else, Mac OS is still booted using a Hardware ROM. All New Worlds should support NetBoot barring maybe some of the very earliest models? In relation to unsupported G4s, it might work? I'm planning on testing it, but you will need to insert the modified Mac OS ROM into the .nbi image. But it *should* work.

Hope this info helps!

Offline Protools5LEGuy

  • Global Moderator
  • Platinum Member
  • *****
  • Posts: 2761
Looking for MacOS 9.2.4

Offline teroyk

  • Platinum Member
  • *****
  • Posts: 623
  • -

Offline Syntho

  • Platinum Member
  • *****
  • Posts: 1325
Re: Mac OS 9 Booting from network
« Reply #4 on: October 11, 2020, 10:17:50 PM »
Interesting. Now that I think of it, it would be awfully convenient to boot off offs drive in my NAS or something like that. Not sure if it’s possible with OS8 though.