Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page almost finished intall... kernel panic boot problem...
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 07-17-2005   #1 (permalink)
whisker
Linux User
 
Join Date: May 2005
Location: SA, TX
Posts: 333
Send a message via AIM to whisker
almost finished intall... kernel panic boot problem...

ive installed up to the bootloader and rebooted the computer. grub loads and i boot gentoo. it goes a bit and then stops and says "kernel panic - not syncing : VFS : Unable to mount root fs on unknown-block(1,0)"
what should i do?
thanks
__________________
registered linux user #390920 << makes me feel important
whisker is offline   Reply With Quote
Old 07-17-2005   #2 (permalink)
Cabhan
Linux Guru
 
Cabhan's Avatar
 
Join Date: Jan 2005
Location: Seattle, WA, USA
Posts: 2,409
You're using Grub?

I think that it's saying it can't mount something at the first partition of the second HD.

I dunno the exact problem, but you may want to go back into your GRUB config and double-check all the HD values you gave.

Remember: 0,0 is /hda1 and 1,0 is /hdb1.
__________________
DISTRO=Gentoo
Registered Linux User #388732
Gentoo Linux, 410 GB HD, 1.2 GB RAM, Fluxbox, These are a Few of my Favorite Things
Cabhan is offline   Reply With Quote
Old 07-17-2005   #3 (permalink)
ozar
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 8,542
Agree with Cabhan - it definitely sounds like a GRUB issue. Post the contents of your /boot/grub/menu.lst file if you can.
ozar is offline   Reply With Quote
Old 07-17-2005   #4 (permalink)
budman7
Super Moderator
 
budman7's Avatar
 
Join Date: Oct 2004
Location: Knee deep in Grand Rapids, Michigan
Posts: 3,243
Along with your menu.lst, you will need to post your ./etc/fstab
__________________
Go RedWings
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger

New users read The FAQ
budman7 is offline   Reply With Quote
Old 07-28-2005   #5 (permalink)
intellect
Just Joined!
 
Join Date: Jul 2005
Posts: 4
i am having the same problem....

i am having the same problem....so i thought i would horn in on your helping...the only thing i have added to the default config for genkernel is trying to mount my second HD in fstab and changing the timeout to 15 from 30




my /boot/grub/menu.lst looks like:

default 0
timeout 15
splashimage=(hd0,0) /grub/splash.xpm.gz

title=Gentoo Linux 2.6.12-r4
kernel /kernel-genkernel-x86-2.6.12-gentoo-r4 root=/dev/ram0 init=linuxrc ramdisk=8192 real_root=/dev/hdb3 udev vga=0x317 video=vesafb:mtrr,ywrap


+++++++++++++++++++++++++++++++++++++

my /etc/fstab looks like: (i am leaving the commented lines out since i am re-typing not copy-paste-ing)

/dev/hdb1 /boot ext2 defaults,noatime 1 2
/dev/hdb3 / ext3 defaults,noatime 0 1
/dev/hdb2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,ro,user 0 0

/dev/hdd1 /home auto defaults,noatime 0 2

none /proc proc defaults 0 0

none /def/shm tmpfs defaults 0 0


+++++++++++++++++++++++++++++

now my mobo is OLD...so it doesnt recognize my main HD as hda, the bios labels it primary slave, with no master...there is only one hd on the primary ide ribbon, the secondary has the cdrom as master and the HD as slave, thus the hdb and hdd and no hda's


thanks for any help or insight you can give me...
intellect is offline   Reply With Quote
Old 07-28-2005   #6 (permalink)
Cabhan
Linux Guru
 
Cabhan's Avatar
 
Join Date: Jan 2005
Location: Seattle, WA, USA
Posts: 2,409
One problem I can see with your config is the line:

"splashimage=(hd0,0) /grub/splash.xpm.gz"

in menu.lst

Assuming that it's supposed to be pointing at the /boot partition, it should actually read:

"splashimage=(hd1,0) /grub/splash.xpm.gz"

You have it pointing to /hda1, which doesn't exist.
__________________
DISTRO=Gentoo
Registered Linux User #388732
Gentoo Linux, 410 GB HD, 1.2 GB RAM, Fluxbox, These are a Few of my Favorite Things
Cabhan is offline   Reply With Quote
Old 07-28-2005   #7 (permalink)
intellect
Just Joined!
 
Join Date: Jul 2005
Posts: 4
thats what i thought , but when i changed it to hd(1,0), it will hang at boot doing nothing but a black screen and then eventually reboot to repeat the process...i think that (hd0,0) is what i need, because even though it doesnt seem to make sense the little penguin icon shows up that the splash image is pointing to during boot, it's just that once it goes far enough in the boot process i get the kernel panic error, preceded by "UDF-fs No partition found"...i cant even ctrl-alt del...i have to reset with physical button....
intellect is offline   Reply With Quote
Old 07-28-2005   #8 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
You seem to be missing a root line for your kernel.
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Old 07-29-2005   #9 (permalink)
intellect
Just Joined!
 
Join Date: Jul 2005
Posts: 4
i am not sure what that means or how to fix it....
intellect is offline   Reply With Quote
Old 07-29-2005   #10 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
Code:
title=Gentoo Linux 2.6.12-r4
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.12-gentoo-r4 root=/dev/ram0 init=linuxrc ramdisk=8192 real_root=/dev/hdb3 udev vga=0x317 video=vesafb:mtrr,ywrap
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 05:52 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0