Grub-install procedure with RH4?

Shane Presley shane.presley at gmail.com
Wed Jul 13 11:55:06 UTC 2005


Hello,

Our recovery procedures for RHEL v3 were pretty simple.  We do nightly
backups, and if/when we have to restore, we would restore to a
secondary disk, then install grub. Here are my notes for v3...

boot to CD
linux rescue
if automount fails...
          mount partitions read/write
		   #mount -o rw /dev/sda2 /mnt/sysimage	
		   #mount -o rw /dev/sda1 /mnt/sysimage/boot
install master boot record
	#chroot /mnt/sysimage
	#grub-install /dev/sda
#exit (get out of chrooted env.)
	#exit (reboot)


But that seems different on v4.  There is no /mnt/sysimage.  Does
anyone have the new procedure?

Thanks
Shane




More information about the redhat-list mailing list