Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43917 - Kernel panic while booting
Summary: Kernel panic while booting
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-06 14:51 UTC by Aitor Lopez Fadrique
Modified: 2004-03-07 15:38 UTC (History)
0 users

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


Attachments
Thhe .config file of the crashing kernel (config-2.4.22-gentoo-r7,23.54 KB, text/plain)
2004-03-06 14:53 UTC, Aitor Lopez Fadrique
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aitor Lopez Fadrique 2004-03-06 14:51:49 UTC
When I'm trying to boot with gentoo-sources 2.4.22-r7 I get a kernel panic when checking hda.

Reproducible: Always
Steps to Reproduce:
1. Compile gentoo-sources 2.4.22 r7
2. Try to boot with that one new kernel
3.

Actual Results:  
Kernel panic

Expected Results:  
Boot up

 I get kernel bug in sched.c:1265 and killing interrupt handler panic. If I try
to compile without devfs then compiling fails.
Comment 1 Aitor Lopez Fadrique 2004-03-06 14:53:35 UTC
Created attachment 26961 [details]
Thhe .config file of the crashing kernel
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-03-07 15:04:09 UTC
Please try and tell us if this solves it:

#> cd /usr/src/linux-2.4.22-gentoo-r7
#> patch -p1 < /usr/portage/sys-kernel/gentoo-sources/files/gentoo-sources-2.4.20-sched-interrupt.patch
#> # [[ BugZilla might wrap the line above ]]
#> make bzImage
#> # Install as usual and see if it dies again...
Comment 3 Aitor Lopez Fadrique 2004-03-07 15:38:04 UTC
It was a misconfigured kernel. Chipset settings were wrong. No patch was necesary to repair the problem. Thank you so much and sorry.