Subject: What happens after "root file system type: ffs" ?
To: None <port-vax@netbsd.org>
From: Chuck McManis <cmcmanis@mcmanis.com>
List: port-vax
Date: 11/09/1999 16:55:19
I just built a minimal kernel using 1.4.1-release sources and tried to boot
it. The output is shown below. It hangs dead at the line that reads:
	root file system type: ffs
If I boot the generic kernel on this disk the next line comes from swapctl
but I added an echo in the /etc/rc script that would have appeared but it
didn't appear so that isn't where it is stuck. Also it doesn't respond to
^T so I'm guessing it hasn't actually started /etc/rc. So what is it doing?
And how can I find out? (yes it has DEBUG enabled, and no $D doesn't enter ddb)

--Chuck



-----------------BEGIN transcript:
> boot netbsd
767332+38288+149204+[57396+64943] total=0x106fb3
[ preserving 122344 bytes of netbsd a.out symbol table ]
Copyright (c) 1996, 1997, 1998, 1999
    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.4.1 (CHUCKVAX) #0: Mon Nov  8 01:42:33 PST 1999
    cmcmanis@chuckvax.hq.freegate.com:/usr/src/sys/arch/vax/compile/CHUCKVAX

MicroVAX 3500/3600
realmem = 67039232
avail mem = 58552320
Using 818 buffers containing 3350528 bytes of memory.
mainbus0 (root)
cpu0 at mainbus0: KA650, CVAX microcode rev 5 Firmware rev 83
uba0 at mainbus0: Q22
mtc0 at uba0 csr 174500 vec 774 ipl 17
mscpbus0 at mtc0: version 2 model 14
mscpbus0: DMA burst size set to 4
mt0 at mscpbus0 drive 0: TK70
uda0 at uba0 csr 172150 vec 770 ipl 17
mscpbus1 at uda0: version 3 model 13
mscpbus1: DMA burst size set to 4
ra0 at mscpbus1 drive 0: RA82
ra1 at mscpbus1 drive 1: RA82
qe0 at uba0 csr 174440 vec 764 ipl 17
qe0: delqa, hardware address 08:00:2b:19:9d:c1
boot device: ra0
root on ra0a dumps on ra0b
ra0: size 1294260 sectors
root file system type: ffs
---------------------------END transcript --------