怎样配置Grub 可以使linux 有选择的引导两个内核
default =0
timeout=10
splashimage=(hd0,2)/grup/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0.2)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
title winxp
rootnoverify(hd0,0)
chainloader+1
在这之后我应该加什么.那样的话可以选择新的内核2.4.20啊
default =2
timeout=4
splashimage=(hd0,2)/grup/splash.xpm.gz
title Red Hat Linux (2.4.20)
root (hd0,2)
kernel /vmlinuz-2.4.20 ro root=LABEL=/
initrd /initrd-2.4.20.img
title Red Hat Linux (2.4.18-14)
root (hd0.2)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
title winxp
rootnoverify(hd0,0)
chainloader+1