From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5b123c52699f7c2156627cfb5034b77b@coraid.com> To: 9fans@cse.psu.edu From: Brantley Coile Date: Tue, 5 Apr 2005 18:20:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] PXE bootings Topicbox-Message-UUID: 34970b1e-ead0-11e9-9d60-3106f5b1d025 I'm booting a new box with new Intel GbE interfaces and I have a question. Here is my ndb/local entry for the box: ip=205.185.197.25 ether=00304881bd66 sys=rb1 dom=rb1.coraid.com bootf=/386/9pxeload Here's my /cfg/pxe/00304881bd66 *nomp=1 ether0=type=igbe ether1=type=igbe fs=205.185.197.1 auth=205.185.197.2 console=0 bootfile=ether0!/386/9pccpu bootargs=il -g 205.185.197.254 ether /net/ether0 205.185.197.25 255.255.255.0 On the serial console I see: bootp timed out Then I load the kernel atlas (205.185.197.2!67): /386/9pccpu 664555+521640+124596=1310791 entry: 0x80100020 Plan 9 cpu0: 2995MHz GenuineIntel P4 (cpuid: AX 0x0F29 DX 0xBFEBFBFF) ELCR: 0E20 pcirouting: ignoring south bridge PCI.0.31.0 8086/25A1 That's the last I see of it. I'm putting entries into certain switch statements to id the part. Etherigbe.c doesn't include the 82541 or the 82547. I have both on this motherboard. What do I need to do to keep it form waiting on the bootp? Has anyone already put the did's in for the 82541 and the 82547? Brantley