LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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


Reply
  Search this Thread
Old 07-28-2005, 08:52 AM   #1
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Rep: Reputation: 15
I've compiled my 2.6.12.3 kernel 3 times!!!


I have compiled my new 2.6.12.3 kernel 3 times and every time I boot with the new kernel I get this message:

v2.01 USB HID core driver
Alsa device list:
No soundcards found
UDF-fs No partitions found
Kernel panic not syncing:
VFS: Unable to mount root on un-known block(3,11)

I don't know what I'm doing wrong! I'm trying to boot Slackware 10.0.
I have GCC 3.4.3.
 
Old 07-28-2005, 09:20 AM   #2
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Did you use "make oldconfig" to make the new kernel with all the same options as your previous kernel, or what?
 
Old 07-28-2005, 09:58 AM   #3
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
No i didn't use make oldconfig but I did use the config file in the /boot directory. Is there any difference?
 
Old 07-28-2005, 10:29 AM   #4
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Depends where the config file in /boot came from!

If it's the generic Slack config then it should have worked OK. If it came from somewhere else, then there's no telling how good or bad it might be. . .

Best advice is probably to use "make menuconfig" and make sure all the appropriate options for your computer have been checked.
 
Old 07-28-2005, 01:13 PM   #5
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Arrghh! I used make oldconfig but still, the same message!!! Only the alsa error was removed...
 
Old 07-28-2005, 01:59 PM   #6
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
it looks like support for whatever filesystem you are using isn't built into the kernel.
 
Old 07-28-2005, 02:19 PM   #7
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Well I'm using a reiserfs formated root partition. I made sure that reiserfs is compiled into the kernel directly. I even tried it as a module but still it didn't work! Yes I used the original Slackware config script.
 
Old 07-28-2005, 06:51 PM   #8
danimalz
Member
 
Registered: Jul 2005
Location: West Coast South, USA
Distribution: debian 3.1
Posts: 267

Rep: Reputation: 36
I had a similar issue.

two things to try:

1) try building initrd kernel. (read the documentation section of your kernel source tree)

2) remove all usb connections before booting.
 
Old 07-29-2005, 08:49 AM   #9
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Here's my ignorance kicking in... how do I remove the usb connections? The documentation has initrd kernel info? I never saw that! I guess I should look more closely.

Hah ha ha. While I compiled my kernel for the 4th time I was watching a LOTR DVD. Didn't loose a singe frame like I would have in Windows. (Just searching for a file messes up DVD playback!)

Last edited by CPUFreak91; 07-29-2005 at 09:09 AM.
 
Old 07-29-2005, 10:54 AM   #10
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Woa.. I just solved the VFS problem... I needed initrd.gz but now the boot is stuck on udev... any help?
 
Old 08-02-2005, 01:54 PM   #11
Boogieman
Member
 
Registered: Sep 2003
Distribution: Debian GNU/Linux
Posts: 35

Rep: Reputation: 15
Quote:
Originally posted by CPUFreak91
Woa.. I just solved the VFS problem... I needed initrd.gz but now the boot is stuck on udev... any help? :)
How do you solve the problem?. The all idea of the forum is to post the problem but the solving too :). I have the same problem with 2.6.12.3, but the exact message of the kernel:
Code:
VFS: Cannot open root device "303" or unknown block(3,3)
please append a correct "root=" boot option
Not syncing: VFS unableto mount root fs on unknown block(3,3)
the sequence i've use to compile the kernel was:
Code:
~$ make clean
~$ make mrproper
~$ make gconfig
~$ make 
~$ make modules_install
~$ make install
then run lilo and reboot.

Last edited by Boogieman; 08-02-2005 at 01:56 PM.
 
Old 08-04-2005, 03:33 PM   #12
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Well I don't know how I solved the problem.... but when udev is loading it just sticks.
That's all the info I can give anybody!!

EDIT:Would it help if I posted a screen shot?

Last edited by CPUFreak91; 08-04-2005 at 03:37 PM.
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel compilation-From where it should be started for already compiled kernel b0nd Linux - Newbie 11 08-17-2005 01:08 PM
new kernel compiled successfully, but the kernel-source package is the same old? luqman Red Hat 2 03-03-2005 08:41 AM
New kernel = font problem at times! Slovak Slackware 2 12-20-2004 03:55 PM
kernel compile times danchan Linux - General 2 04-11-2004 06:33 PM
kernel panic on reboot of newly compiled kernel lyceum Linux - Newbie 4 09-09-2003 09:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:07 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