Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th February 2008, 06:05 PM
serge Offline
Registered User
 
Join Date: Aug 2004
Posts: 21
Can I boot "Fedora Live" from its ISO located on hard drive

Hi to all. Just a quick question: Can I boot The Live version without burning the CD or DVD? In other words, I want to utilize my installed Linux distro (and its Grub) to boot the Live ISO located on some hard drive partition.

Many thanks, and regards,
serge.
Reply With Quote
  #2  
Old 6th February 2008, 09:15 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
I don't think so, not in any obvious way. You can get grub to launch the Anaconda installer by copying the vmlinuz & initrd images from the isolinux directory on the install dvd to /boot and then install from the hard disk iso image using 'linux askmethod', but I don't think you could run a livecd session this way.

You can copy the livecd to a usb device and boot from that

http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo

So it might be possible for someone to work out a clever way of adapting this to enable grub to boot from a hard disk image.

In the end it would probably be easier just to borrow a cd drive and install the livecd normally.
Reply With Quote
  #3  
Old 6th February 2008, 09:54 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
Grub can now handle iso9660 file systems, but it is NOT going to handle one that's embedded in a ext3 fs. Sorry recursive fs hunts are not in the cards for any bootloader. If BIOS IRQ I/O isn't fetching blocks off the ISO grub isn't smart enough to deal with it.
Reply With Quote
  #4  
Old 6th February 2008, 10:39 PM
cable_txg's Avatar
cable_txg Offline
Registered User
 
Join Date: Jan 2008
Posts: 302
If you have VMware, you could boot the iso file and try it out.
__________________
"Genius is one percent inspiration and 99 percent perspiration" --- Thomas Alva Edison.

Laptop: Intel i7, Geforce GT 425M, Blu-Ray :D
Laptop: Amd64 X2, Geforce Go 7600 Intel Core 2 Duo, Geforce 8600M GT
Desktop: :mad: Thanks Windows Vista! R.I.P. Sept. 2007 :mad:
Reply With Quote
  #5  
Old 6th February 2008, 11:52 PM
serge Offline
Registered User
 
Join Date: Aug 2004
Posts: 21
Thank you all very much. Yes, booting Fedora "non-live" from ISO located on hard drive is trivial. But the "live" ISO seems to be the problem. I'll keep trying and fool around a bit more and will report if anything works.

Many thanks to all,
serge.
Reply With Quote
  #6  
Old 6th February 2008, 11:56 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
I think it would be a good "feature" to enable in grub - booting livecds from an iso image stored on disk, we need to petition the developers.
Reply With Quote
  #7  
Old 7th February 2008, 01:42 AM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
Quote:
Originally Posted by serge
Thank you all very much. Yes, booting Fedora "non-live" from ISO located on hard drive is trivial. But the "live" ISO seems to be the problem. I'll keep trying and fool around a bit more and will report if anything works.

Many thanks to all,
serge.
DSL calls it a "Poor Man's Install"

Knoppix supports this, but not sure if it will work with Fedora, in any case if you haven't already looked into the way it's done with Knoppix or DSL than that's probably the place to start.

http://www.damnsmalllinux.org/wiki/i...Frugal_Install

http://www.knoppix.net/wiki/Hd_Based_HowTo

Edit - Sorry, didn't mean to make it sound like those will run directly from the ISO, just that they allow you to boot a "Live CD" without a CD.

Last edited by Dies; 7th February 2008 at 01:46 AM.
Reply With Quote
  #8  
Old 7th February 2008, 02:05 AM
serge Offline
Registered User
 
