SUMMARY: AlphaStation 3000 installation problem

From: <jim.copley_at_adm.ministry.se>
Date: 19 Mar 1997 08:55:33 +0000

My original query was:

>I have an AlphaStation 3000 running DU 3.2A and want to install
>DU 4.0B.
>The problem is I don't have a CD on my arbetstation and I don't
>have RIS.
>I nfs mounted the installation CD and cpio-d the contents to a local
>disk on the AS3000.
>I did # disklabel -wr -t ufs /dev/rrz6c rz26 /mdec/rzboot
>
>and tried to boot from DKA600
>
>the result:
>
>panic (cpu 0): vfs_mountroot: cannot mount root
>
>DUMP: No primary swap, no explicit dumpdev.
>Nowhere to put header, giving up.
>
>Do I have to buy a CD-device or is there another way?

Thanks to the following for suggestions and possible explanations:

Tim W. Janes janes_at_signal.dra.hmg.gb
Dr. Thomas P. Blinn tpb_at_zk3.dec.com
Alan Rollow alan_at_nabeth.cxo.dec.com

This is how it's done without a cd-device:
Write the disklabel using the a partition
# disklabel -wr -t ufs /dev/rrz6a rz26
# newfs /dev/rrz6a rz26
nfs mount the cd from node pollux
# mount -t nfs pollux:/cdrom /nfs_mnt
Mount the new root disk
# mount /dev/rz6a /mnt
Copy the contents of the cd to the new root disk
# vdump -0 -vf - /nfs_mnt | (cd /mnt; vrestore -x -f -)
path : /nfs_mnt
dev/fset : pollux:/cdrom
type : nfsv3
vdump: Date of last level 0 dump: the start of the epoch
vdump: Dumping directories
vrestore: Date of the vdump save-set: Mon Mar 17 13:46:29 1997
.....
vdump: Status at Mon Mar 17 14:55:54 1997
vdump: Dumped 488022722 of 488022722 bytes; 100.0% completed
vdump: Dumped 747 of 747 directories; 100.0% completed
vdump: Dumped 20867 of 20867 files; 100.0% completed
vdump: Dump completed at Mon Mar 17 14:55:54 1997
# umount /mnt

Shutdown the system and reboot from the new root disk.

The trick was to use the a partition and not the c partition
 of the new root disk.

Jim Copley

jim.copley_at_adm.ministry.se
Received on Wed Mar 19 1997 - 10:16:17 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT