Bug 473433
Summary: | After Install F10 fails to boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ed <ed> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | medium | ||
Version: | 10 | CC: | dwmw2, ed, jfrieben, kernel-maint, lex.lists, ncjeffgus, quintela, somlo |
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: | 2009-02-25 01:08:57 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
Ed
2008-11-28 14:07:02 UTC
Tried different video card, went from Radeon 9200 to good old matrox g450, video is awesome, now I see the comet heading to the sun, BUT same result, at about 90% of boot I get the text screen with error as posted above. DVD verifies tests and was able to load successfully on a spare server we had. Tried another older PC and won't load there either. I was able to regen the initrd file after adding /etc/mkinitrd with MODULES="scsi_wait_scan" The system boots now. After researching this issue I see it's been around for many iterations of F10 development. This system is a fresh install and will install and boot F8 and F9 production releases. This is a desktop and the Adaptec SCSI/320 controller is an add-on. This issue just bit me. Sure enough, adding scsi_wait_scan fixed the problem. Can this be made a default? Is there any harm in making this a default? Same issue here: Dell PowerEdge 2650 with hardware raid-0 setup lspci: ... 04:08.1 RAID bus controller: Dell PowerEdge Expandable RAID Controller 3/Di (rev 01) 05:06.0 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01) 05:06.1 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01) ... lsmod: aic7xxx 102308 0 scsi_transport_spi 21760 1 aic7xxx ... scsi_wait_scan 5120 0 ... booting from rescue F10 image, and doing chroot /mnt/sysimage "mkinitrd -v -f --with=scsi_wait_scan /boot/initrd-2.6.27.7-134.fc10.i686.img 2.6.27.7-134.fc10.i686" fixed the issue. I believe this bug is also a dupe of: https://bugzilla.redhat.com/show_bug.cgi?id=429937 *** This bug has been marked as a duplicate of bug 429937 *** |