Greetings! First time poster, I've got an SGI Challenge S (Indy without the graphics hardware) and just received a SCSI2SD V6, and I'm trying to install IRIX 6.5.22 on it.
fx works successfully, and sees sane disk sizes.
Code:
----- partitions-----
part type blocks Megabytes (base+size)
0: xfs 266240 + 29093888 130 + 14206
1: raw 4096 + 262144 2 + 128
8: volhdr 0 + 4096 0 + 2
10: volume 0 + 29360128 0 + 14336
capacity is 29360128 blocks
However, miniroot/unix.IP22 ends with:
Code:
>> bootp():i/22/ovl1/dist/miniroot/unix.IP22
Setting $netaddr to 10.9.8.31 (from server 10.9.8.54)
Obtaining i/22/ovl1/dist/miniroot/unix.IP22 from server 10.9.8.54
Setting $netaddr to 10.9.8.31 (from server 10.9.8.54)
Obtaining i/22/ovl1/dist/miniroot/unix.IP22 from server 10.9.8.54
IRIX Release 6.5 IP22 Version 10070055 System V
Copyright 1987-2003 Silicon Graphics, Inc.
All Rights Reserved.
WD95A SCSI controller 4 - differential external, rev 0, min xfer period 100ns
WD95A SCSI controller 5 - differential external, rev 0, min xfer period 100ns
gfe1: missing
gfe0: missing
xpi0: missing from slot 1
WARNING: Kernname environment variable not set by sash. Runtime symbol table not loaded. Loadable modules will not be registered or loaded.
WARNING: initial mount of root device /hw/node/io/gio/hpc/scsi_ctlr/0/target/1/lun/0/disk/partition/1/block failed with errno 1011
PANIC: vfs_mountroot: no root found
[Press reset to restart the machine.]
(A full fx / miniroot log is attached, as well as SCSI2SD XML.)
SCSI2SD V6has latest firmware (v6.3.2) and is set up as so: No terminator, no limit, parity, SCSI2, short SCSI selection pulses, 6 second startup delay. Hard drive, ID 1, start 0, sector size 512, sectors 29360128, default vendor etc. However, I've basically played with flipping all of these options without any meaningful change.
I can't find anything about "errno 1011". The kernname warning doesn't make any sense to me as the miniroot hasn't even been installed yet, but I could be wrong (kernname indeed isn't set, but I'm not sure what I would set it to). Env info:
Code:
>> printenv
AutoLoad=Yes
TimeZone=PST8PDT
console=d1
diskless=0
dbaud=9600
volume=80
sgilogo=y
autopower=y
netaddr=10.9.8.31
eaddr=08:00:69:0b:63:59
ConsoleOut=serial(0)
ConsoleIn=serial(0)
cpufreq=180
SystemPartition=scsi(0)disk(1)rdisk(0)partition(8)
OSLoadPartition=scsi(0)disk(1)rdisk(0)partition(0)
OSLoadFilename=/unix
OSLoader=sash
>> hinv
System: IP22
Processor: 180 Mhz R5000, with FPU
Primary I-cache size: 32 Kbytes
Primary D-cache size: 32 Kbytes
Secondary cache size: 512 Kbytes
Memory size: 256 Mbytes
SCSI Disk: scsi(0)disk(1)
Hardware is known good; I had a Debian installation on a 9GB SCSI drive, before swapping out for the SCSI2SD.
Any ideas? Thanks.