Fedora Linux Support Community & Resources Center
  #1  
Old 1st June 2012, 12:19 AM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,708
linuxfirefox
Bootable USB using F17 DVD image

I'm just wondering, has anyone installed F17 from a USB drive created by dding the DVD image? Does it work now, or does it still fail to find the local packages? (I'm planning to reformat and install on BTRFS, so I'd rather avoid a nasty surprise...)
Reply With Quote
  #2  
Old 1st June 2012, 12:51 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,979
linuxchrome
Re: Bootable USB using F17 DVD image

There's mention of that in a thread from a few days ago, that I can't find now. Darn, I'm sorry, I don't remember if the person tested it or just knew about it. I've tested with the network ISO and that did work.

I realize that doesn't really help you, but if you feel like doing a network install on another machine.....
Reply With Quote
  #3  
Old 1st June 2012, 01:36 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Bootable USB using F17 DVD image

It is supposed to work now.

The only machine I installed to after they said it was fixed won't boot from USB anyway, so I couldn't test it.
Reply With Quote
  #4  
Old 1st June 2012, 01:53 AM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 887
linuxfirefox
Re: Bootable USB using F17 DVD image

I don't know if dding it will work but, livecd-iso-to-disk worked here for the F17 install DVD.
Reply With Quote
  #5  
Old 1st June 2012, 02:37 AM
DonnieP Offline
Registered User
 
Join Date: Jan 2008
Location: Richmond, VA USA
Age: 58
Posts: 14
linuxfirefox
Re: Bootable USB using F17 DVD image

Quote:
Originally Posted by AndrewSerk View Post
I don't know if dding it will work but, livecd-iso-to-disk worked here for the F17 install DVD.
Exactly. livecd-iso-to-disk is da bomb.
Reply With Quote
  #6  
Old 1st June 2012, 02:54 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Bootable USB using F17 DVD image

but try using livecd-iso-to-disk when all you have running is a Windows or a Mac system.

To use that you have to already have a Fedora system running.

At least you can use dd from a Windows or Mac system to create your install media for a better OS

I had much rather use dd as well, it creates a USB stick that actually boots up the install DVD rather than a USB stick that boots up a different kernel and then loads the DVD image from a iso file on the drive.
Reply With Quote
  #7  
Old 1st June 2012, 03:05 PM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,708
linuxfirefox
Re: Bootable USB using F17 DVD image

Yes, I prefer a straight "sudo cp Fedora-xyz /dev/sdc" too, but I'll give livecd-iso-to-disk a try if that fails.

Windows users have liveusb-creator as a graphical alternative to installing Unix tools. It tried that for the DVD image (on Fedora not Windows), but it doesn't work – I didn't test it, but it only copied the boot images to the USB, not the packages.

Anyway, thanks guys. I'll give the cp/dd method a go and report back if it works, or if I needed to use livecd-iso-to-disk.
Reply With Quote
  #8  
Old 1st June 2012, 03:11 PM
errorxp's Avatar
errorxp Offline
Registered User
 
Join Date: Jul 2007
Posts: 371
windows_7firefox
Re: Bootable USB using F17 DVD image

Quote:
Originally Posted by DBelton View Post
but try using livecd-iso-to-disk when all you have running is a Windows or a Mac system.
Easy - VirtualBox.
__________________
these command lines are like casino slot machines, every time I input commands NOTHING HAPPENS
Reply With Quote
  #9  
Old 1st June 2012, 03:14 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Bootable USB using F17 DVD image

use dd if=Fedora-xyz of=/dev/sdc

I have never tried using cp to copy a bootable image, and don't know if that would work or not

(The issue with using dd before wasn't found until later in the install process when it tried to find the installation repo. It wouldn't find the repo on the install media and required a network connection so it could use the online repos. Other than that, dd worked before, and they say they have fixed that issue with using dd as well now, so you should be able to use it and use the local repo on the install media.)

