Bug 171592

Summary: smp boot crashes with kernel panic message
Product: [Fedora] Fedora Reporter: Sarah Close <sarahclose>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 4CC: pfrields, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-28 00:11:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
including /etc/modprobe.conf file none

Description Sarah Close 2005-10-23 23:54:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2

Description of problem:
console display as follows::
loading jkd.ko module
loading ext3.ko module
creating root device
mkrootdev:label / not found
mounting root filesystem
mount/: Error 2 mounting ext3
Switching to new root
error opening /dev/console!!!!:2
error dup2ing fd of 0 to 0
error dup2ing fd of 0 to 1
error dup3ing fd of o to 2
unmounting old /proc
unmounting old /sys
switchroot:mount failed:22
kernel panic -  not syncing: attempted to kill init!
[<c0120cd8>] panic+0x45/0x1c4
[<c0121f26>] profile_tasl_exit+0x36/0x4a
[<c0123e7a>] do_exit+0x3a3/0x3f2
[<c01586b87>] do_munmap+0xca/0xf7
[<c0123f22>] do_group_exit+ox29/0x90
[<c010395d>] syscall_call+0x7/0x6

== end of console message display ==

Note: same display for kernel-2.6.13-1.1526_FC4SMP. These 2 versions of the kernel will not boot and panic at the same place every time. Kernel-2.6.12-1.1390_FC4SMP is stable and working on this Dell 650n with dual pentium xeon @ 3.06mhz with u320 scsi disk.

Version-Release number of selected component (if applicable):
kernel-2.6.13-1.1532_FC4SMP

How reproducible:
Always

Steps to Reproduce:
1.Select 2.6.13-1.1532_FC4SMP from grub boot menu
2.Wait for the panic message to happen
3.
  

Actual Results:  loading jkd.ko module
loading ext3.ko module
creating root device
mkrootdev:label / not found
mounting root filesystem
mount/: Error 2 mounting ext3
Switching to new root
error opening /dev/console!!!!:2
error dup2ing fd of 0 to 0
error dup2ing fd of 0 to 1
error dup3ing fd of o to 2
unmounting old /proc
unmounting old /sys
switchroot:mount failed:22
kernel panic -  not syncing: attempted to kill init!
[<c0120cd8>] panic+0x45/0x1c4
[<c0121f26>] profile_tasl_exit+0x36/0x4a
[<c0123e7a>] do_exit+0x3a3/0x3f2
[<c01586b87>] do_munmap+0xca/0xf7
[<c0123f22>] do_group_exit+ox29/0x90
[<c010395d>] syscall_call+0x7/0x6


Expected Results:  clean boot to user login.

Additional info:

Dell 650n w/ dual pentium xeon w/ hyperthreading running at 3.06mhz. U320 scsi interface with single 73gb drive. 20 inch lcd monitor on analog port. usb keyboard and mouse.

Comment 1 Dave Jones 2005-10-25 08:35:35 UTC
can you include the contents of your /etc/modprobe.conf please ?


Comment 2 Sarah Close 2005-10-27 01:44:26 UTC
Created attachment 120443 [details]
including /etc/modprobe.conf file

Comment 3 Dave Jones 2005-10-28 00:11:50 UTC

*** This bug has been marked as a duplicate of 169610 ***