Subject: Re: bootblocks for scsi & VAX4000
To: Matt Thomas <matt@3am-software.com>
From: BrownM03 <BrownM03@bigpond.com>
List: port-vax
Date: 03/20/2001 19:44:48
From: "Matt Thomas" <matt@3am-software.com>

> >> I think 4000/10x are not yet capable to boot from the SCSI disk. You
>  >> have to boot with "BOOT /3 EZA0", get the booter and the kernel from
>  >> network, and enter "sd0a" manually, when the kernel comes up. Works
fine
>  >> here. Not for daily use, but if it runs, just don't power it off again
:)
>  >>
>  >
>  > Does the trick (although it doesn't seem like it at first:)
>  > Excellent!!!
>  > What sort of info do you/I need to make SCSI bootable?
>  > (or is this one of those "can of worms" things?:))
ps. I used sd0c. I suspect this has something to do with an incorrectly
partitioned disk! (Surprise, surprise
>
> Can you give a log of what happens when you try to boot off
> SCSI?  I don't see anything in the boot blocks that would prevent it.
> However, I just updated the VAX boot program to print out when it detects
> an unknown boot device type so we can figure out what to fix.

>>>***b/3 eza0***
[...]
>>NetBSD/vax boot .... <<
>***boot***
Trying BootP
[...]
root addr=192.168.0.40 path=/export/marvin/root
[...]
NetBSD 1.5R (GENERIC) #2: Sun Feb 11 ... # GENERIC ? hmmm
VAX 4000/100
cpu0: KA52, ucode rev 2
total memory = 127 MB
avail memory = 114 MB
using 1663 buffers containing 6652 KB of memory
mainbus0 (root)
ibus0 at mainbus0
ze0 at ibus0
ze0: hardware address 08:00:2b:3e:8e:d3
device shac at ibus0 not configured   # so I need a new kernel for DSSI
drives?
uba0 at ibus0: Q22
vsbus0 at mainbus0
vsbus0: 8K entry DMA SGMAP at PA 0x27000000 (VA 0x8efa5000)
vsbus0: interrupt mask 0
dz0: at vsbus0 csr 0x25000000 vec 524 ipl 15 maskbit 3
dz0: 4 lines
lkkbd0 at dz0
wskbd0 at lkkbd0
lkms0 at dz0
wsmouse0 at lkms0
asc0 at vsbus0 csr 0x26000080 vec 510 ipl 15 maskbit 1
asc0: NCR53C94, 25MHz, SCSI ID 6
scsibus0 at asc0: 8 targets, 8 luns per target
scsibus0: waiting 2 seconds for devices to settle...
boot device: ze0
root device (default ze0): ***sdc***
dump device (default sd0b): ***ze0***     # I haven't put this partition on
the drive yet
file system (default generic): ******
root on sd0c dumps on ze0h
root file system type: ffs
Enter pathname of shell or RETURN for sh:

I haven't got any further yet ... but hope to resolve this tonight.
( I'll keep on bashing away :)

So BASICALLY it's seems that I don't have my drive setup right.
It's not an issue of SCSI bootability (at this point:).
I figure I need to work out how to partition the drive, but I'm still not
sure
if I can update the bootblocks at any time (ie. afterwards).

Also, from what I can see at
http://www.netbsd.cx/src/netbsd-current/vax.GENERIC.html
I figure that DSSI support is not a default option.
What do I need to do?

Thanks,

Marcus.