Hello,
While trying to set my Onyx2 to network boot, I have encountered the following issue, which I wasn't able to resolve:
Code:
>> printenv
AutoLoad=No
dbgtty=/dev/tty/ioc30
root=dks0d1s0
nonstop=0
rbaud=19200
OSLoadFilename=unix
TimeZone=PST8PDT
console=d
ConsolePath=default
gConsoleIn=default
gConsoleOut=default
scsihostid=00
ProbeAllScsi=n
RestorePartEnv=y
dbaud=9600
volume=80
sgilogo=y
netaddr=192.168.1.113
diskless=1
SystemPartition=bootp()192.168.1.4:/
OSLoader=janek/unix
OSLoadPartition=192.168.1.4:/diskless/root/janek
Code:
>> boot
Setting $netaddr to 192.168.1.113 (from server ripley)
Obtaining //janek/unix from server ripley
4526359+880360+955088 entry: 0xa80000000001a750
IRIX Release 6.5 IP27 Version 07202013 System V - 64 Bit
Copyright 1987-2006 Silicon Graphics, Inc.
All Rights Reserved.
Setting rbaud to 19200
Warning: cannot initialize primary network interface.
Kernel mount failed, check server, bootparams
or press reset button !!!
Warning: cannot initialize primary network interface.
Kernel mount failed, check server, bootparams
or press reset button !!!
The appropriate path is correctly exported from the nfs server (here: 192.168.1.4), although, the issue here is that it seems that the system can't properly initialize the primary network interface; perhaps due to the fact that they are two network interfaces in the same system, with the following hinv:
Code:
IP27 Node Board, Module 1, Slot n2
ASIC HUB Rev 6, 100 MHz, (nasid 0)
Processor A: 400 MHz R12000 Rev 3.5
Secondary Cache 8MB 266MHz Tap 0xa , (cpu 0)
R12010FPC Rev 3.5
Processor B: 400 MHz R12000 Rev 3.5
Secondary Cache 8MB 266MHz Tap 0xa , (cpu 1)
R12010FPC Rev 3.5
Memory on board, 4096 MBytes (Standard)
Bank 0, 512 MBytes (Standard) <-- (Software Bank 0)
Bank 1, 512 MBytes (Standard)
Bank 2, 512 MBytes (Standard)
Bank 3, 512 MBytes (Standard)
Bank 4, 512 MBytes (Standard)
Bank 5, 512 MBytes (Standard)
Bank 6, 512 MBytes (Standard)
Bank 7, 512 MBytes (Standard)
IP27 Node Board, Module 1, Slot n1
ASIC HUB Rev 6, 100 MHz, (nasid 1)
Processor A: 400 MHz R12000 Rev 3.5
Secondary Cache 8MB 266MHz Tap 0xa , (cpu 2)
R12010FPC Rev 3.5
Processor B: 400 MHz R12000 Rev 3.5
Secondary Cache 8MB 266MHz Tap 0xa , (cpu 3)
R12010FPC Rev 3.5
Memory on board, 4096 MBytes (Standard)
Bank 0, 512 MBytes (Standard) <-- (Software Bank 0)
Bank 1, 512 MBytes (Standard)
Bank 2, 512 MBytes (Standard)
Bank 3, 512 MBytes (Standard)
Bank 4, 512 MBytes (Standard)
Bank 5, 512 MBytes (Standard)
Bank 6, 512 MBytes (Standard)
Bank 7, 512 MBytes (Standard)
XTALK_PCI IO Board, Module 1, Slot io5
ASIC BRIDGE Rev 4, (widget 13)
adapter ID (Vendor 10a9 Device 9 class 2 subclass 2)
(pci id 1)
MSCSI IO Board, Module 1, Slot io3
ASIC BRIDGE Rev 4, (widget 14)
adapter PCI-SCSI Rev 5
(pci id 0)
adapter PCI-SCSI Rev 5
(pci id 1)
adapter PCI-SCSI Rev 5
(pci id 2)
adapter PCI-SCSI Rev 5
(pci id 3)
BASEIO IO Board, Module 1, Slot io1
ASIC BRIDGE Rev 3, (widget 15)
adapter PCI-SCSI Rev 5
(pci id 0)
peripheral SCSI CDROM, ID 6, TOSHIBA CD-ROM XM-6201TA
adapter PCI-SCSI Rev 5
(pci id 1)
adapter IOC3 Rev 1
(pci id 2)
controller multi function SuperIO
controller Ethernet Rev 1
adapter IOC3 Rev 1
(pci id 6)
controller multi function SuperIO
controller Keyboard/Mouse
controller Parallel Port
adapter RAD
(pci id 7)
MIDPLANE, Module 1 Frequency 390 MHz
ASIC XBOW Rev 4, on midplane of Module 1
I have prom disabled the secondary network interface, but haven't observed a different behavior. My bootparams seems correct, it seems, more likely that the system cannot initialize the interface properly; although it can retrieve the kernel from the bootp server properly.
Quote:
>> disable -m 1 -s io5 -pci 1
>> boot
Setting $netaddr to 192.168.1.113 (from server ripley)
Obtaining //janek/unix from server ripley
4526359+880360+955088 entry: 0xa80000000001a750
IRIX Release 6.5 IP27 Version 07202013 System V - 64 Bit
Copyright 1987-2006 Silicon Graphics, Inc.
All Rights Reserved.
Setting rbaud to 19200
WARNING: pcibr_slot_call_device_attach: /hw/module/1/slot/io5/xtalk_pci/pci/1 disabled
Warning: cannot initialize primary network interface.
Kernel mount failed, check server, bootparams
or press reset button !!!
Any pointers would be greatly appreciated; I believe that the nfs+bootp server is properly setup, as multiple Irix machines boot from it.