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
  #16  
Old 24th December 2008, 12:03 AM
chengbao Offline
Registered User
 
Join Date: Dec 2008
Posts: 1
My question is I want to make a multiple boot net installation USB drive, which can boot and start network installation for several linux distributions. ie. FC10-i686, FC10-x64, RHEL5-i686, RHEL5-x64 etc.

So, the solution here does not suit me, because it is single boot, and it is using live-ISO, which is much bigger than netISO to fit on USB drive w/ multiple ISOs.

I tried format the USB drive with HP USB tools, then use grubinst on the USB, then use WINGRUB to install grub on it. I extracted all files from FC10-i686-netinstall ISO to USB drive, edit MENU.LST as

title Fedora Core 10 i386
kernel /boot/Fedora-10-i386/syslinux/vmlinuz
initrd /boot/Fedora-10-i386/syslinux/initrd.img

During the boot, when I select menu item of Fedora Core 10 i386, Grub tried to read my floppy drive instead of the USB drive itself. then report vmlinuz cannot be found.

Any one can help me here? Thank you.
Reply With Quote
  #17  
Old 27th December 2008, 12:37 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Quote:
Originally Posted by chengbao View Post

So, the solution here does not suit me, because it is single boot, and it is using live-ISO, which is much bigger than netISO to fit on USB drive w/ multiple ISOs.
.
No it does not use live-ISO.

It uses boot.iso, which is ~100mb and will fit on a tiny usb disk
Reply With Quote
  #18  
Old 27th December 2008, 10:02 PM
LinuxGlobe Offline
Registered User
 
Join Date: Nov 2008
Location: Hudson, MA, USA
Posts: 11
Question USB Stick Install on a Mac Inquiry

How can you install from a usb stick on a Intel Mac? I like to pass on the information to people I know who also have a Mac...

Markus McLaughlin
linuxglobe.wordpress.com
Hudson, MA, USA
Reply With Quote
  #19  
Old 7th January 2009, 12:03 AM
Soshin Offline
Registered User
 
Join Date: Jan 2009
Posts: 1
I have the following question.
I've got an 8 GB USB-Stick, and would need to know if there is any realistic chance to have a fedora installation with only the bare necessities, which would mean for me: a video player like vlc which is able to play as many different video formats as possible I'd need no other programs.
As I would need the stick to tranport a maximum of about 2 GB I'd get about 6 MB of usasble space.
Is it reasonably possible to get it work, or should I take a 16 GB stick?
Reply With Quote
  #20  
Old 7th January 2009, 01:23 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
The last two posters need to use google, there's a fedora spin named 'omega' which is aimed at multimedia.


Macs either support usb boots or they don't.
Reply With Quote
  #21  
Old 7th January 2009, 06:23 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Feeling more helpful today , so

Soshin:

You should be able to fit a reasonable install into 2GB. You'll probably not want to use a swap partition on the stick. If you don't want to experiment with package selection yourself then the easiest method is to install from a livecd, the F10 i686 Gnome LiveCD uses 2.1gb of disk space in a 3GB partition and a vlc install from rpmfusion will bring in another 45mb of rpm packages. You can then remove quite a few language packs in the install, since the LiveCD has to cater for an international audience and includes support for many asian languages for example which requires over 100mb of rpms. To see which rpm packages are using most space type
Code:
rpm -qa --qf "%10{SIZE}\t%{NAME}\n" | sort -n
The Omega LiveCD already includes the media players and codecs you can try installing that, boot it up and type 'df -hT /' to see how much space the install will require.

But if space is a prime requirement then Fedora is not the best solution, you should install something like slax which only takes ~200mb and has the excellent mplayer with codes peinstalled.

LinuxGlobe:

I posted a link above to apple support site where they mention that usb booting became possible with th G4 series od Macs, so for older models I think you're out of luck. If yours does support usb boot then just transfer the ppc image to a usb disk either by shrinking it to less than 4gb using isomaster as described for x86_64 dvd in post #2, or use a usb disk larger than 4gb and format it with ext2/3 so that the 4.3GB ppc dvd image will fit (fat32 will only allow files up to 4gb)
Reply With Quote
  #22  
Old 17th January 2009, 03:25 AM
storlied Offline
Registered User
 
Join Date: Sep 2005
Posts: 154
I don't get it, I've taken the full dvd install image and used liveusbcreator to put it onto the usb (instead of the live cd iso) and it doesn't boot.
Reply With Quote
  #23  
Old 17th January 2009, 03:40 AM
StephenH's Avatar
StephenH Offline
Registered User
 
Join Date: Jul 2004
Location: Wake Forest, NC
Age: 59
Posts: 1,180
Have you checked out this page? https://fedoraproject.org/wiki/How_t...d_use_Live_USB

Please look at the troubleshooting section.

I had a problem with creating a bootable USB stick until I tried first with another distribution (Pupeee) which set the USB stick up for booting. I wasn't happy with Pupeee, so I wiped it and overwrote the installation with Fedora. It worked for me. If all else fails, you could try that method.
Reply With Quote
  #24  
