Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Since installing the 2.6.0 kernel... Ive got a new problem...
Everytime I recompile the kernel, copy, run LILO and reboot.. the system fails to boot!!! I get the: LI .... prompt and the system hangs.... I then have to insert a CDROM and resue the system to get it working again... If I then rerun LILO under a 2.4.10 kernel during rescue... the system boots again.
And what about posting your lilo.conf? Are you saying you are copying the kernel to /boot? Are you using a different name? LI tells you about which stage LILO managed to progress.
man lilo has plenty of information.
Please edit the subject line too. You'll get more answers this way.
I dont get any error messages at all... the System simply prints out: LI , then hangs.
When I then boot using the Distro CD, I am able to boot a 2.4.10 kernel... If I then type lilo again, under the 2.4.10 kernel, and reboot, everything works fine. Since I am using the same lilo.conf under each kernel, I dont think thats the problem. Maybe there is a config option in the 2.6.0 kernel that would cause LILO not to be able to write to the MBR?
No there's no config option in 2.6 that affects the MBR. Once more, post the /etc/lilo.conf and your /etc/fstab. You boot a 2.4.10 kernel b/c you are using rescue, right? Guess where that kernel is coming from? Yep. The rescue cd.
Its also helpful if you let us know your hardware. Does this machine dual-boot? Is it a laptop? is it x86-based? This sort of information can help others solve YOUR problem quicker than you can continue to type posts that only reiterate what your first post said.
IF you want help, please comply. Your problem is solvable, btw.
I am not really using rescue... I am actually going through a manual installation menu, and selecting "Boot Installed System" which prompts me for a device where root is... I enter /dev/hda7 , and it loads a 2.4.10 kernel that I have compiled on this machine...
Guaranteed!!! it is not lilo.conf but....here yar!
# Modified by YaST2. Last modification on Wed Dec 24 22:59:53 2003
You are using LILO, correct? Do you get the LILO prompt and the opportunity to choose which label to boot? Have you tried the "failsafe" one? I had problems with 2.6.0 on my laptop and had to append "noapic" to the 2.6.0 kernel. Hopefully you did remember to build reiserfs support into 2.6.0, right? I have completely FUBAR'd that type of stuff before. Also, I enabled sysfs on my 2.6.0 with a line in /etc/fstab like:
none /sys sysfs defaults 0 0
Did you follow a HOW-TO for compiling/installing 2.6? I am not a SuSe user and I'm curious if the SuSe forums may not have a super-quick answer for you.
1. Make sure filesystem support exists.
2. Try with the noapic append line.
3. Run lilo -v and make sure it finishes properly.
When I run LILO while running the 2.6.0, it gives me all of the Added... messages... Then when I reboot. I get no menu for selecting a kernel. I just get the LI and the system hangs.
You said you did make install, right? in the 2.6 kernel make instal uses the system's /bin/installkernel or /sbin/installkernel program. You don't need that if you ALREADY copied the kernel to boot. All I do with 2.6 is make && make modules modules_install.
Sounds like you wrote over the /vmlinuz symlink or the /boot/vmlinuz kernel with your 2.6. Look and see if their date stamps are the same as your vmlinuz-2.6.0 kernel. You may need to edit the first stanza...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.