Hi, managers.
My original question was why the command below did not make a bootable
disk.
# disklabel -R -t advfs rz0 protofile
It is because it misses the -r option. This option writes the
bootstrap. It needs to know the type of the disk (rz, re ...).
So, the correct command is:
# disklabel -t advfs -r -R rz0 protofile rz29
The -r option writes directly to the disk and prepares for the
bootstrap to point to /mdec/rzboot.advfs
Thanks for all the answers to:
John Becker, Oisin McGuinness, Alan Nabeth, Becki Kain, Paul
Crittenden, Steve Spalding, Barry Branch, Neil Luff
Yours,
Lars Bro (lbro_at_dscc.dk)
Received on Mon Feb 09 1998 - 12:56:11 NZDT