Subject: Re: B&W G3 console keyboard foo
To: David Wetzel <dave@turbocat.de>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-macppc
Date: 05/06/1999 15:06:31
On Thu, 6 May 1999, David Wetzel wrote:

> Hi,
> 
> > When you say "boot enet:0" in OF,
> 
> No. It tells me "can't open enet:0" I have to type "boot enet"

Ahh. That's probably because I have two ethernet cards, of which I'm only
using one.

> > I've got bootpd, tftpd, and nfsd running on the boot server.
> 
> Me too.
> 
> > In my bootptab, I've got:
> >
> > themac:\
> > 	bf=ofwboot.elf:hn:ht=ether:\
> > 	ha=<hard ether address of machine>:ip=<ip address of mac>:\
> > 	gw=<IP address of default gateway>:rp=/nfs_export_path:\
> > 	sm=255.255.255.0:hn=auto:
> 
> I have
> 
> powerbook:\
>         bf=ofwboot.elf:hn:ht=ether:\
>         ha=0005020fdcb2:ip=194.77.82.54:\
>         gw=194.77.82.55:rp=/tftpboot:\
>         sm=255.255.255.240:
> 
> because:

The only difference I see is that I don't have rp being the tftp area, but
instead a seperate nfs-exported area.

> May  6 23:17:16 alice bootpd[10770]: in entry named "powerbook", symbol  
> "hn": bad syntax
> 
> 
> after trying to boot (by typing "boot enet") I get:
> 
> May  6 23:22:59 alice bootpd[10859]: version 2.4.1
> May  6 21:22:59 alice tftpd[10868]: 194.77.82.54: read request for  
> /ofwboot.elf: success
> 
> On the server. (I added a "-l" to tftpd in /etc/inetd.conf)
> 
> alice# file /tftpboot/ofwboot.elf
> /tftpboot/ofwboot.elf: ELF 32-bit MSB executable, PowerPC, version 1
> alice# cksum /tftpboot/ofwboot.elf
> 3020983630 58972 /tftpboot/ofwboot.elf
> alice# ls -l /tftpboot/ofwboot.elf
> -rw-r--r--  1 root  wheel  58972 Mar 21 20:41 /tftpboot/ofwboot.elf
> 
> NetBSD alice 1.3.2 NetBSD 1.3.2 (TURBOALICE) #7: Thu Apr 22 00:30:30 MEST  
> 1999     root@alice:/ccd/usr/src/sys/arch/i386/compile/TURBOALICE i386
> 
> On the black PPC, I read still default catch...

I don't understand. My ofwboot.elf has the same checksum, and it works for
me. :-(

What version of the firmware do you have? I have Apple PowerMac1, 1.0f3
BootROM built on 12/08/98 at 17:37:15

OpenFirmware 3.1.0


Maybe do a tcpdump on the server to see what gets read?

Take care,

Bill