Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel panic woes
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Tue Jan 04, 2005 10:34 am    Post subject: kernel panic woes Reply with quote

hey guys, i am back again. can anyone tell me what this error message at boot means?

Code:
kernel panic - not syncing: vfs: unable to mount root on fs on unknown block (3,67)



EDIT: Fixed the stuck keyboard/CAPS LOCK problem in title. --pjp
Back to top
View user's profile Send private message
n3mo
l33t
l33t


Joined: 28 Mar 2004
Posts: 657
Location: In a Cruel World

PostPosted: Tue Jan 04, 2005 12:17 pm    Post subject: Reply with quote

It seems that you passed the wrong root= option to grub, try to post your grub.conf and be sure that you compile as built-in all the option needed at boot, like the filesystem.
_________________
Google, really.
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Tue Jan 04, 2005 12:22 pm    Post subject: Reply with quote


  • wrong block device specified for the /etc/fstab line corresponding to your root file system (usually forgot to replace the installation default /dev/ROOT by /dev/hda1 or whichever)
  • wrong file system type (usually forgot to replace the installation default xfs with reiserfs or ext3)
  • heavily corrupted root file system (superblock gone the way of the dodo),
  • being silly and compiling the file system driver for the root file system type (e.g. reiserfs.ko for reiserfs) as a module instead of into the kernel.
  • same, but for the driver module for the hard drive controller (or flashstick or whichever media support you have)
  • some other weird and obscure kind of PEBKAC

_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Tue Jan 04, 2005 9:58 pm    Post subject: Reply with quote

n3mo and moocha, thanks for your reply.

N3MO: i have lilo instaed of grub, and here is its setup:


Code:
boot=/dev/hdb2
prompt
timeot=100
default=Gentoo

image=/boot/kernel-2.6.7-gentoo-r11
label=Gentoo
readonly
root=/dev/hdb1


MOOCHA: My fstab's config is perfect, i changed the xfs to reiserfs. My hdd should not be heavily corrupted becaue i just bought it less then a week ago. I haven't, to my knowledge, compiled the reiserfs support as a module <M>, i used the <*>.

But i don't get ur last two points!

regards
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Wed Jan 05, 2005 4:56 am    Post subject: Reply with quote

I was referring to compiling, for example, the driver for your IDE chipset as a module - which would cause the kernel to need that module already loaded in order to be able to access the hard drive and load the module that drives the IDE chipset (vicious circle).
The other point was some sort of weird user-caused mess-up. There are countless possibilities - for example using a SATA drive and forgetting to enable SCSI support (SATA runs via the SCSI driver infrastructure), using a RAID array for the root file system without usijng an initrd, etc etc.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Wed Jan 05, 2005 7:41 am    Post subject: Reply with quote

i have an ATA hdd.
i have checked everything and still no luck!

This may be important. I get an error when i /sbin/lilo! it says that the /dev directory doesnt match the DEVFS. I have no idea what this means or how to fix it.
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Wed Jan 05, 2005 8:49 am    Post subject: Reply with quote

Hmm... Are you using devfs or udev for /dev management? If you're using devfs, you have to compile in "/dev file system support". If you're using udev, you might get away with having that compiled in, but it's best to run a pure udev system and not compile that in.
Also, what is the exact output of
Code:
/bin/ls -la /dev/hda* /dev/discs/disc0
?
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
cokey
Advocate
Advocate


Joined: 23 Apr 2004
Posts: 3355

PostPosted: Wed Jan 05, 2005 9:23 am    Post subject: Reply with quote

it might help if you post us you fstab and grub.conf. "unable to mount root on fs on unknown block" is normally a sign that you have left it as /dev/BOOT or have put HD1 instead of HD0 etc in grub.conf etc
_________________
https://otw20.com/ OTW20 The new place for off the wall chat
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Wed Jan 05, 2005 9:23 am    Post subject: Reply with quote

before i do that, how do i run a pure udev system?
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Wed Jan 05, 2005 10:08 am    Post subject: Reply with quote

ok, i did that and this was the output.
Code:
/bin/ls: /dev/discs/disc0: No such file or directory
brw-rw---- 1 root disk 3, 64 Jul 18 01:13 /dev/hdb
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Wed Jan 05, 2005 10:11 am    Post subject: Reply with quote

