bject: grub boot order question
this is in my grub.conf file:
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-20.8)
root (hd0,0)
kernel /vmlinuz-2.4.20-20.8 ro root=LABEL=/
initrd /initrd-2.4.20-20.8.img
Ian,
Someone correct me if I am wrong...but you can just comment out the image you don't
want it to boot to, and you should be fine..
jeff
-Original Message-
From: Ian L [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 5:34 PM
To: [EMAIL PROTECTED]
Subject: grub boot
At 05:40 PM 9/16/2003, you wrote:
> this is in my grub.conf file:
> if i change default=0 that should boot with the 2.4.20-20.8 kernel yes?
Yes but that's not the approved way to do it. It's safer to do:
grubby --set-default=/boot/vmlinuz-$version
(replace $version but the version number
After a 10 second delay.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:redhat-list-
> [EMAIL PROTECTED] On Behalf Of Ian L
> Sent: Tuesday, September 16, 2003 7:34 PM
> To: [EMAIL PROTECTED]
> Subject: grub boot order question
>
> this is in my grub.c
> this is in my grub.conf file:
> if i change default=0 that should boot with the 2.4.20-20.8 kernel yes?
Yes but that's not the approved way to do it. It's safer to do:
grubby --set-default=/boot/vmlinuz-$version
(replace $version but the version number 2.4.20-20.8 in your case).
--
I
this is in my grub.conf file:
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-20.8)
root (hd0,0)
kernel /vmlinuz-2.4.20-20.8 ro root=LABEL=/
initrd /initrd-2.4.20-20.8.img
title Red Hat Linux (2.4.18-14)