Hardware :: Which Flash Drive Works Best When Creating Bootable Images?
Jul 29, 2010
I am thinking of using flash drives to boot linux image files instead of iso files. I remember reading in the past that booting off USB flash drives were sometimes problematic -- and I don't know if they're still are. I want to know from your personal experience what type and brand of flash drive has work for you in creating a bootable flash image.
how to get a working bootable USB boot disk for DOS using Fedora 12. I needed the dos boot disk to flash my motherboard BIOS as it did not support linux for updating the bios. Thought I'd put the steps involved to help other people who wanted to do something similar. The steps outlined here are for a Fedora 12 system. You should be able to extrapolate the minor changes that may be required for other linux distributions. All commands listed below to be typed in on a command prompt, logged in as root. Here goes...
1. Prerequisites:
syslinux testdisk freedos base cd (http://www.freedos.org/)
[code]....
Acknowledgments:
1. [URL] for enlightening me on the fact that testdisk could be used instead of install-mbr
I have to give this computer (currently running Ubuntu 10.4) back a friend who wants Windows 7 on it. I need to create a bootable windows 7 pendrive...
I've tried several ways to do several this, including the suggestions found here and here, but keep getting stuck on the reboot where it tells me the drive is not bootable. In GParted, the USB drive IS marked as bootable.
I am trying to install Linux (the distros I have attempted it with are Arch, Fedora, Ubuntu and Mint) on a USB drive and make it work like a removable hard drive, keeping programs and settings. I tried it manually at first, partitioning the drive with Fedora's "Disk Utility" and dd'ing a Fedora 13 iso over. I should note here that I have definitely configured the BIOS correctly, enabled booting from removable media and set it as the default with all other devices disabled, but that I have never actually booted from USB before with this motherboard. On bootup I got
Code:
DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER
I then tried it with Ubuntu 10 and Ubuntu's "usb-creator". This was apparently successful, but on bootup I got:
Code:
missing operating system
DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER
I downloaded UNetBootIn, but the application kept saying I needed "p7zip-full", which I couldn't find anywhere. I then got Fedora liveusb-creator, but whichever iso I give it I get this error:
Code:
Unable to find LiveOS on ISO I looked at the source code and it seems to be looking for a directory named LiveOS on the iso containing the files "squashfs.img" and "osmin.img" Here is the code (usr/lib/python2.6/site-packages/liveusb/creator.py, line 575):
Code:
def extract_iso(self): """ Extract self.iso to self.dest """ self.log.info(_("Extracting live image to USB device..."))
[code]...
I couldn't find much about what LiveOS actually means and why I need it to create a bootable USB, so if anyone could tell me more about this that would be great. Is this (the .img files) the only thing distinguishing a "Live" OS from a non-Live one? I looked in my Ubuntu live CD and there was no such directory, but it works perfectly well. In case it would make a difference, the stick is 8GB and branded duracell, not sure what manufacturer it is.
I would like to install Windows XP on my netbook after some annoying issues. I haven't been able to find any solutions to this problem on Linux based systems after hours and hours and hours of surfing the Google. A lot of people say 'well use the usb startup disk creator!' Don't say that in here. It doesn't work.I already wasted about 3 hours on that. Any helpful advice would be greatly appreciated! (I have a 16GB thumb drive and Windows XP sp2)
I have an netbook, a small Asus Eee PC model 1001 PX running Ubuntu 10.04 LTS. It don't have an optical drive so I wish to make an bootable installation disk with an USB flash drive. I followed the guide on Ubuntus homepage [URL] How to make an USB drive). But it did not work. I have an standard 4 GB USB flash drive which is plugged in. I have formatted it to FAT. And it is now empty.I went to System > Administration -> opened 'Startup Disk Creator'.
I pushed in all the options. But then the system asked for a password. No worries, I thought. It must be my own. But it was not. So my problem is that I am missing a password in order to authorized the installation of Ubuntu 11.04 on the USB drive. what are A. the proper search phrase for it? and B.
We are in the process of pruning our directories to recuperate some disk space.
The 'algorithm' for the pruning/backup process consists of a list of directories and, for each one of them, a set of rules, e.g. 'compress *.bin', 'move *.blah', 'delete *.crap', 'leave *.important'; these rules change from directory to directory but are well known. The compressed and moved files are stored in a temporary file system, burned onto a blue ray, tested within the blue ray, and, finally, deleted from their original locations.
I am doing this in Python (basically a walk statement with a dictionary with the rules for each extension in each folder).
Do you recommend a better methodology for pruning file systems? How do you do it?
I remember being able to format a 3.5 inch floppy using MS DOS. The command was format a:/s
("a" was the drive letter and the "/s" was to add the bootable system file.)
HOW can I do that in LINUX, specially Debian 6.01 (my current version) I googled it and found a bunch of sites all offering answers.
NONE worked for me, I saw an option in a Slackware installation with a "make bootable USB stick option". (It can be used as a rescue USB Stick also) We don't have that in Debian. How can I do that with my current Debian install?
I have several Debian USB installs on flash drives, They work great and give the user an opportunity to run and experience Debian with modifying their set-up. I am trying to set-up one that will NOT only boot and work as a live install, but will also allow me to install on the host machine right from the working USB Flash drive, if I choose to do so.
I'm just interested if there does exist any utility for creating bootable flash drives? I mean, if I could make somehow LiveCD with KDE desktop on openSUSE? I used Ubuntu and it had it's own utility with nice GUI, it just needed any bootable .ISO file or bootable CD/DVD and it created LiveCD on USB flash drive. So is there any chance to find something similar?
I work in a computer service center and it'll be very helpful (I think) to have bootable USB Flash dive with operating system to log into dead operating system partitions. Of course I have Windows LiveCD, but it has as much bugs as it's parent big brother.Oh, I forget to post my operating system versio. I'm using openSUSE 11.2 x64 with KDE version 4.3.5
I want to install Ubuntu to a USB Flash drive (so I have my Desktop everywhere and can customize it as I want). I'm still choosing what's the best filesystem for the USB; Ext2 with no journaling or Ext4 with journaling but performance increase? I know that journaling will probably reduce the life of the USB flash drive dramatically, so is Ext2 the obvious choice? Or is it a bad idea to install Linux (Ubuntu probably) on a USB Flash drive? I tried running a live CD from the USB drive, but it wasn't very customizable - which is the point of carrying my OS with me.
root@martin-desktop:~# tail -n0 -f /var/log/messages Jan 29 01:43:23 martin-desktop kernel: [440650.637531] usb 2-2: new high speed USB device using ehci_hcd and address 8 Jan 29 01:43:23 martin-desktop kernel: [440650.776107] usb 2-2: configuration #1 chosen from 1 choice
[code].....
When I set "USB flash drive" as a first bootable device in BIOS, I get SYSLINUX "boot:" prompt and it loads both "vmlinuz" and "initrd.gz", but finally I end up in BusyBox prompt and following message:
Quote:
"Check root= bootarg cat /proc/cmdline or missing modules, devices: cat /proc/modules ls /dev ALERT! does not exist. Dropping to a shell!"
Last boot message which I see is "Attached scsi generic sg2 type 0".what might cause such behavior? Did I miss anything while preparing USB flash drive?
I have a USB drive of 4 GB and I want to make the drive as bootable. I used the command /sbin/mkbootdisk --device /dev/sdb1 "kernal version" ( sdb1 is my pen drive).When i ran this cmd,it gave me an error saying not enough space to write.
I created a bootable Debian installer on my USB flash drive. The Debian Installation Guide advises;
The hybrid image on the stick does not occupy all the storage space, so it may be worth considering using the free space to hold firmware files or packages or any other files of your choice. This could be useful if you have only one stick or just want to keep everything you need on one device. Create a second, FAT partition on the stick, mount the partition and copy or unpack the firmware onto it.
I want to put non free firmware packages on the stick but when I try to create a FAT partition in the free space using Disk Utility I get the following error;
Error creating partition: helper exited with exit code 1: In part_add_partition: device_file=/dev/sdb, start=661837824, size=7507093504, type= Entering MS-DOS parser (offset=0, size=8168931328) MSDOS_MAGIC found looking at part 0 (offset 0, size 657457152, type 0x00) new part entry
[Code] ....
I formatted the drive to clear it, created a new FAT partition and copied the Debian.iso to it again. When I tried again to create a partition in the free space the same error occurred.
I have an Intel Core2 Duo system that I want to upgrade from Fedora 12 to Fedora 14. I have downloaded the DVD iso for Fedora 14, however, I do not want to burn a DVD for installation, and would like to be able to perform the upgrade from a USB flash drive. Where can I find information that will explain how to make a bootable flash drive that can install Fedora 14?
creating a bootable floppy from a bootable floppy image on a NON Linux machine I am trying to install dsl (damnsmallLinux) on one of my old Compaq 2000 Deskpro machine having 256RAM and 2 GB hardisk. (which I hope to increase to 8 or 10 GB ...can I use a larger disk capacity??) I have downloaded the floppy bootable image from the website using a machine a fedora OS machine that does not have a floppy drive. I have even converted the image file to an iso file. I can copy this image file or iso file to the Compaq machine but how do I use it as a bootable floppy? OR how do I create a bootable floppy disk from this image?
I have an 8gb USB Flash Drive. I am trying to make a Xubuntu 11.04 boot disk from it. I have done this once before with Ubuntu, but not Xubuntu. The problem is that when I go into the Startup Disk Creator, I get this error and the process stops. This is what the Flash drive file structure looks like after the process stops.
When i boot to my ubuntu installed in my usb flash drive it works (home computer) but in school it wont? in school i already boot from the usb in bios but it promts the message "boot error". what should i do.. ?
I'm looking for an app for Linux that creates bootable images. Back when I used windows, I used Imgburn. Now, I need an app like that for Linux. Wherever I looked online, I saw either one (or both) of these ideas.
1. Run Imgburn under wine 2. Get k3b
I don't like using wine because the programs run very slow. I'm not sure exactly how to get k3b to produce a bootable image. So that's where I'm stuck.
Recently I have started looking into squashfs filesystems which are used by many LiveCDs. I see that the Debian Live Project also has a squashfs image of their LiveCD. I am wondering how to use that squashfs image to make a bootable USB LiveCD?
If I dd copy a bootable usb drive to an iso will the iso be bootable?
I haven't tried it yet, but i'm going to. Heres the situation and tell me if I'm crazy.
I have several bootable CDs I use at work to do different things, so I went ahead and made a multi-boot usb stick with the isos on them and everything is golden. When i need something else, I am able to slap the ISO on the usb stick, edit the menu.lst and I'm good to go.
The problem is, for some of our equipment I have a bootable USB stick that I have to use. I tried copying the files on the bootable USB to my multi-boot usb and setup grub to boot it (which admittedly I'm no expert at), but have had no luck.
So now I'm thinking, I'll use dd to copy the bootable USB stick to an iso (using bs=2048) and then do my normal setup with an ISO and maybe it will work.
I am attempting to use SuseStudio "preload" and "live" .iso images and the instructions at SDB:Live USB stick - openSUSE to create a bootable USB drive.dd_rescue ends after the expected amount of time--without reporting errors--yet "fdisk -l" reports that the device does not contain a valid partition table. The USB key does not boot and appears to have no data.
For what it's worth, my build host is Gentoo on 2.6.39, and I have the latest dd-rescue available. The USB disk is a PNY attache 4GB and works fine with any ISO's supported by unetbootin. The only other bare metal I have here is a netbook running Mepix, so I can't make use of solutions that start with "Boot your existing OpenSuse workstation
I only have linux machines in my home right now and was wondering if it is possible to create a bootable Windows 7 USB flash drive from within linux using only a .ISO file. Is there some utility that can do that, or am I stuck without WoW until I can get to a windows machine and use that to make the disk? (^.o)
I have a workstation running Fedora 15 with custom software and settings. I want to make an image of this machine for fast and easy deployment around the office (preferably a DVD, but could also use an external USB drive for install).How would you go about doing this from an existing install?
I downloaded 64-bit fedora12 iso DVD image and created a DVD. When I tried to boot, the CD does not boot. I checked the documentation to see whether book.iso or any other file needs to be copied along with. My question is:
- What are the files I need to copy to a DVD for the DVD to boot up straight up from the DVD...? - If not, is there another way to get this fresh installation done.
I have 32-bit Fedora 11 installed in a machine, but need 64-Fedora to do some testing, before going with RH Linux.
I am operating Ubuntu 10.10 installed to disk on a desktop and trying to create a bootable USB of the same to install on my netbook. I am using the instructions found here but every time I try to create the bootable USB, it fails. I get various error messages, such as:
Code: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Code: An uncaught exception was raised: [Errno 5] Input/output error or others. I think I've seen four or five others. Once I got 80% finished then it failed with a generic error stating that creating the bootable disk failed. I've tried formatting the USB drive as ext3, ext4, NTFS, and FAT, but I always get failures. I am writing from a physical CD, the same one I used to install the 10.10 that I am posting from.