Bug 427605
Summary: | Boot "The Fedora Core CD was not found" error | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | greg <gmichals> |
Component: | anaconda-help | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 8 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-08-06 19:13:58 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
greg
2008-01-05 05:53:07 UTC
The documentation http://fedoraproject.org/wiki/Anaconda/Options says that you can fix fix your issue by specifying a installation device by passing it as an argument to the kernel on boot. In simpler words you can type "linux method=hd://<dev>/<path>" when booting from the cd (and prompted for user input). The <dev>/<path> part will most likely be /dev/sr<number> (so the option would look like method=hd:///dev/sr1). You are most likely trying to access /dev/sr0 by default and require /dev/sr1. The sr<num> means a scsi read-only device (all ide devices are now using scsi emulation) and the number is the order (starting at 0) of the device reported to the kernel from the bios. Hope this resolves you issue. -Ian Are you seeing any error messages on tty3 or tty4? You can switch over there by pressing alt-f3 and alt-f4. |