Bug 473092

Summary: system hangs after upgrade FC9>FC10
Product: [Fedora] Fedora Reporter: Jacques Rodary <jrodary>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 10CC: kernel-maint, quintela, tim.fenn
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-10 20:28:28 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:

Description Jacques Rodary 2008-11-26 15:08:12 UTC
Description of problem: after upgrading from feedora 9 to 10, the system hangs after this error: mounting /dev/root on /sysroot as ext3: No such file or directory.
Besides, the swap partition isn't mounted (unable to resume device (UUID=....)


Version-Release number of selected component (if applicable):


How reproducible:always


Steps to Reproduce:
1.boot
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Dave Jones 2008-11-26 20:07:35 UTC
this is nearly always a broken initrd.  What kind of disk controller is the root filesystem on?

Comment 2 Jacques Rodary 2008-11-27 05:05:50 UTC
SCSI controller- LSI 53C 1010 R 64-bit/66MHz

Comment 3 Jacques Rodary 2008-11-27 05:18:57 UTC
and  the SCSI BIOS is Symbios SDMS version 4.0

Comment 4 Tim Fenn 2008-12-04 03:27:17 UTC
Try booting to rescue mode, chrooting to the sysimage and running:

mkinitrd -v -f --with=scsi_wait_scan /boot/initrd-2.6.27.5-117.fc10.x86_64.img
2.6.27.5-117.fc10.x86_64

(or substitute i686 for x86_64 if necessary)

potentially a dupe of:

https://bugzilla.redhat.com/show_bug.cgi?id=429937

Comment 5 Jacques Rodary 2008-12-04 23:53:37 UTC
     Thanks. Everything is OK

Comment 6 Jacques Rodary 2008-12-09 23:44:00 UTC
New kernel 2.6.27.7-134.fc10 still has the same issue, with the same solution: mkinitrd -v -f --with=scsi_wait_scan /boot/initrd-2.6.27....

Comment 7 Dave Jones 2008-12-10 20:28:28 UTC

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