Old 17th January 2009, 02:28 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Quote:
Originally Posted by storlied View Post
I don't get it, I've taken the full dvd install image and used liveusbcreator to put it onto the usb (instead of the live cd iso) and it doesn't boot.
That doesn't work, it didn't work in F9 either. The liveusb tools are really supposed to be for the livecd only, it's just a useful trick that it happens to transfer boot.iso as well.

So you have to transfer the boot.iso image with liveusbcreator (if F10 isn't in the drop down list just use F9, it doesn't matter) and then manually copy the dvd image to the stick. You also need to create a directory called 'images' on the usbstick and copy install.img to it (which is on the dvd in the images directory)

see post #1
Reply With Quote
  #25  
Old 31st January 2009, 11:28 AM
sanjay_ankur's Avatar
sanjay_ankur Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney
Age: 24
Posts: 435
hi,

I get a message saying that the partition is not marked as bootable. How do I do that?

Code:
[root@Ankur ~]# livecd-iso-to-disk --reset-mbr /mnt/iso/images/boot.iso /dev/sdb1
Verifying image...
/mnt/iso/images/boot.iso:   cb50284232b298cbe96f3df7078e51af
Fragment sums: ce3178fad52df3d187ed9d6c5411c70dd9842c58d52c161f6f2d21a74d3e
Fragment count: 20
Checking: 100.0%

The media check is complete, the result is: PASS.

It is OK to use this media.
Partition isn't marked bootable!
You can mark the partition as bootable with 
    # /sbin/parted /dev/sdb
    (parted) toggle N boot
    (parted) quit
Cleaning up to exit...
regards,

Ankur
__________________
-------------------------------------
"Live and let Live"
My blog
http://www.letmegooglethatforyou.com/
#fedora, #fedora-india,#fedora-social @ freenode


HP dv6226tx
Fedora 13
---------------------------------------
Reply With Quote
  #26  
Old 31st January 2009, 04:27 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
hmm, I mistakenly thought that was automatic in F10 livecd-tools

You can follow the instructions given using parted instead, ie type (as root)

Code:
parted /dev/sdb -s 'toggle 1 boot'
Reply With Quote
  #27  
Old 31st January 2009, 07:42 PM
sanjay_ankur's Avatar
sanjay_ankur Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney
Age: 24
Posts: 435
Quote:
Originally Posted by sideways View Post
hmm, I mistakenly thought that was automatic in F10 livecd-tools

You can follow the instructions given using parted instead, ie type (as root)

Code:
parted /dev/sdb -s 'toggle 1 boot'
hi,

so finally this is what my usb disk looks like..

1. the iso
2. images/install.img

there isnt any boot file.. so its not booting..

regards,

Ankur
__________________
-------------------------------------
"Live and let Live"
My blog
http://www.letmegooglethatforyou.com/
#fedora, #fedora-india,#fedora-social @ freenode


HP dv6226tx
Fedora 13
---------------------------------------
Reply With Quote
  #28  
Old 31st January 2009, 08:46 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
You now need to rerun the livecd-iso-to-disk command, it failed first time because of the "not bootable" error.
Reply With Quote
  #29  
Old 1st February 2009, 12:01 AM
nyjetshead Offline
Registered User
 
Join Date: Oct 2007
Posts: 627
BIOS doesnt support booting USB stick

I'm looking for a bootloader CD that can boot the stick for machines without USB boot capabilities.
Anyone have a boot from CD solution for this?

Last edited by nyjetshead; 2nd February 2009 at 01:11 PM. Reason: More info
Reply With Quote
  #30  
Old 14th February 2009, 10:04 PM
richjoh Offline
Registered User
 
Join Date: Oct 2006
Posts: 158
Correction: OK I get it now... those are 2 commands below. one to mount the iso the other is a livecd commmand. My bad...no response needed.

My attempts to run the original cmd posted fails. I'm running Fedora 10 command prompt and follow the original instructions. The command response is the --reset-mbr is an unrecognized option??? How do I fix this in order to get a bootable usb Fedora 10. I have another PC that I need to do an install.

Sideways post also mentions to "unmount the disk first"... Which disk? The usb, the dvd, the iso...

PHP Code:
[root@localhost ~]# mount -o loop /media/PATRIOT/Fedora/Fedora-10-i386-DVD /mnt/iso livecd-iso-to-disk --reset-mbr /mnt/iso/images/boot.iso /dev/sdd1
mountunrecognized option '--reset-mbr' 

Last edited by richjoh; 14th February 2009 at 10:15 PM.
Reply With Quote
Reply

Tags
4gb, dvd, fedora, howto, install, stick, 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
Install Fedora 11 on usb stick sveioen Installation and Live Media 7 24th July 2009 06:35 PM
howto enable/manage persistence--livecd on usb stick fredex Installation and Live Media 5 15th June 2009 09:24 PM
Install Fedora 8 from USB stick Sagari Installation and Live Media 2 8th July 2008 06:03 AM
ATI and Fedora 8: Install won't stick Damase Hardware & Laptops 2 7th July 2008 10:00 PM
Install Fedora from an usb stick pulse00 Installation and Live Media 2 19th March 2008 07:29 PM


Current GMT-time: 05:35 (Wednesday, 22-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