Florian Arzberger wrote
>> -----UrsprĪgliche Nachricht-----
>> Von: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com]
>> Gesendet: Dienstag, 15. September 2009 02:55
>> An: coba-e (at mark) bluequartz.org
>> Betreff: [coba-e:16026] Re: change default kernel
>>
>> Are you sure it is using grub as a boot loader?
>> Is there a /etc/lilo.conf?
>> default=2.6.9-89.0.9.E1 (that is the kernel)
>>
>
> hm. there is a lilo.conf ;). strangely, the updated kernels have been
> added
> to grub.conf but not to lilo.conf
> i want to use vmlinuz-2.6.9-89.0.9.ELsmp which seems to be the latest.
>
> my lilo.conf looks like this:
>
> prompt
> timeout=20
> default=2.6.9-78.0.1.EL
change the above line
default=.6.9-89.0.9.EL
execte lilo
and reboot
Seems loke theis should have happened on it's own
> boot=/dev/sda
> map=/boot/map
> install=/boot/boot.b
> message=/boot/message
> serial = 0,38400n8
> linear
>
> image=/boot/vmlinuz-2.6.9-89.0.9.EL
> label=2.6.9-89.0.9.EL
> initrd=/boot/initrd-2.6.9-89.0.9.EL.img
> read-only
> root=/dev/VolGroup00/LogVol00
>
> image=/boot/vmlinuz-2.6.9-78.0.1.EL
> label=2.6.9-78.0.1.EL
> initrd=/boot/initrd-2.6.9-78.0.1.EL.img
> read-only
> root=/dev/VolGroup00/LogVol00
>
>
>
>