There you go. The kernel doesn't even see the primary master ATA drive (hda). It only sees hdb, which is the primary slave and seems to be a CD-ROM since it has no subdevices for the partitions (hda1, hda2, etc etc).
Check the drive's jumpers.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Wed Jan 05, 2005 10:36 am    Post subject: Reply with quote

[EDIT] My last post, i only did this command
Code:
/bin/ls -la /dev/hdb /dev/discs/disc0
rather that use the star *. instead i used it and here was the output.
Code:
/bin/ls: /dev/discs/disc0: No such file or directory
brw-rw---- 1 root disk 3, 64 Jul 18 01:13 /dev/hdb
brw-rw---- 1 root disk 3, 65 Jul 18 01:13 /dev/hdb1
brw-rw---- 1 root disk 3, 74 Jul 18 01:13 /dev/hdb10
brw-rw---- 1 root disk 3, 75 Jul 18 01:13 /dev/hdb11
brw-rw---- 1 root disk 3, 76 Jul 18 01:13 /dev/hdb12
brw-rw---- 1 root disk 3, 77 Jul 18 01:13 /dev/hdb13
brw-rw---- 1 root disk 3, 78 Jul 18 01:13 /dev/hdb14
brw-rw---- 1 root disk 3, 79 Jul 18 01:13 /dev/hdb15
brw-rw---- 1 root disk 3, 80 Jul 18 01:13 /dev/hdb16
brw-rw---- 1 root disk 3, 81 Jul 18 01:13 /dev/hdb17
brw-rw---- 1 root disk 3, 82 Jul 18 01:13 /dev/hdb18
brw-rw---- 1 root disk 3, 83 Jul 18 01:13 /dev/hdb19
brw-rw---- 1 root disk 3, 66 Jul 18 01:13 /dev/hdb2
brw-rw---- 1 root disk 3, 64 Jul 18 01:13 /dev/hdb20
brw-rw---- 1 root disk 3, 67 Jul 18 01:13 /dev/hdb3
brw-rw---- 1 root disk 3, 68 Jul 18 01:13 /dev/hdb4
brw-rw---- 1 root disk 3, 69 Jul 18 01:13 /dev/hdb5
brw-rw---- 1 root disk 3, 70 Jul 18 01:13 /dev/hdb6
brw-rw---- 1 root disk 3, 71 Jul 18 01:13 /dev/hdb7
brw-rw---- 1 root disk 3, 72 Jul 18 01:13 /dev/hdb8
brw-rw---- 1 root disk 3, 73 Jul 18 01:13 /dev/hdb9


sorry about the mix up[/code]
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Wed Jan 05, 2005 11:00 am    Post subject: Reply with quote

Ah, so then /dev/hdb isn't a CD/DVD-ROM device but is your actual hard drive. Why is it not the primary master? Why primary slave? Any specific reason for that? You'll of course have to use /dev/hdb1 instead of /dev/hda1 then, etc etc, all over /etc/fstab. Or you can leave /dev/hda1 etc etc alone and jumper your drive to primary master. Or of it's jumpered to cable select (usually the factory default) and you have an 80-wire IDE cable (any post-2000 new cable is an 80-wire cable) make sure you follow the proper procedure when hooking up the drive: The blue cable connector goes into the motherboard, the black connector goes into the device that will become the master, and the gray connector into the one that should become the slave. That arrangement is important, it matters, unlike the old cables that went anywhere in any combination. If you only hooked up one device to the cable, make sure it's the master.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Wed Jan 05, 2005 11:20 am    Post subject: Reply with quote

everything you said was exactly what i did. I am currently booting my slave from the motherboard as the primary hardrive and going from lilo to my hda hdd. not sure if that helps at all!
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Fri Jan 07, 2005 2:01 am    Post subject: Reply with quote

hey moocha, can you just give me a little guidence on where i should be going with this, i has nothing in the 2004.2 handbook. I didnt do emerge --sync because it would always screw up on me. Please help a deperate n00b.
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Mon Jan 10, 2005 3:37 am    Post subject: Reply with quote

bump

would anybody be able to help me with this little dilemma.

