Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42271 - Kernel Panic on startup
Summary: Kernel Panic on startup
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 08:14 UTC by Rodrigo Schmidt Nürmberg
Modified: 2004-02-21 13:50 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 Rodrigo Schmidt Nürmberg 2004-02-20 08:14:49 UTC
The system crashes trying to mount a reiserfs partition, and show's a Kernel Panic message. This is because the genkernel compile ReiserFS like a module and the initrd doesn't pre-load the ReiserFS module making the system unable to load the reiserfs partitions. The 39294 bug probably is the same problem

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brad House 2004-02-21 13:50:09 UTC
use --menuconfig and compile reiserfs into your kernel. 
genkernel has no way of knowing it needs to load a filesystem
module for you.