Index: [Article Count Order] [Thread]

Date:  Tue, 15 Sep 2009 07:02:02 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:16029] Re: AW:  Re: change default kernel
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <D64DE11741624EE58E87C192C7822488@GeraldHP>
In-Reply-To:  <00cc01ca35f8$9816e800$c844b800$@de>
References:  <000001ca359a$55c378f0$014a6ad0$@de> <B77556D74AC1414AAEFBA70386E0223C@GeraldHP> <00cc01ca35f8$9816e800$c844b800$@de>
X-Mail-Count: 16029

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
>
>
>
>