Thanx
Back to top
View user's profile Send private message
cokey
Advocate
Advocate


Joined: 23 Apr 2004
Posts: 3355

PostPosted: Mon Jan 10, 2005 6:42 am    Post subject: Reply with quote

give us your fstab and grub and tell us your partition layout
_________________
https://otw20.com/ OTW20 The new place for off the wall chat
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Tue Jan 11, 2005 12:12 am    Post subject: Reply with quote

i have lilo instead of grub so, i have it setup the way the handbook tells me to.
Code:
/dev/hdb2                         /boot      ext2   noauto, noatime
/dev/hdb1                         /      xfs   noatime
/dev/hdb3                         none      swap   sw
/dev/cdroms/cdrom0                /mnt/cdrom   iso9660   noauto, ro
/dev/fd0                          /mnt/floppy   auto   noatime


none                              /proc      proc   defaults


my boot partition is hdb2
my root partition is hdb1
my swap partition is hdb3
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Tue Jan 11, 2005 12:21 am    Post subject: Reply with quote

Code:
/dev/hdb1                         /      xfs   noatime

Is your root file system actually an XFS file system? Are you absolutely sure it's not reiserfs or ext3?
moocha wrote:
wrong file system type (usually forgot to replace the installation default xfs with reiserfs or ext3)

mikkime23 wrote:
MOOCHA: My fstab's config is perfect, i changed the xfs to reiserfs.

Looks like you didn't.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Tue Jan 11, 2005 2:44 am    Post subject: Reply with quote

oops, sorry about that, i copied and pasted from a text document that i had. It is changed from XFS to reiserfs.
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Tue Jan 11, 2005 3:01 am    Post subject: Reply with quote

Ok, this does it. This many inaccuracies are a bit too much to swallow. This is not the first post where you ask for help yet either refuse to follow advice, give incorrect info when asked, or react badly to advice you don't like.
I'll simply ignore bull "help requests" like this from you from now on - my time is better spent on helping people that actually need help, as opposed to trolling.
Have a nice day.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Tue Jan 11, 2005 4:19 am    Post subject: Reply with quote

look moocha, i am trying to get help. i am very very sorry that i put the wrong info up there. i am still very much a n00b and need assistance. your advice has been quite helpful, i have learnt a lot of info. i just need to know how to get past kernel panic, and you seem very knowledgeable and obviously can help me. i have followed all of your instructions, in this post and others. My posts are not BULL by the way, they are real life situations.

also, i like all advice, i just dont like people being smart and having a go at me. if there was anyway gentoo could install like windows, damn it, i would use it, but seeing as though there isnt, i rely on forums. my life is stressed to the max and i only want a little help. that may be the reason why some info is inaccurate. sorry for any inconvenience!!!!!!!
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Tue Jan 11, 2005 4:35 am    Post subject: Reply with quote

A. There is no way you would be in a situation like this if you would carefully follow the handbook step by step. I told you this in another thread and you reacted like a spoiled brat. I will tell you again: There Is No Way You Get An "unable to mount root file system" Type Of Error If You Follow The Handbook. Period. No Exceptions. The conclusion is that you obviously didn't have the patience to read the manual properly and expect support for your own lazyness. That's not a bad thing per se and I don't like to refer people to the manual. I normally help them, but as I'm not yet a full-blown mindreader I need some basic pieces of info, which brings me to
B.
cokehabit wrote:
give us your fstab and grub and tell us your partition layout

wrote:
oops, sorry about that, i copied and pasted from a text document that i had

Well, my friend, that is not how it works. If after four (FOUR!) separate, explicit, clear requests to provide specific details about your setup you just paste some random stuff, you can go hang for all I care.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
mikkime23
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 105
Location: Sydney, Australia

PostPosted: Tue Jan 11, 2005 5:00 am    Post subject: Reply with quote

you can get fucked and suck my dick. you are the lazy fucker. so fuck YOU!!!!

I cannot be expected to print out 100 pages of a fucking handbook!!! and the simple one is so vague its no wonder people write in these forums you cock head!!!
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Tue Jan 11, 2005 5:08 am    Post subject: Reply with quote

Thank you for proving my point (referring to wasting my time trying to help you).
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum