Bug 213536

Summary: Installation without media
Product: [Fedora] Fedora Documentation Reporter: Rahul Sundaram <sundaram>
Component: install-guideAssignee: Paul W. Frields <stickster>
Status: CLOSED RAWHIDE QA Contact: Paul W. Frields <stickster>
Severity: medium Docs Contact:
Priority: medium    
Version: develCC: smohan, stickster
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-22 17:35:18 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: 161575    

Description Rahul Sundaram 2006-11-01 21:27:24 UTC
Description of problem:

There is more advanced method to install Fedora without having to burn disks.
Perhaps this can be documented better in the installation guide. 


Additional info:

mkdir /mnt/fedora
mount -t iso9660 FC-6-i386-DVD.iso /mnt/fedora -o loop
cp -av /mnt/fedora/isolinux /boot/
umount /mnt/fedora

edit /etc/grub.conf

title 
       Fedora Installation
       root (hd0,4)
       kernel /isolinux/vmlinuz
       initrd /isolinux/initrd.img

Reboot
Select language
Choose hard disk installation
Select path to ISO image. No slashes in front or end of the path. 
Watch magic happen!

Comment 1 Paul W. Frields 2006-11-03 02:32:21 UTC
Agreed, I do this (or something akin) often on servers for testing where I don't
want to be bothered making media, or physically visiting them.  I will see what
I can do.

Comment 2 Rahul Sundaram 2007-05-31 20:11:10 UTC
Doesn't seem to have been done for Fedora 7 guide. 

Comment 3 Paul W. Frields 2007-09-22 17:35:18 UTC
I've added this information for the F8 guide.