Bug 463486
| Summary: | F10 Hard Drive ISO install behavior has changed | ||
|---|---|---|---|
| Product: | [Retired] Fedora Documentation | Reporter: | James Laska <jlaska> |
| Component: | install-guide | Assignee: | David Nalley <david> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Paul W. Frields <stickster> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | devel | CC: | david, jturner, kwade, stickster, tuju |
| 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: | 2008-11-23 18:12: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
James Laska
2008-09-23 17:37:24 UTC
What I just did was ...
1) You must have a spare partition (not logical volume) of sufficient size to hold my ISO images. For my test, it's mount point was '/iso'
2) Copy the Fedora-10-ppc-DVD.iso into /iso/
3) Extract the "install.img" file from the DVD into '/iso/images/install.img'
$ mount -o loop /iso/dvd/Fedora-10-ppc-DVD.iso /mnt
$ mkdir /iso/dvd/images
$ cp -a /mnt/images/install.img /iso/dvd/images/
$ umount /mnt
4) Initiate install (boot from network, boot off of DVD, boot off of boot.iso)
5) Choose a language and keyboard
6) Select "Hard drive"
+----+ Installation Method +----+
| |
| What type of media contains |
| the installation image? |
| |
| Local CD/DVD |
| Hard drive |
| NFS directory |
| URL |
| |
| +----+ +------+ |
| | OK | | Back | |
| +----+ +------+ |
| |
| |
+-------------------------------+
7) Select the partition and directory containing the DVD iso
+-------------------+ Select Partition +--------------------+
| |
| What partition and directory on that partition holds |
| the installation image for Fedora? If you don't see |
| the disk drive you're using listed here, press F2 to |
| configure additional devices. |
| |
| /dev/sda1 |
| /dev/sda2 |
| /dev/sda3 |
| /dev/sdb1 |
| |
| Directory holding image: /dvd________________________ |
| |
| +----+ +------+ |
| | OK | | Back | |
| +----+ +------+ |
| |
| |
+-----------------------------------------------------------+
*** Bug 465195 has been marked as a duplicate of this bug. *** I made content changes including detailing how to extract install.img from isos. Pushed those up in commit 4787c12 |