• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

NetBoot PowerBook Lombard/Mac OS 9

blindowl

Well-known member
Anyone with experience netbooting a PowerBook G3 Lombard/Mac OS 9? I have OS X Server 10.5 running (in VMware Fusion) with NetBoot setup. I've followed this guide to create the Mac OS 9 .nib image and activate the old BootP service required for Mac OS 9: https://www.betaarchive.com/forum/viewtopic.php?f=39&t=28133

When I network boot the PowerBook I can see that the client and server are communicating with each other, but it never downloads any image and will eventually time out.

I see a few error messages, but I'm not sure which are relevant.

From the NetBoot log:

Code:
bootpd[1242]: server starting
bootpd[1242]: can't open /etc/bootptab
bootpd[1242]: server name osx.toom
bootpd[1242]: interface en0: ip 10.0.1.34 mask 255.255.255.0
default: 10.0.1.1
10.0.1 ==> link 4
127 ==> link 0
169.254 ==> link 4
There are 1 entries
 1. Subnet '172.16.35 Ethernet'
    Network: 172.16.35.0/255.255.255.0
    Range: 172.16.35.2..172.16.35.253
    Allocate: no
    Options:
      Code Length   Data
        15     11   6c 6f 63 61 6c 64 6f 6d  61 69 6e
         6      8   7f 00 00 01 ac 10 23 02
         3      4   ac 10 23 02
/var/db/dhcpd_leases: No such file or directory
bootpd[1242]: bsdpd: re-reading configuration
bootpd[1242]: bsdpd: shadow file size will be set to 48 megabytes
bootpd[1242]: bsdpd: age time 00:15:00
NetBoot image sharepoints
NetBootSP0: path /Library/NetBoot/NetBootSP0
NetBoot client sharepoints
NetBootClients0: path /Library/NetBoot/NetBootClients0
Sharepoint   Name                                Identifier Type      BootFile     Image(s)
NetBootSP0   Mac OS 9.2                          0x00000004 Classic   Mac OS ROM   NetBoot HD.img Applications HD.img [ppc] <diskless>
/var/db/bsdpd_clients: No such file or directory
DNS servers: 10.0.1.1 10.0.1.10 10.0.1.10
DNS domain: toom
DNS search: toom
destination address 255.255.255.255
---------------- Client Request --------------------
op = BOOTREQUEST
htype = 1
flags = 0
hlen = 6
hops = 0
xid = 371427
secs = 0
ciaddr = 0.0.0.0
yiaddr = 0.0.0.0
siaddr = 0.0.0.0
giaddr = 0.0.0.0
chaddr = 0:50:e4:ce:11:4
sname = 
file = 
options:
Options count is 3
option_220 (opaque): 
0000  00 00 00 00                                      ....            
option_221 (opaque): 
0000  41 70 70 6c 65 20 4d 61  63 4e 43                 Apple MacNC     
end (none): 
no ip addresses
bootpd[1242]: service time 0.001113 seconds
destination address 255.255.255.255
The "Client Request" will then repeat until the PowerBook times out.

Anyone have any idea?

 

blindowl

Well-known member
Error on the client side (Open Firmware):

Code:
0 > boot enet:0
BOOTP failed : SERVER is not responding can't OPEN: enet:0

 
Last edited by a moderator:
Top