[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [K12OSN] k12ltsp v4 upgrade
- From: Eric Harrison <eharrison mail mesd k12 or us>
- To: k12osn redhat com
- Subject: Re: [K12OSN] k12ltsp v4 upgrade
- Date: Fri Jan 2 19:06:02 2004
Third time the charm?
On Mon, 2003-12-29 at 05:13, Mike Rambo wrote:
> On Tue, 2003-12-23 at 14:09, Eric Harrison wrote:
> > On Tue, 2003-12-23 at 10:43, Mike Rambo wrote:
> > > I just tried an upgrade of a k12ltsp v3.1.1 system to v 4.0 which
> > > appeared to go ok. Then I went and rebooted ;-). What I've ended up with
> > > is several failures apparently all related to modules. The one I've
> > > spent the most time with is the network card. It's a Compaq tlan card
> > > which doesn't load because it can't find dependencies. A 'depmod -a'
> > > shows that it's looking for /lib/modules/2.4.20-18.9smp which doesn't
> > > exist any longer since the upgrade. I also noticed message in the
> > > upgrade.log referring to /boot/message not existing too if it matters.
> > >
> > Sounds like you are running the wrong kernel.
> >
> > Are you using grub or lilo?
> >
> > If you are using lilo, make sure that /etc/lilo.conf contains the
> > new kernel, run "lilo", & be sure to choose the right on bootup.
> >
> > Hopefully that will be enough to get you going, if not let us know.
> > Please provide details on if you are using grub/lilo & attach the
> > corresponding config file.
> >
> > -Eric
>
> Here is lilo.conf - hand copied though cuz I found that I also
> can't mount a floppy.
>
> (lilo.conf)
> prompt
> timeout=50
> default=2.4.22-1.2135n
> boot=/dev/ida/c0d0p1
> map=/boot/map
> install=/boot/boot.b
> message=/boot/message
> linear
>
> image=/boot/vmlinuz-2.4.22-1.2135.nptlsmp
> label=2.4.22-1.2135.1
> initrd=/boot/initrd-2.4.22-1.2135.nptlsmp.img
> read-only
> append="root=LABEL=/"
>
> image=/boot/vmlinuz-2.4.22-1.2135.nptl
> label=2.4.22-1.2135.n
> initrd=/boot/initrd-2.4.22-1.2135.nptl.img
> read-only
> append="root=LABEL=/"
The kernels you have install are version 2.4.22, but the modules
it is looking for is 2.4.20. That smells of the bootloader not
matching the current lilo.conf.
Type:
cat /proc/version
I bet you are running a 2.4.20 kernel even though you only have
2.4.22 kernels installed. Grub automagically deals with new kernels,
with lilo you MUST run "lilo" after making changes to the config
file or kernels.
I see that your lilo.conf has a uni-processor set to the default,
you might want to change it to "default=2.4.22-1.2135.1".
Be sure to run "lilo" as root & reboot.
At the lilo: prompt, if you hit the tab key you will get a list
of available kernels. You can type in a specific one if you wish,
such as:
lilo: 2.4.22-1.2135.1
-Eric
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]