SUMMARY:replacing boot disk from ss5 to ss20

From: Onay Afsar (onay@camlica.com.tr)
Date: Mon Feb 17 1997 - 04:25:27 CST


>I've got a problem about replacing boot disk from ss5 to ss20.
>ss5's disk was the boot disk and i wanted to use it in ss20.
>When i typed boot -r in the prom mode, i got the following message:
>
>
>WARNING: /usr/sbin/fsck not found
>mount: /dev/dsk/c0t3d0s6 or /usr , no such file or directory
>mount: /sbin/swapadd/expr: not found

then
Casper Dik 's solution:

Boot from CD;

Mount rootdisk on /a;

echo '#path_to_inst_bootstrap_1' > /a/etc/path_to_inst

umount /a
halt
 
Brett Lymn:

mv /a/etc/path_to_inst /a/etc/path_to_inst.old
cp /etc/path_to_inst /a/etc
cd /devices
rm -rf *
cd /dev
rm -rf *
drvconfig -p /a/etc/path_to_inst -r /a
disks -r /a
reboot -- -r

and other answers are very similiar which belongs to:

David Sinn,
Stephen Harris,
Garry White,
Sean Ward,
Richard Hellier

Jacques Rall:

You need to update the bootblocks for the ss20 by using
'installboot'.

I did it before your message , but it didn't work.

Thank you very much for all GURUS above..

best Rgds

>I've got a problem about replacing boot disk from ss5 to ss20.
>ss5's disk was the boot disk and i wanted to use it in ss20.
>When i typed boot -r in the prom mode, i got the following message:
>
>
>WARNING: /usr/sbin/fsck not found
>mount: /dev/dsk/c0t3d0s6 or /usr , no such file or directory
>mount: /sbin/swapadd/expr: not found

then
Casper Dik 's solution:

Boot from CD;

Mount rootdisk on /a;

echo '#path_to_inst_bootstrap_1' > /a/etc/path_to_inst

umount /a
halt
 
Brett Lymn:

mv /a/etc/path_to_inst /a/etc/path_to_inst.old
cp /etc/path_to_inst /a/etc
cd /devices
rm -rf *
cd /dev
rm -rf *
drvconfig -p /a/etc/path_to_inst -r /a
disks -r /a
reboot -- -r

and other answers are very similiar which belongs to:

David Sinn,
Stephen Harris,
Garry White,
Sean Ward,
Richard Hellier

Jacques Rall:

You need to update the bootblocks for the ss20 by using
'installboot'.

I did it before your message , but it didn't work.

Thank you very much for all GURUS above..

best Rgds



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:11:46 CDT