Join Date: Aug 2004
Posts: 21
Hi Dies: Thank you very much for helping me!!! Yes, I tried to "unpack" the Fedora Live ISO (using the #mount -o loop ..." command and then copy the whole content to some partition. Then add the usual stuff to the menu.lst of my running distro to boot this Fedora, but no luck. Maybe, my kernel line in menu.lst is not correct? Any way, I'll keep trying.

Regards,
serge.
Reply With Quote
  #9  
Old 7th February 2008, 02:18 AM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
Quote:
Originally Posted by sideways
I think it would be a good "feature" to enable in grub - booting livecds from an iso image stored on disk, we need to petition the developers.
Well, go right ahead...

But I think in this case you should check out a virtual machine software of some sort like VirtualBox or VMWare.

Booting a Live ISO from Grub seems silly seeing as how it's a mere step after the BIOS... Maybe it's just me, but I don't see the point. (Unless you have a BIOS that doesn't allow booting from CD.)
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #10  
Old 7th February 2008, 02:14 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Well I assume the problem is he doesn't have a burner, and running in a virtual machine session doesn't allow you to do a permanent install. However, you can get a good idea of LiveCD performance by simply running the iso image with qemu

Code:
su -
rpm -Uhv http://rpm.livna.org/livna-release-8.rpm
yum install kmod-kqemu
modprobe kqemu

qemu -m 480 -cdrom Fedora-8-Live-i686.iso &
That gives you 480mb ram for the session, adjust appropriately (I use a little under 512 since it seems more stable on my 1Gb ram system)
Reply With Quote
  #11  
Old 7th February 2008, 04:39 PM
serge Offline
Registered User
 
Join Date: Aug 2004
Posts: 21
Thanks sideways: I have a 1GHz computer and qemu is "not practical".
Best regards,
serge.
Reply With Quote
  #12  
Old 14th February 2008, 06:40 AM
royor Offline
Registered User
 
Join Date: Oct 2007
Posts: 13
Perhaps you can.
Just be sure that you configure the CDROM to be the iso file,
and the HD configuration must not contain a bootable OS.
It will boot from the virtual CDROM.

Not sure how useful that will be though!
Reply With Quote
  #13  
Old 14th February 2008, 06:46 AM
royor Offline
Registered User
 
Join Date: Oct 2007
Posts: 13
Of course, I was assuming that you boot your native OS and run some virtualizer
like VirtualBox.
Sorry of this was "off topic..."
Reply With Quote
  #14  
Old 23rd February 2008, 05:46 PM
cheerio158's Avatar
cheerio158 Offline
Registered User
 
Join Date: Apr 2005
Location: Toronto, Ontario, Canada
Posts: 215
Hi,

I'm playing around with rolling my own Fedora8 LiveCD custom spins and cannot get qemu to work properly.

The default top and bottom panels seem to be "off-screen" and I cannot access them. See attached image.

I've tried both command and get the same result:
qemu -m 1024 -cdrom Fedora-8-LiveCD-080127.iso
qemu -m 1024 -vnc localhost:3 -cdrom Fedora-8-LiveCD-080127.iso
This spin when booted from a CD or a USB drive works great!

What is the trick with qemu? (I want to use it to test my spins before burn/installing elsewhere).
Attached Thumbnails
Click image for larger version

Name:	qemu.png
Views:	81
Size:	55.8 KB
ID:	15186  
__________________
Desktop Smolt profile
Laptop Smolt profile
EeePC Smolt profile
Reply With Quote
  #15  
Old 23rd February 2008, 05:58 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Not sure what's causing that behaviour but you could try one or more of the following options: -full-screen, -std-vga, - g <width>x<height>x<depth> (the default is 800x600x15)

(full screen mode can also be toggled with ctrl-alt-f)
Reply With Quote
Reply

Tags
boot, drive, fedora live, hard, iso, located

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 to Hard Drive" Icon removal? andyhavoc Installation and Live Media 2 16th April 2009 08:45 AM
Mount a network hard drive in an easy way without gnome menu "Connect to server" Perty Servers & Networking 0 16th December 2008 09:34 PM
Dual Boot: GRUB boots Fedora drive for "Other" Kyuzo Using Fedora 2 1st April 2008 01:35 AM
Newbie asks "How much space left on my hard-drive?" d_GeNeRiT Using Fedora 6 18th March 2006 03:21 AM
Can"t boot with hard drive connected comprookie2000 Hardware & Laptops 0 15th April 2004 01:54 AM


Current GMT-time: 10:34 (Tuesday, 21-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