Hide Forgot
Steps to Reproduce: 1. add a GRUB entry for the vmlinuz and initrd.img files fetched from the DVD.iso 'isolinux' directory and copied to a harddisk partition 2. boot this GRUB entry 2.1 see Anaconda text mode 3. choose language 4. choose keyboard layout 5. choose network interface to enable 6. *pause* of several seconds 7. graphical Welcome screen 8. storage type setup 9. ... Nowhere does it ask whether to perform an installation from the ISO image stored on a local harddisk partition. It will continue to fetch everything from the network. No "askmethod" prompt by default.
If you want to do an install from that method, you'll need to specify either the "askmethod" or the "repo=" parameters. We're working out out to deal with that in documentation. Basically, by default the vmlinuz/initrd.img are set up to cruise right on through with a network install.
Michael, are you able to retest using the askmethod or repo= boot arguments suggested in comment#1?
askmethod segfaults as reported in bug 678086 repo=hd:/dev/sda6:/15/64 works, prints INFO Anaconda: Found disc at Fedora-15-Alpha-x86_64-DVD.iso and actually installs from that image later on, but also asks early in text-mode about which network interface to enable. I guess the pause is due to network access and downloading of something, because it takes much longer than connecting to the DHCP server.
(In reply to comment #3) > askmethod segfaults as reported in bug 678086 > > > repo=hd:/dev/sda6:/15/64 works, prints > > INFO Anaconda: Found disc at Fedora-15-Alpha-x86_64-DVD.iso > > and actually installs from that image later on, Excellent! > but also asks early in > text-mode about which network interface to enable. I guess the pause is due to > network access and downloading of something, because it takes much longer than > connecting to the DHCP server. That's another bug, and I *believe* it's already filed and fixed in git. I can supply an updates.img for testing if you'd like to verify, but you will need to supply the updates.img locally (floppy or USB) to avoid initializing the network. It's not incredibly straightforward, and may be a tangent from this bug report, but just let me know if you want to try.
The "askmethod" and "repo=" parameters described in Comment 1 are in the Fedora 15 version of the guide. See http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/s1-installmethod-x86.html (under 'Hard Drive'). I believe this resolves this bug, unless the other bug James mentions in Comment 4 has not been filed elsewhere. Let me know if more work needs to be done. Thanks, Jack
Removing myself for these bug components as I'm either no longer involved in that aspect of the project, or no longer care to watch this particular bug. Sorry if you are caught in a maelstrom of bug changes as a result!