[ale] fallback

Chris Hamilton chrish at ifsintl.com
Thu Feb 5 14:40:48 EST 1998


On Thu, 5 Feb 1998, James Patrick wrote:

> Does anyone have a good fall back plan for installing a new kernel?
> 

Example:

cp /boot/vmlinuz /boot/vmlinuz.old
cp /boot/System.map /boot/System.map.old
cp /usr/src/linux/i386/arch/boot/zImage /boot/vmlinuz
cp /usr/src/linux/System.map /boot/System.map

Add a similar entry  to lilo.conf:

image = /boot/vmlinuz.old
	label = Backup
	root  = /dev/hda1
        read-only

The key is not to delete your old kernel, but to rename it and then
add an entry to lilo that will allow you to boot to that image. 

May the Force, be with you!

--
Christopher Hamilton            Internal System Administrator
chrish at ifsintl.com              IFS International, Inc.






More information about the Ale mailing list