Re: change default kernel at boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Antonio Olivares wrote:

Sorry to bother again but I get kernel 2.6.9-1.667 by
default and I want to change to 2.6.11.7 the newly
installed kernel.  How do I do that?

Here's what's in /boot/grub/grub.conf

[root@rio ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making
changes to this file
# NOTICE: You have a /boot partition. This means
that
# all kernel and initrd paths are relative to
/boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro
root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=1


change this to 'default=0' (no quotes of course)

timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11.7)
       root (hd0,0)
       kernel /vmlinuz-2.6.11.7 ro
root=/dev/VolGroup00/LogVol00 quiet acpi=ht
       initrd /initrd-2.6.11.7.img

title Fedora Core (2.6.9-1.667)
       root (hd0,0)
       kernel /vmlinuz-2.6.9-1.667 ro
root=/dev/VolGroup00/LogVol00 rhgb quietacpi=ht
       initrd /initrd-2.6.9-1.667.img

[root@rio ~]#


Thanks,

Antonio

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com






[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux