if you using lilo as your boot loader modify the /etc/lilo.conf, eg.
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
linear
default=linux
image=/boot/vmlinuz-old version
label=linux-oldversion
read-only
root=/dev/hda1
image=/boot/vmlinuz-newver
label=linux
read-only
root=/dev/hda1
if grub, modify the /boot/grub/grub.conf eg
default=1
timeout=5
splashimage=(hd0,2)/grub/s
hiddenmenu
password --md5 $1$O7qJzCct$350zL7QJWbbXcm
title Linux oldverison
root (hd0,2)
kernel /vmlinuz-2.6.xxx ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.xxx.img
title Linux newversion
root (hd0,2)
kernel /vmlinuz-2.6.newxxx ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.newxxx.img
hope this is what you looking for ;)
Main Topics
Browse All Topics





by: pjedmondPosted on 2006-04-23 at 18:37:48ID: 16521564
Not sure I quite understand the question, but this link is one of the best relating to rebuilding kernels!:
om/linux/K ernel-Buil d-HOWTO.ht ml
http://www.digitalhermit.c