Re: [Etherboot-developers] Driver probing twice in latest 5.1 cvs
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-01-17 01:57:20
|
"Timothy Legge" <tim...@us...> writes: > > > Not much more I can tell you on that one. Try renaming the file you > are > > > tftping without updating the dhcpd.conf file and you shoud see two > lots > > > of probe/reset messages. > > > > This later case is intended. > > > > The sequence displayed should be: > > I meant that because the file will not start booting, you may have a > chance to see the two lots of probing messages... This is before the > initial looking for dhcp server (I believe). Removing/Renaming a file on the tftp server will not cause any activity until a tftp request is attempted. A tftp request will not be attempted until after DHCP reports which file to load, and DHCP tells etherboot which ip address to use. I have a serial console log of etherboot appended so if you can point out rough where you think an extra probe may be happening I am willing to take a look. There is a little extra probing in this image as it looks for a disk driver and I have not compiled one in. And undi_nii while not really an isa devices, is weird one off so etherboot considers it an isa device... Eric Starting: EFI Lanboot ROM segment 0x0000 length 0x0000 reloc 0xbeedd310 Etherboot 5.1.5pre2 (GPL) ELF64 for [undi_nii] Relocating _text from: [00000040beedd310,00000040beffa8e0) to [000000003f0f4a30,000000003f212000) ITC 900 Mhz Boot from (N)etwork (D)isk (F)loppy or from (L)ocal? Probing pci nic... Probing isa nic... [undi_nii]Ethernet addr: 00:30:6E:39:96:3A Searching for server (DHCP)... ..Me: 192.168.0.47, Server: 192.168.0.252, Gateway 192.168.0.252 Loading 192.168.0.252:dual-ia64-boot.ebi .TFTP error 1 (File not found) Unable to load file. <sleep> <abort> Probing isa nic... Probing pci disk... Probing isa disk... <sleep> Boot from (N)etwork (D)isk (F)loppy or from (L)ocal? Probing pci nic... Probing isa nic... [undi_nii]Ethernet addr: 00:30:6E:39:96:3A Searching for server (DHCP)... ..Me: 192.168.0.47, Server: 192.168.0.252, Gateway 192.168.0.252 Loading 192.168.0.252:dual-ia64-boot.ebi .TFTP error 1 (File not found) Unable to load file. <sleep> <abort> Probing isa nic... Probing pci disk... Probing isa disk... <sleep> Boot from (N)etwork (D)isk (F)loppy or from (L)ocal? Probing pci nic... Probing isa nic... [undi_nii]Ethernet addr: 00:30:6E:39:96:3A Searching for server (DHCP)... ..Me: 192.168.0.47, Server: 192.168.0.252, Gateway 192.168.0.252 Loading 192.168.0.252:dual-ia64-boot.ebi .TFTP error 1 (File not found) Unable to load file. <sleep> <abort> Probing isa nic... Probing pci disk... Probing isa disk... <sleep> Boot from (N)etwork (D)isk (F)loppy or from (L)ocal? Probing pci nic... Probing isa nic... [undi_nii]Ethernet addr: 00:30:6E:39:96:3A Searching for server (DHCP)... ..Me: 192.168.0.47, Server: 192.168.0.252, Gateway 192.168.0.252 Loading 192.168.0.252:dual-ia64-boot.ebi .TFTP error 1 (File not found) Unable to load file. <sleep> <abort> Probing isa nic... Probing pci disk... |