Fedora Linux Support Community & Resources Center
  #1  
Old 24th May 2011, 11:43 AM
unicron Offline
Registered User
 
Join Date: Nov 2010
Posts: 7
linuxfirefox
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?
Reply With Quote
  #2  
Old 24th May 2011, 12:56 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
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.
Reply With Quote
  #3  
Old 25th May 2011, 10:30 PM
Luis Offline
Registered User
 
Join Date: Apr 2005
Posts: 60
linuxfedorafirefox
Re: How to install Fedora 15 form ISO image

Quote:
Originally Posted by stoat View Post
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.
Reply With Quote
  #4  
Old 27th May 2011, 03:42 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,619
linuxfedoraseamonkey
Re: How to install Fedora 15 form ISO image

Quote:
Originally Posted by Luis View Post
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:
  1. 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).
  2. Download the boot.iso file and write that to a CD.
  3. Boot your computer from that CD.
  4. 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.
  5. Add the "askmethod" option to the boot command that is presented:
    Code:
    vmlinuz initrd=initrd.img askmethod
  6. A few screens into the installation, you will be presented with the choice to install from hard drive, so choose that.
  7. 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).
  8. 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.
Reply With Quote
  #5  
Old 27th May 2011, 04:47 AM
huaihaizi3's Avatar
huaihaizi3 Offline
Registered User
 
Join Date: Nov 2009
Location: BeiJing China
Age: 26
Posts: 27
windows_7chrome
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.
Reply With Quote
  #6  
Old 27th May 2011, 08:01 AM
liugang Offline
Registered User
 
Join Date: May 2011
Location: Shanghai, China
Posts: 1
windows_7firefox
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
Reply With Quote
Reply

Tags
fedora, form, image, install, iso

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Packages form DVD ? arianmd Using Fedora 8 21st April 2010 06:11 PM
can't install software form the DVD uaa Using Fedora 22 3rd September 2008 03:07 PM
Fedora 9 hands during install in Transfer Install Image ciper Installation and Live Media 1 16th May 2008 12:05 AM
how to install form .tar.gz file Rezwan Mahbub Using Fedora 25 10th March 2007 06:39 PM
How to install Fedora form ISO form harddisk? Stevenisme Installation and Live Media 3 5th March 2005 03:04 PM


Current GMT-time: 18:51 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat