Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256138 - kernel/gentoo-sources-2.6.27-r8 kernel panic AMD64 on VFS with ext3 / partition
Summary: kernel/gentoo-sources-2.6.27-r8 kernel panic AMD64 on VFS with ext3 / partition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 23:14 UTC by Nick Currier
Modified: 2009-01-24 03:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Currier 2009-01-23 23:14:56 UTC
Kernel panic in gentoo-sources 2.6.27-r8 on AMD64 machine.  It appears that the kernel is dying in VFS while trying to mount the root filesystem.  No problems with previously stabilized kernel 2.6.25-r7 but this one won't boot.  Kernel configuration is nothing exotic and ext3 support is built in.  Not exactly sure what to do about this, linux kernel isn't something I tinker with often.

Reproducible: Always

Steps to Reproduce:
1.reboot using new kernel
2.watch error message about unable to mount VFS 
3.

Actual Results:  
Kernel panics without being able to find the root partition (ext3).

Expected Results:  
kernel boots and I can go on with life.. ;)

Using GRUB, root partition ext3, AMD64 X2 machine.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-01-24 03:35:37 UTC
Did you perhaps (unwittingly) switch from the deprecated IDE to the PATA driver, or did you not switch at all and simply have no controller configured in the kernel at all?
Comment 2 Nick Currier 2009-01-24 03:45:56 UTC
(In reply to comment #1)

I feel sheepish now that I realize the IDE controller is deprecated. After doing some snooping around, actually just before this posted, I found that the system recognizes my root as /dev/sda3 instead of /dev/hda3... I changed nothing in the kernel configuration.  Is this now default behavior?  i.e. I need to change my /etc/fstab to the new file structure... Sorry for filing a bug report.  I'm conciously trying to become more active in the Gentoo community.  Not trying to create any more work for the bug-wrangling crowd.  I'm just become more development minded due to a recent research position.