Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
1st Question:
I just playing with the source for the version 2.6.8
I made it fater use "make menuconfig"
I just selected k7 like my procesor type (I have an AMD Duron)
Now, I am working with a dual boot (the other is WinXP for my wife until I can get over it)
Then I configured my lilo.conf (that was a terrible experience, because at a moment I thougth I lost everything and I had to boot twice with the flopy disk before I could fix it)
But the new kernel show this message:
VFS: Cannot open root device "304" or unknown-block(3,4)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(3,4)
Could you help me out? The old one is still working fine (v2.2.0), cause I don't think that is a problem in the lilo.conf file.
2nd Question:
Other question is. I have a AMD Duron as CPU, a NIC Realtek, a MSI KT3 Ultra as motherboard, a GeForce4 MX 420 as Video Card, etc. But I just could find the processor in the "make menuconfig" menu. How could make a kernel-image more exactly to my needs?
So the lilo entries for both the old and new kernel look similar? What filesystem is your root directory on, and do you have support for it in your new kernel?
Probably - do you have the source tree for the old kernel? If not, and you're using a vanilla kernel you'll need to set a lot of things up to make it all work.
Go into Device Drivers->ATA/ATAPI/MFM/RLL support and make sure at least the first two items are checked. I don't have time to go over the complete settings right now, but I'll try to post something tonight or tomorrow if nobody else does - I assume the IDE controller is onboard your motherboard?
I would say this is your problem. Without IDE support the kernel cannot read your HDD.
A good idea would be to copy the .config file from your old kernel source to the new, and run "make oldconfig". Now the kernel settings will default to the old ones. Now run "make menuconfig" or "make xconfig" and make your adjustments.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.