Subject: Indy: success
To: None <port-sgimips@netbsd.org>
From: None <hubert@feyrer.de>
List: port-sgimips
Date: 09/05/2001 23:22:33
I've managed to do a netboot from my Indy and will update the sgimips FAQ
soon. I've attached the bootlog. Thanks for all the good work and hints
from everyone. I'm looking forward to make use of the disk next. :)

One note: this is a kernel from -current sources, crosscompiled on i386.
I used the TEAL config file (*not* INDY!), and removed the hpc2 line to
prevent it from crashing.


 - Hubert

----

System Maintenance Menu

1) Start System
2) Install System Software
3) Run Diagnostics
4) Recover System
5) Enter Command Monitor

Option? 5
Command Monitor.  Type "exit" to return to the menu.
>> bootp():netbsd-TEAL.high
Setting $netaddr to 10.0.0.15 (from server 10.0.0.3)
Obtaining netbsd-TEAL.high from server 10.0.0.3
/
zs channel 0 had address 0xbfbd9830
IOC rev 1, machine Indy (Guiness), board rev 3
Timer calibration, got 750000 cycles (750000, 750000, 750000)
CPU clock speed = 75.00Mhz
Mem block 1: type 0, base 0, size 1
Mem block 2: type 1, base 1, size 1
Mem block 3: type 5, base 32770, size 351
Mem block 4: type 3, base 33121, size 1503
Mem block 5: type 6, base 34624, size 192
Mem block 6: type 3, base 34816, size 14336
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.5X (TEAL) #1: Wed Sep  5 20:36:21 UTC 2001
    feyrer@miyu:/usr/cvs/src-current/sys/arch/sgimips/compile/TEAL
65536 KB memory, 58232 KB free, 768 KB for ARCS, 3376 KB in 844 buffers
mainbus0 (root): SGI-IP22 [SGI, 69099378], 1 processor
cpu0 at mainbus0: MIPS R5000 CPU (0x2310) Rev. 1.0 with built-in FPU Rev. 1.0
cpu0: L1 cache: 32KB/32B instruction, 32KB/32B data, two way set associative
cpu0: No L2 cache
cpu0: disabling IP22 SysAD L2 cache
imc0 at mainbus0 addr 0x1fa00000
imc0: Revision 3, EISA bus present
gio0 at imc0
hpc0 at gio0 addr 0x1fb80000
zsc0 at hpc0
zstty0 at zsc0 channel 1 (console i/o)
zstty1 at zsc0 channel 0
sq0 at hpc0: SGI Seeq 80c03
sq0: Ethernet address 08:00:69:09:93:78
wdsc0 at hpc0: WD33C93 SCSI, target 7
scsibus0 at wdsc0: 8 targets, 8 luns per target
dsclock0 at hpc0 offset 0x60000
biomask 07 netmask 07 ttymask 0f clockmask bf
scsibus0: waiting 5 seconds for devices to settle...
sd0 at scsibus0 target 1 lun 0: <SGI, SEAGATE ST51080N, 0950> SCSI2 0/direct fixed
sd0: 1010 MB, 4826 cyl, 4 head, 107 sec, 512 bytes/sect x 2070235 sectors
sd1 at scsibus0 target 2 lun 0: <SEAGATE, ST39216N, 0010> SCSI3 0/direct fixed
sd1: 8761 MB, 14384 cyl, 3 head, 415 sec, 512 bytes/sect x 17942584 sectors
boot device: <unknown>
root device: ?
use one of: sq0 sd0[a-p] sd1[a-p] halt reboot
root device: sq0
dump device: ?
use one of: sd0[a-p] sd1[a-p] none halt reboot
dump device: none
file system (default generic): ?
use one of: generic cd9660 nfs ffs halt reboot
file system (default generic): nfs
root on sq0
nfs_boot: trying DHCP/BOOTP
nfs_boot: DHCP next-server: 10.0.0.3
nfs_boot: my_domain=feyrer.net
nfs_boot: my_addr=10.0.0.15
nfs_boot: my_mask=255.255.255.0
nfs_boot: gateway=10.0.0.3
root on 10.0.0.3:/home/indy/root
root time: 0x3b96795e
readclock: 2001/9/5/21/15/37
init: copying out flags `-s' 3
init: copying out path `/sbin/init' 11
Enter pathname of shell or RETURN for sh:
Terminal type is vt100.
We recommend creating a non-root account and using su(1) for root access.
#
#
# set -E
#
# uname -a
NetBSD  1.5X NetBSD 1.5X (TEAL) #1: Wed Sep  5 20:36:21 UTC 2001     feyrer@miyu:/usr/cvs/src-current/sys/arch/sgimips/compile/TEAL sgimips
#
# ifconfig -a
sq0: flags=8263<UP,BROADCAST,NOTRAILERS,RUNNING,ALLMULTI,MULTICAST> mtu 1500
        address: 08:00:69:09:93:78
        inet 10.0.0.15 netmask 0xffffff00 broadcast 10.0.0.255
lo0: flags=8008<LOOPBACK,MULTICAST> mtu 33220
#
# ls
.cshrc              etc                 netbsd.IP22.high    usr
.profile            home                root                var
altroot             mnt                 sbin
bin                 netbsd              stand
dev                 netbsd.IP22         tmp
#
# ping www.netbsd.org
PING www.netbsd.org (204.152.186.171): 56 data bytes
64 bytes from 204.152.186.171: icmp_seq=0 ttl=242 time=239.995 ms
64 bytes from 204.152.186.171: icmp_seq=1 ttl=242 time=230.000 ms
64 bytes from 204.152.186.171: icmp_seq=2 ttl=242 time=230.000 ms
^C
----www.netbsd.org PING Statistics----
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 230.000/233.332/239.995/5.771 ms
#
#
# halt
Sep  5 21:16:20 halt: halted by root
Sep  5 21:16:20 init: kernel security level changed from 0 to 1
halting...

Cannot connect to keyboard -- check the cable.
Cannot open keyboard() for input
Cannot connect to keyboard -- check the cable.
Cannot open keyboard() for input


System Maintenance Menu

1) Start System
2) Install System Software
3) Run Diagnostics
4) Recover System
5) Enter Command Monitor

Option?

-- 
Hubert Feyrer <hubert@feyrer.de>