LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-17-2006, 04:31 PM   #1
polemon
Member
 
Registered: Jun 2005
Distribution: Fedora 18, Ubuntu 11.10, Ubuntu Server 11.10, DamnSmallLinux 3.4.4, FreeDOS 1.1, OpenBSD 5.0
Posts: 194

Rep: Reputation: 31
Kernel 2.6.16.5 won't boot


HI.

I compiled the latest stable Kernel, that is available from Kernel.org right now, it's version 2.6.16.5 .

I compiled it, with pretty much the same setings I compiled my last Kernel, the 2.6.14.6 .

I have all Filesystems and Harddisk drivers compiled into my Kernel, but I made a ramdisk file with mkinitrd anyway.

Anyway, compiling went nice, but when I try to boot, I get the following error:
Code:
VFS: Cannot open root device "VolGroup00/LogVol00" "or unknown-blovk(0,0)
I've got a SATA harddisk, where Linux is installed on.

It all works well with the old Kernel, I really don't have any clue, what I did wrong...

please help,

--polemon
 
Old 04-17-2006, 05:54 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
This error message indicates kernel has no support for your HDD controller chipset.
 
Old 04-17-2006, 06:15 PM   #3
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Have you tried copying over the .config file from your 2.6.14.6 kernel to your 2.6.16.5 src directory after running make mrproper and then running make oldconfig?
 
Old 04-17-2006, 06:41 PM   #4
polemon
Member
 
Registered: Jun 2005
Distribution: Fedora 18, Ubuntu 11.10, Ubuntu Server 11.10, DamnSmallLinux 3.4.4, FreeDOS 1.1, OpenBSD 5.0
Posts: 194

Original Poster
Rep: Reputation: 31
make mrproper, make oldconfig?

I never used that, all I did was

make xconfig
make dep clean
make bzImage
make modules
make modules_install

But how can it be, that the HDD chipset driver is missing, when I included pretty much every driver...

but i'll definately have a look a the config file.
 
Old 04-17-2006, 06:59 PM   #5
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
There are a bunch of new settings in the 2.16 series - I'm not familiar with that error, but this may at least rule out the possibility of the .config file being the problem.
 
Old 04-17-2006, 07:15 PM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
This error ending with (0,0) implies kernel is not getting to HDD, with some other (non-zero) values it indicates filesystem is not supported.

gilead - did you compile generic SCSI support in? it is required for SATA.
 
Old 04-17-2006, 07:26 PM   #7
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Hi Emerson, I don't think you meant that for me...
 
Old 04-17-2006, 07:50 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Hee, sorry pal. Got it wrong
 
Old 04-18-2006, 03:20 PM   #9
polemon
Member
 
Registered: Jun 2005
Distribution: Fedora 18, Ubuntu 11.10, Ubuntu Server 11.10, DamnSmallLinux 3.4.4, FreeDOS 1.1, OpenBSD 5.0
Posts: 194

Original Poster
Rep: Reputation: 31
I did, what I was told, but I still get the same error...

And yes, SCSI support is compiled into the Kernel.
 
Old 04-22-2006, 02:59 PM   #10
polemon
Member
 
Registered: Jun 2005
Distribution: Fedora 18, Ubuntu 11.10, Ubuntu Server 11.10, DamnSmallLinux 3.4.4, FreeDOS 1.1, OpenBSD 5.0
Posts: 194

Original Poster
Rep: Reputation: 31
Magic things happening!!

I downloaded the 2.6.16.7 Kernel sources and made a
make mrproper
make oldconfig

after compiling the kernel, everything works best!!!

why it didn't work with the 2.6.16.5 Kernel? NO CLUE!

--polemon
 
Old 04-22-2006, 03:06 PM   #11
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
That's weird, but I'm glad it's working. There are quite a few changes from 2.6.16.5 to 2.6.16.7 (ftp://ftp.kernel.org/pub/linux/kerne...geLog-2.6.16.6 and ftp://ftp.kernel.org/pub/linux/kerne...geLog-2.6.16.7) so maybe one of them took care of the problem.
 
Old 04-22-2006, 04:28 PM   #12
polemon
Member
 
Registered: Jun 2005
Distribution: Fedora 18, Ubuntu 11.10, Ubuntu Server 11.10, DamnSmallLinux 3.4.4, FreeDOS 1.1, OpenBSD 5.0
Posts: 194

Original Poster
Rep: Reputation: 31
It was ropably some Kernel bug that has been debugged in the 2.6.16.6 version.

I tryed the 2.6.16.5 Kernel again and i still get the same exact error when I do the steps that led to success with the ...7 version.

--polemon
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DSL Kernel Wont detect Flash drive on boot, cant boot =( Javahulk Linux - General 1 03-24-2005 02:59 PM
Kernel update boot problems, no boot loader StaticSage Red Hat 2 01-09-2004 06:05 AM
CAVEAT: /boot/kernel.h & how not to clobber your kernel sources (Conectiva, Red Hat) JCCyC LinuxQuestions.org Member Success Stories 0 08-07-2003 07:49 AM
Kernel Compile Boot Loader? boot disk? SPMcRuube Linux - Newbie 3 12-03-2002 07:02 PM
What to do with /boot/System.map on dual Kernel boot? cathodion Linux - General 2 05-17-2002 11:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration