SlackwareThis Forum is for the discussion of Slackware Linux.
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.
I have tried to compile the 2.6.9 kernel on the default Slack 10 install 4 times now, and no success. And it always goes wrong at the same spot. Everything goes fine until I restart and boot the new kernel, after it gets past lilo it just sits there. I have tried a bunch of different tutorials, all to no avail. Anyone got any suggestions??
maybe first try to configure it with your oldconfig, it should be in /boot/ somewhere, you can get it through /proc as well. Copy it to /usr/src/linux/.config and run 'make oldconfig' from that directory. Then you should have a kernel that certainly works. After that, you could try to remove some stuff, and try again. This usually is a good way to slim it down without to much problems.
Once you have a reasonable config, you can use it the next time with 'make oldconfig'.
A basic thing to check is set vga=normal in lilo.conf and run lilo, then boot
(often, the 2.6 kernel boot fine but you just don't see any output on screen du to a
framebuffer setting not set in config, so vga=normal does fix it)
The 2 other things I would check is if the filesystem of the root partition and the drive
controler driver are enabled as built-in.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.