Created attachment 317489 [details] Screenshot of tty3 Unable to return to loader stage#2 selection screen Steps to reproduce: 1) Format a system leaving a spare disk for ISO's /dev/sdc1 contains an ext3 filesystem with 2 directories: /cdrom/*.iso all 7 cdrom iso images /dvd/*.iso 1 dvd iso image 2) Initiate an install 3) Select installation method: HD 4) Select the /dev/sdc1 partition and choose directory of '/dvd' ... select OK Actual results: See screenshot ... it doesn't seem to be doing the correct order of operations. Expected results: Expected to find the images/install.img from the DVD ISO and proceed. I would have expected it to: 1) Mount /dev/sdc1 2) Loopback mount /dev/sdc1/dvd/Fedora-10-Beta-x86_64-DVD.iso 3) Loopback mount images/install.img onto /mnt/stage2 Additional information: From a shell.gz in loader, I can manually mount the ISO, find the install.img, and mount that img.
Created attachment 317496 [details] anaconda.log Using the procedure outlined at https://fedoraproject.org/wiki/Anaconda/Options # grep iso /etc/fstab /dev/sdc1 on /iso type ext3 (rw) # find /iso -type f /iso/dvd/Fedora-10-Beta-x86_64-DVD.iso /iso/dvd/install.img /iso/cdrom/Fedora-10-Beta-x86_64-disc4.iso /iso/cdrom/Fedora-10-Beta-x86_64-disc7.iso /iso/cdrom/Fedora-10-Beta-x86_64-disc3.iso /iso/cdrom/Fedora-10-Beta-x86_64-disc2.iso /iso/cdrom/Fedora-10-Beta-x86_64-disc1.iso /iso/cdrom/Fedora-10-Beta-x86_64-disc5.iso /iso/cdrom/install.img /iso/cdrom/Fedora-10-Beta-x86_64-disc6.iso I am now able to get a HD ISO install working.
Note from comment#1 ... the install.img was placed in: /iso/dvd/install.img *NOT* /iso/dvd/images/install.img as the documentation suggests
Oops, hdinstall.c was the only file that didn't get updated to look in images/, so it's not behaving in the same manner as all other install methods. Fixed for post-beta.