Index: [Article Count Order] [Thread]

Date:  Tue, 15 Sep 2009 13:35:13 +0200
From:  "Florian Arzberger" <arzberger (at mark) maxxnet.de>
Subject:  [coba-e:16028] AW:  Re: change default kernel
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <00cc01ca35f8$9816e800$c844b800$@de>
In-Reply-To:  <B77556D74AC1414AAEFBA70386E0223C@GeraldHP>
References:  <000001ca359a$55c378f0$014a6ad0$@de> <B77556D74AC1414AAEFBA70386E0223C@GeraldHP>
X-Mail-Count: 16028

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