-> boot with emergency disk set (root and boot disks)
- fdisk (usually use entire disk for unix)
- badtrk (optional but highly recommended)
- divvy -b 1 -c 1 -i
-> note starting and ending blocks are not critical but make sure the division number is the same as before
- dd if=/etc/hdboot0 of=/dev/hd0a
- dd if=/etc/hdboot1 of=/dev/hd0a bs=1k seek=1
- mount /dev/hd0root /mnt
- mkdir /mnt/stand
- mount /dev/boot /mnt/stand
- mkdir /mnt/<otherfilesystemname>
- mount /dev/<otherfilesystemname> /mnt/<otherfilesystemname>
- cd /mnt
- cpio -icvdumBA < /dev/rct0
- cd /
- umount /mnt/<otherfilesystemnames> /mnt/stand
- umount /mnt
- haltsys
-> boot the system from the hard drive in single user mode
- dparam -w
-> the dparam is not always necessary but cant hurt
-> reboot in multi-user mode
-> login in as root
- fixmog
- /tcb/bin/integrity -e
- manually fix anything that integrity wines about
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.