Bug 473605 - askmethod does not see images/install.img on network install CD
Summary: askmethod does not see images/install.img on network install CD
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-29 17:51 UTC by John Reiser
Modified: 2008-12-02 16:03 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-12-02 16:03:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Reiser 2008-11-29 17:51:37 UTC
Description of problem: Anaconda cannot find install.img when booting the "network install CD" (boot.iso, 131MB) with the " askmethod" parameter and choosing Local harddrive.


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


How reproducible: always


Steps to Reproduce:
1. Burn images/boot.iso from Fedora-10-i386-DVD.iso to a CD.
2. Copy the DVD.iso onto a USB flash drive (VFAT) and insert the flash drive.
3. Boot the CD, appending " askmethod" to the kernel command line.
4. Select Local Harddrive source.

Actual results:
"Local installation media detected" but cannot find images/install.img


Expected results:
Use images/install.img from mounted boot.iso; continue with install from local harddrive.


Additional info:
The Fedora-10-i386-DVD.iso contains [at least] two copies of install.img:
   images/install.img   # visible in directory of DVD, adjacent to images/boot.iso
   boot.iso:images/install.img   # inside ISO9660 filesystem boot.iso

The directions in http://docs.fedoraproject.org/install-guide/f10/en_US/ch-other-install-methods.html say "If you boot any Fedora installation media, the installation program loads its next stage from that disc." The directions for installing from a local harddrive also say to make images/install.img available separately.  It's confusing that 3 copies of install.img are involved: one from 'images' directory on DVD, one inside boot.iso [that was *booted*], and one that you make.

See also bug 473351 "F10 HD install using the DVD iso file ..." regarding the missing slash separator '/' after "/mnt/isodir".

Comment 1 Chris Lumens 2008-12-02 16:03:52 UTC
If you use the askmethod parameter, you are really specifying the location of the install.img, and we will not use the boot.iso's copy in that case.  You either need to make the images/ directory containing install.img on your USB drive or boot with the boot.iso and use the repo= parameter to specify the location of your installation repo.  I've tried to make this distinction a little more clear on the askmethod screen by rewording the dialog.


Note You need to log in before you can comment on or make changes to this bug.