Re: Kernel upgrade problem.
I have the same problems
But one thing is that the kernel 2.6. does not support vesa vga mode, but this is chosen by lilo vga=...
You can disable it by vga=0 in lilo.conf
By this way i got the 2.4.22-K7 kernel from debian run. but i was not able to run 2.6.0 at all.
See Kernel 2.6.0 and links in this Forum or some postings in the HD-install-forum on this topic.
If you get the answer let me know too.
garak
s[/quote]
Re: Kernel upgrade problem.
Quote:
Originally Posted by massai
Hello everyone,
The problem is about attempting to upgrade the kernel from 2.4.42 to 2.6.1.
I followed the steps as illustrated here (full source method)
http://linux-newbie.sunsite.dk/lnag_kernel_upgrade.html
I am must have messed something during the configuration step, because when I try to reboot to the new kernel the process goes through LILO just fine but then it hungs immidiately after that; where it is supposed to be doing "check BIOS data" (?).
I booted with the old kernel and recompiled one more time using the old kernels "config" file, but the same thing happens.
Has anyone seen this before? How should I go about troubleshooting?
Thanks
Firstly have you installled the module-init-tools program it is needed to boot a 2.6 kernel and you need a line like this in your /etc/fstab.
Code:
## Needed for kernel 2.6
none /sys sysfs defaults 0 0
If you want to check a working config for a 2.6 kernel then you can find my old one I used for test9 here. You will have to make changes for your setup it has support for ext2, ext3 and reisferfs support built in so there is no need for an initrd if you use any of these file systems for your / and if you want the framebuffer when you boot then do not make any change to the console framebuffer devices or for the built in fonts.