 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

24th May 2011, 11:43 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 7

|
|
|
How to install Fedora 15 form ISO image
I have downloaded Fedora-15-x86_64-DVD.iso and try to install as usual:
copy the isolinux directory from the image and boot with grub,but the installer doesn't let me select the media and connects and downloads from network directory. After waiting a long time,
it reports the network not available, and ask me to select repo from NFS, DVD or http/ftp, still no local hard driver. Is this a new feature of F15?
|

24th May 2011, 12:56 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 7,551

|
|
|
Re: How to install Fedora 15 form ISO image
You also need to copy the /images directory from the ISO file to the hard drive. And it should contain at least the install.img file. I recommend putting vmlinuz, initrd.img, /images, and the ISO file all in the root directory of a compatible partition. Then boot vmlinuz and initrd.img in the usual way from GRUB. See the Installation Guide for Fedora 14 (or 15's when available). It's been this way for the last few versions.
|

25th May 2011, 10:30 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 60

|
|
|
Re: How to install Fedora 15 form ISO image
Quote:
Originally Posted by stoat
You also need to copy the /images directory from the ISO file to the hard drive. And it should contain at least the install.img file. I recommend putting vmlinuz, initrd.img, /images, and the ISO file all in the root directory of a compatible partition. Then boot vmlinuz and initrd.img in the usual way from GRUB. See the Installation Guide for Fedora 14 (or 15's when available). It's been this way for the last few versions.
|
It seems that something has changed, since there is no install.img inside Fedora-15-i386-DVD.iso.
Thanks,
L.
|

27th May 2011, 03:42 AM
|
 |
Registered User
|
|
Join Date: Nov 2006
Location: Detroit
Posts: 4,619

|
|
|
Re: How to install Fedora 15 form ISO image
Quote:
Originally Posted by Luis
It seems that something has changed, since there is no install.img inside Fedora-15-i386-DVD.iso.
|
Yep, I noticed that too. Same for the images directory on any F15 mirror: http://mirrors.kernel.org/fedora/rel..._64/os/images/
Notice how in F14 the images directory does have an install.img file: http://mirrors.kernel.org/fedora/rel..._64/os/images/
I hope this gets fixed soon. I really wanted to install F15 from my second hard drive, since my installation of F14 from an iso worked so great. But I was forced to install F15 from DVD instead (F15 works great for me, by the way - the Fedora team did a good job again with this release, besides this minor install.img issue).
Edit: According to this bug report, the install.img is not needed any more. I just assumed it was needed for installing from an iso. Something seems screwy. 
---------- Post added at 10:42 PM ---------- Previous post was at 08:58 PM ----------
Well I just tried to install F15 64-bit from an iso using the official procedure, even though there is no install.img file. And it worked! Woohoo!
Here's what I did: - Copy the DVD iso file to a directory (I used /f15) and copy the entire images directory from the iso file into that directory (/f15) containing the iso file (you could also grab the images directory here).
- Download the boot.iso file and write that to a CD.
- Boot your computer from that CD.
- At the "Welcome to Fedora 15!" install screen, highlight the "Install a new system or upgrade an existing system" line and hit the Tab key.
- Add the "askmethod" option to the boot command that is presented:
Code:
vmlinuz initrd=initrd.img askmethod
- A few screens into the installation, you will be presented with the choice to install from hard drive, so choose that.
- You will then be asked for the partition and directory containing the iso file (in my case it was partition /dev/sdb1 and directory f15, yours may of course be different).
- The iso file should then be detected and you'll be on your way to installing F15.
Last edited by RupertPupkin; 27th May 2011 at 02:05 AM.
|

27th May 2011, 04:47 AM
|
 |
Registered User
|
|
Join Date: Nov 2009
Location: BeiJing China
Age: 26
Posts: 27

|
|
|
Re: How to install Fedora 15 form ISO image
it's easy and faster to install Fedora-15-x86_64-DVD from local HDD through grub, just execute the commands below when the grub prompt appears:
grub> kernel (hd0,4)/vmlinuz linux askmethod
grub> initrd (hd0,4)/initrd.img
grub> boot
then, the install process will start ,and you can choose which way to install fedora,such as HTTP FTP NFS HDD..
note: locate the files vmlinuz initrd.img Fedora-15-x86_64-DVD.iso and the dir images in the root dir of a ext4 partition or a fat32 partition!
__________________
Fibonacci(){ m=${1}; n=m; { { (( ${!n} == 1 )) && echo 0; } || { (( ${!n} == 2 )) && echo 1; }; } || echo $(($(Fibonacci $((${!n}-1)))+$(Fibonacci $((${!n}-2))))); }; Fibonacci ${1}
Last edited by huaihaizi3; 27th May 2011 at 04:49 AM.
|

27th May 2011, 08:01 AM
|
|
Registered User
|
|
Join Date: May 2011
Location: Shanghai, China
Posts: 1

|
|
|
Re: How to install Fedora 15 form ISO image
add linux askmethod to the end of grub command line
It will prompt you select HDD disk, FTP, NFS etc.
e.g
kernel (hd0,0)/vmlinuz linux askmethod
initrd (hd0,0)/initrd.img
boot
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 18:51 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|