Subject: Re: RaQ1 / Stock NetBSD Recovery ISO
To: None <jjhartley@gmail.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-cobalt
Date: 07/20/2007 22:36:40
jjhartley@gmail.com wrote:

> ftp://ftp.netbsd.org/pub/NetBSD-daily/netbsd-4/200707160000Z
> 
> ...but I still appear to hang up in the boot loader.  The last thing
> displayed is:
 :
> Loading: wd0a:netbsd
> 3442320+185988 [186848+181872]=0x3d0158
> Starting at 0x80001000
> 
> If there is any other information you would like, please let me know.

Hmm.

I get base.tgz and kern-GENERIC.tgz from the same directory,
then now I see that it works on RaQ1 with 64MB RAM but
not on RaQ2 with 256MB:

---
syncing disks... done
unmounting file systems... done
rebooting...

Cobalt Microserver Diagnostics - 'We serve it, you surf it'
Built Mon Aug 24 14:44:00 PDT 1998

 1.LCD Test................................PASS
 2.Controller Test.........................PASS
 4.Flash Test..............................PASS
 5.Bank 0:.................................64M
 6.Bank 1:.................................0M
 7.Bank 2:.................................0M
 8.Bank 3:.................................0M
 9.Serial Test.............................PASS
10.PCI Expansion Slot....................**EMPTY**
12.IDE Test................................PASS
13.Ethernet Test...........................PASS
16.RTC Test................................PASS
Decompressing done
Decompressing - done.

>> NetBSD/cobalt 4.0_BETA2 Bootloader, Revision 0.1 [@0x80f00000]
>> (builds@b0.netbsd.org, Tue Jul 17 07:05:16 UTC 2007)
>> Memory:              65536 k
>> PROM boot string:    root=/dev/hda1 ro
Boot [wd0a:netbsd]: 
Loading: wd0a:netbsd
3442320+185988 [186848+181872]=0x3d0158
Starting at 0x80001000

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    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 4.0_BETA2 (GENERIC) #0: Tue Jul 17 07:36:09 UTC 2007
        builds@b0.netbsd.org:/home/builds/ab/netbsd-4/cobalt/200707160000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/cobalt/compile/GENERIC
Cobalt RaQ
total memory = 65536 KB
avail memory = 59980 KB
timecounter: Timecounters tick every 10.000 msec
mainbus0 (root)
com0 at mainbus0 addr 0x1c800000 level 3: st16650a, working fifo
com0: console
cpu0 at mainbus0: QED RM5200 CPU (0x2810) Rev. 1.0 with built-in FPU Rev. 1.0
cpu0: 16KB/32B 2-way set-associative L1 Instruction cache, 48 TLB entries
cpu0: 16KB/32B 2-way set-associative write-back L1 Data cache

 :

---
syncing disks... 2 done
unmounting file systems... done
rebooting...

lCobalt Microserver Diagnostics - 'We serve it, you surf it'
Built Tue May 25 15:58:41 PDT 1999

 1.LCD Test................................PASS
 2.Controller Test.........................PASS
 5.Bank 0:.................................64M
 6.Bank 1:.................................64M
 7.Bank 2:.................................64M
 8.Bank 3:.................................64M
 9.Serial Test.............................PASS
10.PCI Expansion Slot....................**EMPTY**
12.IDE Test................................PASS
13.Ethernet Test...........................PASS
16.RTC Test................................PASS
BOOTLOADER ramcode: selected partition /dev/hda1
Decompressing done
Executing bootloader kernel...
Decompressing - done.

>> NetBSD/cobalt 4.0_BETA2 Bootloader, Revision 0.1 [@0x80f00000]
>> (builds@b0.netbsd.org, Tue Jul 17 07:05:16 UTC 2007)
>> Memory:              262144 k
>> PROM boot string:    root=/dev/hda1 ro
Boot [wd0a:netbsd]: 
Loading: wd0a:netbsd
3442320+185988 [186848+181872]=0x3d0158
Starting at 0x80001000


---

Note 4.99.20 boot also fails to load 4.0_BETA2 GENERIC,
but both BETA2 boot and 4.99.20 boot can load 4.99.24 kernel.

I suspect that there is some memory corruption in bootloader
around bootinfo, but I'll check what actually happens there.
---
Izumi Tsutsui