Bug 213536
| Summary: | Installation without media | ||
|---|---|---|---|
| Product: | [Retired] Fedora Documentation | Reporter: | Rahul Sundaram <sundaram> |
| Component: | install-guide | Assignee: | Paul W. Frields <stickster> |
| Status: | CLOSED RAWHIDE | QA Contact: | Paul W. Frields <stickster> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | devel | CC: | 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 | ||
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. Doesn't seem to have been done for Fedora 7 guide. I've added this information for the F8 guide. |
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!