I try to restore the root (/) File system on another disk( from IDE to SCSI disk):
#mount /dev/dsk/c1t1d0s2 /mnt
# cd /mnt
#ufrestore rvf /dev/rmt/0n
#umount /mnt
All OK
After that - how to boot from my new slice ( /dev/dsk/c1t1d0s2 instead /dev/dsk/c0d0s7)?
How to modify /etc/vfstab?
I try:
#installboot /usr/platform/`uname -i`/lib/fs/ufs/pboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/dsk/c1t1d0s2
but it did not help.
How to solve this problem?
#mount /dev/dsk/c1t1d0s2 /mnt
# cd /mnt
#ufrestore rvf /dev/rmt/0n
#umount /mnt
All OK
After that - how to boot from my new slice ( /dev/dsk/c1t1d0s2 instead /dev/dsk/c0d0s7)?
How to modify /etc/vfstab?
I try:
#installboot /usr/platform/`uname -i`/lib/fs/ufs/pboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/dsk/c1t1d0s2
but it did not help.
How to solve this problem?