Jump to content
Compatible Support Forums
Sign in to follow this  
egorgry

Cool Kernel problem

Recommended Posts

I just compiled(the debian way) kernel 2.6.8 with the latest nvidia driver to get my spiffy new geforce 6800 working. Now I get a strange can't load root fs vfs kernel panic. The error is normal when you need to specify the root partition root="/dev/hd1" but I have that peice in and it boots my 2.6.7 kernel just fine with the same arguments in place. I'm kinda stumped here, any help would be appreciated.

Share this post


Link to post

I just had the same problem compiling the 2.6.8.1 kernel in Debian.

 

Quote:
The error is normal when you need to specify the root partition root="/dev/hd1" but I have that peice in and it boots my 2.6.7 kernel just fine with the same arguments in place.

 

I hope this is just a typo. What is the root partition? Hd1??

 

Is it hda1, hdb1?

 

What are you using as a bootloader, lilo or grub?

 

Also, what motherboard is this, possibly with an nForce chipset?

Share this post


Link to post

yeah, that's a typo hdb1 is the root. I'm using lilo and it's an intel 850e chipset (the evil rambus one.) wink

Share this post


Link to post

Are you sure you compiled in the necessary filesystem needed to read your root partition? i.e. if it's ext3, did you compile in ext3?

 

I toasted a Gentoo box once by setting reiserfs as a module instead of compiling it in - and the root partition was reiserfs... it croaked with the exact same error.

Share this post


Link to post

I was sure I compiled in ext3 but I'll check right now. Man that would be funny if that's the problem.

Share this post


Link to post

That wasn't it, I had ext3 compiled in. I even created another kernel just for haha's and I had the same problem. I'm real confused. I may just try to compile a 2.6.8 without the nvidia piece and see if that works. Then I'll add the nvidia driver after the fact.

Share this post


Link to post

Are you using Debian Woody or Sarge? If Sarge, I bet there is no initrd file and the original install has one.

 

I'll post a solution if I find one.

Share this post


Link to post

Thanks Danleff. I'm using sid and I've had the same system running for about three years now with many kernels starting with 2.4.xx and most recently 2.6.7. I've never had a problem like this. You are correct in the assumption that I do not have a initrd file. I'll head down this path using google to see if I can find some answers. In the mean time I'll enjoy my expensive new video card with the lovely vesa driver. So much for getting better frames out of tux racer. smile

Share this post


Link to post

WOW, I get to help! smile As mentioned if you aren't using INITRD then you need to make sure you compile the GENERIC IDE stuff under DRIVERS into the kernel instead of as modules. There is one particular one that causes the problem, it skips my mind at the moment, but it is best to just compile all the Genereic Chipset stuff into the kernel instead of as modules like they are now. That should fix your problem.

 

Good Luck!

Share this post


Link to post

Hoochster you are my god for the day. I think your suggestion may be the one thing I haven't tried. I've been so busy lately with work and personal stufff I haven't had much time to try anything. If this work I'll let ya know. Thanks again.

 

Share this post


Link to post

Woo! hoochster is great. It's working like a charm nvidia piece and all. Thanks, I owe ya one. smile

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×