Bug 132708
Summary: | kernel won't boot up on Asus A7V133 with nothing connected to the VIA primary IDE channel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexandre Oliva <oliva> |
Component: | kernel | Assignee: | Alan Cox <alan> |
Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | davej, oliver, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-05-16 20:16: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: | |||
Bug Depends On: | |||
Bug Blocks: | 123268, 136451 |
Description
Alexandre Oliva
2004-09-16 04:33:17 UTC
It should keep trying (although not forever) if it is sure a device is present, that may be because you have a cable but no drives, or because the bios entries said there was a device on hda that didnt exist. Otherwise I too would have expected it to skip the device. Does/did hda=ignore help ? No cable. IIRC it printed hda=pio, as opposed to dma, which generally implies there's no disk there. But there used to be. The BIOS was in Auto-detect mode for primary/master, and it didn't detect anything at boot time, nor did it print disk info in the BIOS disk configuration screen, which implies nothing was set up. It might be that something was left over from the previous configuration, though. Hard to tell. I'll poke around a little bit and see if I can duplicate the problem again, now that there was a CD drive on that location. Thanks for the insights. Moved the CD back to hdc, entered the BIOS to make sure the settings were right, and voila, it stops the boot again. Messages are like: hda: IRQ probe failed (0xfcfa) hda: no response (status = 0x0a) , resetting drive hda: no response (status = 0xa1) hda: no response (status = 0xa1), resetting drive the same messages are printed for hdb as well, regardless of whether I have hdb=ignore as well or not. It actually completes the boot after several of these, but it takes a while. hda=ignore and hdb=ignore, either or both, doesn't make any difference. Explicitly disabling the slots for hda and hdb in the BIOS settings doens't make any difference either. Solved: just use these kernel parameters: hda=noprobe hdb=noprobe I got 10seconds delay and all boot faster. Before, I got 30 seconds for hda and 30 seconds for hdb It really speeds the boot process WFM Oliver BIOS problem I believe not kernel. We only probe hda/hdb because the BIOS claims the slot may have a drive on it. Having looked at some similar problems I'm going to close this one as the same. There are two variants of the problem I've seen 1. BIOS doesn't route IRQ for IDE if there is no drive on primary but doesn't mark the drive slots as empty 2. Similar but the IRQ is routed. Closing as "WONTFIX" but "NOTOURS" would be closer if it existed 8) You may find acpi=off helps but most likely not I think comment #4 solves this problem. Maybe this bug should be marked as: WFM/WORKAROUND |