On Wed, Feb 20, 2002 at 10:14:39AM -0700, Ronald G Minnich wrote: > On Wed, 20 Feb 2002, Kei Furuuchi wrote: > > > >> Boot from (N)etwork or from (L)ocal? N > > >> Found SIS900 at 0xde00, ROM address 0xff00 > > >> Probing...[SIS900] > > >> sis900_probe: MAC addr 00:00:00:00:00:00 at ioaddr 0XDE00 > > did you zero cmos by any chance? What mainboard exactly is this?
PCCHIPS M758LMR. > > > >> sis900_read_mode: Media Link On 10mbps half-duplex > > what should it be? this look wrong. > > >> Searching for server (RARP)... > > >> Me: 192.168.0.14, Server: 192.168.0.11 > > but it did find your server, so ... > > > >> Loading 192.168.0.11:/tftpboot/kernel.192.168.0.14 .TFTP error 1 (File not >found) > > for tftpboot, on the server, your file needs to be in > /tftpboot/tftpboot/kernel.192.168.0.14 > > since tftpboot runs in the /tftpboot directory. > > The problem is your server setup. > I used etherboot in terms of etherboot project. Which I know I have to set up the server. I used the log for reference to linuxbios' etherboot. That failed to recognize sis900 while etherboot project sis900 can recognize. >> >> Welcome to start32, the open sourced starter. >> >> This space will eventually hold more diagnostic information. >> >> >> >> January 2000, James Hendricks, Dale Webster, and Ron Minnich. >> >> Version 0.1 >> >> >> >> >> >> sis900_probe: MAC addr 00:26:02:40:80:2f at ioaddr 2100 >> >> sis900_probe: Vendor:1039 Device:0900 >> >> sis900_probe: No MII transceivers found! >> >> netboot_init : sis900_probe = 0000 >> >> doing rarp: >> >> And for etherboot: The above part is Linuxbios part of etherboot. The below parrt is Etherboot projecty part of etherboot. And I found that sis900.c file is the same. >> >> >> Boot from (N)etwork or from (L)ocal? N >> >> Found SIS900 at 0xde00, ROM address 0xff00 >> >> Probing...[SIS900] >> >> sis900_probe: MAC addr 00:00:00:00:00:00 at ioaddr 0XDE00 >> >> sis900_probe: Vendor:0X1039 Device:0X0900 >> >> sis900_probe: SiS 900 Internal MII PHY transceiver found at address 1. >> >> sis900_probe: Using SiS 900 Internal MII PHY as default >> >> sis900_read_mode: Media Link On 10mbps half-duplex >> >> Searching for server (RARP)... >> >> Me: 192.168.0.14, Server: 192.168.0.11 >> >> Loading 192.168.0.11:/tftpboot/kernel.192.168.0.14 .TFTP error 1 (File not found) >> >> Unable to load file. >> >> <sleep> >> >> <abort> >> Sorry for confusion. Kei.
