Bug 487642

Summary: kernel hangs while booting, after Creating initial device nodes
Product: [Fedora] Fedora Reporter: Sander Hoentjen <sander>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 11CC: kernel-maint, quintela, sangu.fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-13 15:25:19 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
show_backtrace_all_cpus after boot hang
none
show_task_states after boot hang none

Description Sander Hoentjen 2009-02-27 07:51:08 UTC
Description of problem:

kernel hangs while booting, after Creating initial device nodes, this happens on a Dell PowerEdge 2950
It happens for all rawhide kernels I tested.

Version-Release number of selected component (if applicable):
latest I tested: kernel-2.6.29-0.157.rc6.git2.fc11.x86_64

How reproducible:
always

Steps to Reproduce:
1. Get a Dell PowerEdge 2950
2. Install F10
3. yum --enablerepo=rawhide update
4. reboot
  
Actual results:
system hangs during boot

Expected results:
rebooting is fine

Additional info:
last 2 lines printed are:
Creating initial device nodes
üüüüüüüüüüüüüüü

Comment 1 Chuck Ebbert 2009-02-27 23:51:25 UTC
I see this too, if I try to boot to runlevel 3.

Comment 2 sangu 2009-02-28 02:03:14 UTC
Sometimes this issue happens too in my linux box.
< http://www.smolts.org/show?uuid=pub_4fcb818f-090b-4e77-a48b-6e23f8b3fc06 >

Comment 3 Jimmy Rentz 2009-05-02 15:28:23 UTC
I installed from f11 rawhide on my x86_64 system (AMD 9750 x4, 4GB, 2.6.29.2-121.fc11_x86_64), and I experience this problem on every boot.
This the last message printed:
Creating initial device nodes
 
I followed the kernel debugging steps noted in the wiki but with with no success.  
The best I could do is get a stack backtrace for each cpu (sysrq l):
CPU2:
CPU 2:
Modules linked in:
....
RIP: ... native_safe_halt+0xb/0xd
....
Call Trace:
   ... ? default_idle+0x51/0x7c
   ....? c1e_idle+0x124/0x12b
   ....? cpu_idle+0x68/0xb3
   ....? start_secondary+0x199/0x19e

NOTE: This system was previously running f10 and a 2.6.29-rc kernel.

Comment 4 Jimmy Rentz 2009-05-03 05:06:59 UTC
Created attachment 342202 [details]
show_backtrace_all_cpus after boot hang

Comment 5 Jimmy Rentz 2009-05-03 05:08:08 UTC
Created attachment 342203 [details]
show_task_states after boot hang

Comment 6 Jimmy Rentz 2009-05-03 05:09:23 UTC
I was able to get the serial console to work so I attached these sysrq dumps.  Though, I could never capture the boot log...It always resulted in garbage no matter what baud-rate I tried.

Comment 7 Jimmy Rentz 2009-05-05 01:01:33 UTC
Okay, my problem doesn't look kernel related...There is some problem in mkinitrd.  I installed the version from F10 and rebuilt the initrd and it booted fine.  Will file there.

Comment 8 Chuck Ebbert 2009-05-07 05:37:37 UTC
Possibly the same as bug 499057 which is marked closed but may not actually be fixed.

Comment 9 Bug Zapper 2009-06-09 11:41:21 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 10 Sander Hoentjen 2009-07-13 15:25:19 UTC
Whatever it was it seems fixed now.