Subject: Re: Could you tell me the exact installation of netbsd/sparc64 ?
To: None <port-sparc64@netbsd.org>
From: Eiji Ota <eiji@fs.fujitsu.com>
List: port-sparc64
Date: 04/12/2000 10:40:55
> > 		consinit()
> > 		setting up stdin
> 
> ....
> 
> > 		le0: 8 receive buffers, 2 transmit buffers
> > 		SUNW,bpp at sbus0 slot 14 offset 0xc800000 vector 22 ipl 0 not configured
> > 		cgsix0 at sbus0 slot 2 offset 0x0 vector 5 ipl 5: SUNW,501-2253, 1152 x 900, rev 11
> > 		root device (default sd0a): sd0d
> > 					    ~~~~~
> 
> I believe this should be `sd0*' to boot off the swap partition.
> Other than that it seems fine.

Thank you, Eduardo, for replying me.
However, still I'm caught by the problem as follows.

root device (default sd0a): sd0*
			    ~~~~ I typed sd0* instead of sd0d
dump device (default sd0b): none
			    ~~~~ 
file system (default generic): 
root on sd0b
~~~~~~~~~~~~ It's on /dev/sd0b

mountroot: trying msdos...
mountroot: trying cd9660...
mountroot: trying nfs...
mountroot: trying ffs...
WARNING: clock gained 104 days -- CHECK AND RESET THE DATE!
root file system type: ffs
init: copying out flags `-s' 3
init: copying out path `/sbin/init' 11
Process (pid 1) got signal 12
(sparc) svr4_sysarch(1578960)
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
Process (pid 1) got signal 12
data fault: pc=f800aa78 addr=f7ffe001
kernel trap 68: +fast data access MMU miss
1 tt=c8 tstate=58000d06 tpc=0xf800abf0 tnpc=0xf800ad40
2 tt=1ff tstate=8a05 tpc=0x153714 tnpc=0x153718
Stopped in init at      return_from_trap:       ldx             [%sp + 0xb8], %
g2
db> 
db> reboot
syncing disks... done
unmounting / (root_device)...
uvm_vnp_terminate(0xfaccc500): terminating active vnode (refs=2)
rebooting

I wonder if it's OK that I copied miniroot-14P.fs into swap by
"dd if=miniroot-14P.fs of=/dev/rdsk/c0t0d0s1 bs=8192" because
miniroot-14P.fs was not included in the netbsd/sparc64 current
archived file. I found it somewhere(maybe for netbsd/sparc) and
used it.

Eiji