General :: Creating Persistent Bootable USB Drive From Iso?
Jul 11, 2010
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.
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 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 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.
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.
I have a 16Gig usb drive and i've managed to get Backtrack up and running on it with persistence, but I really want to have on it is Mint, Backtrack 5, if possible Ubuntu and hirens bootcd. I don't really want to use unetbootin. how i need to set up the partitions, if it's possible to have both Backtrack 5 and Ubuntu with persistence since they both use casper-rw and what mint needs for persistence.
I have the following problem. I tried to make a persistent USB Backtrack 4 r2. I followed the steps according to the instructions and did not noticed any errors.
fdisk /dev/sdb Command (m for help): d Partition number (1-4): 1 Command (m for help): n Command action
[Code]...
I can boot from USB because when i use Unetbootin everything works fine. Although it'snot persistent in that situation. I seachered the web but i can't find the solution. I have run a script which i ran into on Sourceforge.net. The results are in the attachement. But unfortunately i am real Newbie on linux so..
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 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 FC12 image and I want to install it on my laptop using a pen drive so what steps should I follow. My Dell laptop has i5 processor. Currently I have windows xp on my PC so give me any link of software to make the pendrive bootable.
I have Orace linux .iso's on a memory stick. I could burn them to CD's and install linux from the CDs. However I would rather not waste 5 CDs and just install from the memory stick. How can I do that? How do I make the memory stick bootable? I did try changing the boot options but I could find the right one.
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 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.
I am trying to create a bootable DVD disk of Fedora. I am having trouble in doing this. I want to format the Hard drive and create a new file system. I have downloaded the source cds for fedora12 AND fedorai386 downloads. I have been trying to create a DVD burn with the Fedora12.iso extracted and then burned to DVD. This does not work. I just want to be able to pop the DVD in and then start the install, and on any machine.
I have installed Centos 5.4 and then on top of that i have been installing many softwares over the time ( like pbx system , web console , billing etc.) and now it has come to a quite stable stage. the problem is i have to move this installation to another machine with different config etc. even have to install it on multiple systems. the idea is to create a bootable linux iso of the current machine with all the softwares so i can simply put it in a different machine and make it install and run without much fuss. is creating a linux appliance the only solution ? or is there any way to backup the current machine in an iso format and then install it on another machine? also i would like to make this completely hardware independent.
I'll be away from home for the following weeks (and perhaps months). I want to use the Internet with confidence, so I have setup an old computer with SSH and I'll be tunneling to that (from a netbook).I haven't remote-managed a computer for such a long time and I want to be sure that even if I do a mistake remotely, I can bring the computer back to a good known state.The home computer will reside inside my aunt's house and she knows very few about computers.
I've been thinking about burning a bootable DVD containing a tarball of a freshly configured Slackware. If I mess up, I can phone my aunt and tell her to simply put the DVD inside the drive and press ctrl-alt-del. The DVD boots, un-tars (the fresh Slackware), ejects the CD-tray, waits for her to press Enter, closes the tray, and finaly reboots to my good old known fresh Slackware.
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 am trying to create a bootable USB stick in Windows to install Debian on my laptop. I have looked at the guide on the [URL] website, but it seems to assume you already have access to a Linux machine with the use of zcat and other extractors. Is there anyway to create a bootable Debian USB stick in Windows? By the way, I'm trying to simply get the USB stick to become bootable and then install the OS through the internet on my laptop. My laptop does not have an optical drive, so I have to do it this way.
I have downloaded Fedora-12-x86_64-DVD.iso. Now I want to create a bootable USB from the downloaded ISO file. I tried with the latest version of liveusb-creator 3.9.1. I am unable to do so. It took around 3 days to download the iso file and now I cant even use it.
ERROR MESSAGE:: Fedora-12-x86_64-DVD.iso selected Verifying filesystem... Extracting live image to USB device... Wrote to device at 1 MB/sec Creating 100MB persistent overlay LiveUSB creation failed! Here is the screen shot....