Bug 601348

Summary: Installation using ISO image failed (on both Fedora 12 and 13)
Product: [Fedora] Fedora Reporter: Shing-Shong Shei <shei>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 13CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-07 18:21:52 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 Shing-Shong Shei 2010-06-07 18:14:59 UTC
Description of problem:
When tried to use the DVD ISO image for installation, it failed.

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

12 and 13
How reproducible:


Steps to Reproduce:
1. either setup a kickstart installation using an ISO image via NFS or interactively using ISO image stored on hard drive
2.
3.
  
Actual results:
Could not find the image.

Expected results:


Additional info:
If I do both 1) putting the DVD ISO image AND 2) make a copy of the directories/files (from /mnt aftter "mount -o loop xxx.iso /mnt"), the both kickstart (via NFS) and interactive (boot from a CD/DVD while trying to utilized the ISO image put in a second hard drive's partition) start to work.  But we shouldn't have to do both.  We have been using a single DVD ISO image for kickstart for years (on RHEL 3/4/5).  Apparently this is a bug on Fedora 12 and 13.  I did not look into it closely but I suspect that grub passes the parameter stage2=hd:LABEL="Fedora" might be the culprit.  Thanks.

Comment 1 Chris Lumens 2010-06-07 18:21:52 UTC
You don't have to copy the entire contents of the ISO image.  However, you do have to make an images/ directory in the same directory as your ISO images and put install.img into that directory.

Comment 2 Shing-Shong Shei 2010-06-07 18:30:39 UTC
Well, unless this is a new feature.  Like I said, we have been doing this for the past 10 years and all we need is to put a single ISO DVD image (or all the CD ISO images.) into the directory.  Never need anything (like the install.img as you mentioned here) else.  The installation procedure will out the ISO image to get all it needs automatically.  Thanks.

Comment 3 Shing-Shong Shei 2010-06-07 18:51:42 UTC
I meant "mount: the ISO image..."