---------- Post added at 09:14 AM ---------- Previous post was at 09:13 AM ----------

Quote:
Originally Posted by errorxp View Post
Easy - VirtualBox.
And just what are you going to do with virtualbox? You STILL have to have a fedora system running on virtualbox to use livecd-iso-to-disk. Just virtualbox won't get you anything.
Reply With Quote
  #10  
Old 1st June 2012, 03:21 PM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,708
linuxfirefox
Re: Bootable USB using F17 DVD image

Quote:
Originally Posted by DBelton View Post
use dd if=Fedora-xyz of=/dev/sdc
cp works on file contents unless you tell it to look at the metadata etc. as well with options, so "cp file/dev file/dev" is equivalent to "dd if=... of=..." for the same files. The only reason to use dd (other than personal preference) is if you need to work with block sizes, offsets, counts etc.

Quote:
(The issue with using dd before wasn't found until later in the install process when it tried to find the installation repo. It wouldn't find the repo on the install media and required a network connection so it could use the online repos. Other than that, dd worked before, and they say they have fixed that issue with using dd as well now, so you should be able to use it and use the local repo on the install media.)
Yes, that's why I asked – I've already checked that it boots, but I'd probably only find out that it can't access the packages after I've already reformatted the partitions!

Quote:
And just what are you going to do with virtualbox? You STILL have to have a fedora system running on virtualbox to use livecd-iso-to-disk. Just virtualbox won't get you anything.
Well, you can boot a virtual machine from a raw ISO by using it to emulate an optical drive, thus by-passing the need for a physical drive or USB stick before running livecd-iso-to-disk, but it's a pretty over-the-top method...
Reply With Quote
  #11  
Old 1st June 2012, 04:16 PM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 887
linuxfirefox
Re: Bootable USB using F17 DVD image

Or run a livecd with "live_ram" added to the kernel line, the DVD.iso on the hard drive and use livecd-iso-to-disk from hard drive to usb.

I love Linux for all the different ways to achieve the same goal.
Reply With Quote
  #12  
Old 1st June 2012, 05:14 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,979
linuxopera
Re: Bootable USB using F17 DVD image

Unetbootin also works rather well, in my experience, and is available for Windows--not sure what your original system is.

Generally (and there are exceptions), I've found that unetbootin is more reliable for Debian/Ubuntu based systems while livecd-iso-to-disk works better (again, generally) on RH based systems, but it does seem that with the more recent versions of unetbootin, that it's working better with RH based systems too. I mention it primarily because somewhere in the thread, someone said livecd-iso-to-disk is fine if one has a Fedora system already running.
Reply With Quote
  #13  
Old 2nd June 2012, 08:00 AM
errorxp's Avatar
errorxp Offline
Registered User
 
Join Date: Jul 2007
Posts: 371
unknownfirefox
Re: Bootable USB using F17 DVD image

Quote:
Originally Posted by DBelton View Post
And just what are you going to do with virtualbox? You STILL have to have a fedora system running on virtualbox to use livecd-iso-to-disk. Just virtualbox won't get you anything.
Yes, it has to be running but only as live os, no need to install. livecd-iso-to-disk has never failed me unlike unetbootin, fedora livecd creator etc.
__________________
these command lines are like casino slot machines, every time I input commands NOTHING HAPPENS
Reply With Quote
Reply

Tags
bootable, dvd, f17, image, usb

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
How to create a bootable DOS CD iso image, under F8 or F10 CD-RW Using Fedora 3 8th January 2011 12:26 AM
F10 PPC image non bootable? DoctorJLowe Mac Chat 8 22nd January 2009 11:22 PM
Fedora image/bootable dvd digit-x Installation and Live Media 4 18th August 2005 02:24 PM
How to extract a bootable dvd image? Ned Using Fedora 4 25th October 2004 04:37 AM


Current GMT-time: 05:01 (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