> James Capone wrote:
>
> I am trying to upgrade to the 2.2.9 version of the Kernel. I went
> through the entire process for un taring the file through the entire
> process.
>
> I did the make menuconfig
> I did the make dep
> I did the make zImage
> I did the make modules
> I did the make modules_install
> I did the make zlilo
> Even did cp zImage /vmlinuz
> edited the lilo.conf to look like this
>
> image=/vmlinuz
> Label=Linux
> etc...
>
> When I reboot and try to run Linux with the new Kernel I get the
> following message
>
> Loading Linux.....
> No signature file.....
> Then it stalls
If that's the order that you did things in, you might want to try this
instead:
make menuconfig
make dep
make clean
make zImage
make modules
make modules_install
cp zImage /vmlinuz
[edit /etc/lilo.conf]
/sbin/lilo
That should fix it up!
--
Steve Philp
[EMAIL PROTECTED]
- Re: [newbie] Kernel Upgrade Tom Houghton
- Re: [newbie] Kernel Upgrade Tom Houghton
- Re: [newbie] Kernel Upgrade Steve Philp
- Re: [newbie] Kernel Upgrade Gael Duval
- RE: [newbie] Kernel Upgrade Lionel Siau
- Re: [newbie] Kernel Upgrade Michael Doyle
- [newbie] Kernel Upgrade Matt Stegman
- Re: [newbie] Kernel Upgrade sphilp
- [newbie] Kernel Upgrade James Capone
- Re: [newbie] Kernel Upgrade Dan Brown
- RE: [newbie] Kernel Upgrade Steve Philp
- RE: [newbie] Kernel Upgrade James J. Capone
- Re: [newbie] Kernel Upgrade Anonymous
- [newbie] kernel upgrade Jonathan Dlouhy
- [newbie] Kernel upgrade Rich Bendorf
- [newbie] Kernel upgrade Ji-Haw, Foo
- Re: [newbie] Kernel upgrade Kalju Rüütli
- [newbie] kernel upgrade freeman
- RE: [newbie] kernel upgrade Ron Greer
- Re: [newbie] kernel upgrade Eric MC DECLERCK
- [newbie] Kernel upgrade Danny Luker
