General :: Make A Bootable USB Flash Drive That Can Run Memtest?

May 25, 2010

It seems that the canonical instructions for making a bootable USB flash drive that runs memtest are at:

[URL]

However, after following them to a T, I boot up the new machine and get:

"could not find kernel image: linux"

Do I need to set up a lilo.conf first?

View 1 Replies


ADVERTISEMENT

General :: Make A Bootable USB Flash Drive Manually?

Jan 28, 2011

I would like to boot Ubuntu 8.04 i386 from my USB flash drive. [URL] I took following steps:

1) made sure that usb_storage.ko kernel module is loaded

Code:

root@martin-desktop:~# lsmod | grep -i storage
usb_storage 39585 1
root@martin-desktop:~#

2) inserted USB flash drive

Code:

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?

View 19 Replies View Related

Server :: Make USB Flash Drive Bootable In Centos?

Sep 7, 2010

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.

View 3 Replies View Related

General :: Ubuntu 9.10 - Move Existing Installation To Usb-flash And Make It Bootable?

Apr 20, 2010

Is there any possibility to move my already installed ubuntu linux to the usb flash and make it bootable. So that it would boot on the other machine?I have an installed ubuntu karmic linux installed on my machine. I want to make it portable, to move it with all installed packages and tuned software to a usb-flash drive.

View 2 Replies View Related

General :: Ext2 Or Ext4 For Bootable USB Flash-drive?

Jan 26, 2011

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.

View 3 Replies View Related

General :: Make A Bootable DOS Usb Drive?

Jul 10, 2011

I have a linux ubuntu pc with superuser access, and a windows xp pc with no administrator access so I cannot make use of any formatting tool in that.

View 10 Replies View Related

General :: Making Bootable USB Flash Drive To Install Fedora 14

Jun 30, 2011

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?

View 14 Replies View Related

General :: Make A Bootable Pen Drive Of FC12?

Apr 7, 2010

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.

View 14 Replies View Related

General :: Make A Usb File Drive Bootable?

Mar 6, 2011

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.

View 8 Replies View Related

Ubuntu :: Make A Bootable Cd For Bios Flash?

Mar 23, 2010

I have a laptop that I need to update the BIOS but I cant get into Windows. Here is what I want to do.I know I need a DOS boot able disk. I figured I would download the FreeDOS disk and just add a file to the iso and burn the ISO. So far I cannot do that and I don't know how or even if there is a way to do this. So the long of the short of it is I need a bootable cd that is dos based and has my BIOS update file on it.

View 2 Replies View Related

Debian :: Format A Bootable USB Flash Drive?

Apr 18, 2011

I'm afraid I am going to expose my age here.

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.

View 3 Replies View Related

OpenSUSE :: How To Create Bootable Flash Drive

Feb 26, 2010

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

View 7 Replies View Related

Slackware :: Utility To Create Bootable Flash Drive?

Jan 14, 2010

I've looked all over the place for the utility that will create a bootable flash drive. Can anybody tell me what the name of it is?

View 11 Replies View Related

Server :: Make Bootable Cd And Pen Drive?

Aug 8, 2010

dear friends I want to make linux bootable & live CD and pen drive

View 1 Replies View Related

Debian Installation :: Add Partition To USB Flash Drive Bootable Installer

May 19, 2015

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.

View 7 Replies View Related

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.

View 5 Replies View Related

Ubuntu :: Make Hard Drive Bootable Again?

Apr 6, 2010

My karmic ubuntu studio will no longer boot. I believe I may have intermittent hard drive issues. I've backed up all my important files so I'm not extremely worried; however, I would like to try to get my setup bootable once more. I've reinstalled grub, and on trying to boot, I get the grub kernel selection. Regardless of what I choose, the system won't boot. I believe grub is alright, but something else is not. What else could I try to make it boot again? I've mounted the drive, chrooted to it, updated and upgraded, but it still won't boot. I may be doing that wrong, or there may be something else I need to do.

View 3 Replies View Related

Ubuntu :: Make A Bootable Windows7 Usb Drive?

Jul 3, 2010

How to make a bootable Windows7 usb drive from Ubuntu? I have a netbook, so there is no dvdrom drive, and need to reinstall on it Windows 7 how to make a bootable usb drive with windows 7 if i have Windows 7 ISO on my computer with Ubuntu.

View 5 Replies View Related

Ubuntu :: Creating Bootable Disk For Existing Grub On Flash Drive?

Aug 5, 2010

I wish to create a bootable disk for my existing grub legacy. I do not have a floppy drive. Could this be done on a CD-RW or flash drive?

View 1 Replies View Related

Fedora Installation :: 15 - Make A Bootable USB Drive Instead Of Using A Physical DVD

Jun 3, 2011

I downloaded the Fedora-15-i386-DVD.iso and want to install Fedora 15 from it. I don't want to use the LiveCD version since it doesn't have all the packages. So I follow the tutorial given here under the section titled "How to Make a bootable USB Drive to Install Fedora instead of using a physical DVD ". Everything finishes off well. However. when I boot my computer using the USB, it says "USB doesn't have operating system. Safely remove and reboot".

Now, what to do? I also didn't get the line the tutorial saying, "You should now have a bootable USB stick which will run an 15 install. When you boot the stick, you may also add askmethod to the boot line and select a hard drive install and select the drive as /dev/sdb1 (or your USB device drive) and the path should be / " What am I supposed to do?

View 1 Replies View Related

Ubuntu :: Boot From An External Hard Drive - Make An Iso Bootable?

Apr 5, 2011

I am trying to boot from an external hard drive, and have tried to use unetbootin like I used when crating a bootable usb drive but it does not see my external and will not create bootbale iso for me to run from my external hard drive.

View 2 Replies View Related

Ubuntu Installation :: Make Bootable USB Drive That ISNT Startup Disk?

Aug 19, 2010

I want to make a live USB drive, perhaps even 1 with its own GRUB and a choice of operating systems..Its 16gb so it will fit..or maybe just install multiple desktop environments so I can switch depending on the resoruces of the computer I am using..Gnome>E17>LXDE.But I want it to be a regular account with a root/administrator password, ect. When I use the Startup disk creator or Unetbootin I find that the results are pretty limited. I might as well be using a live CD, but thats not ideal. Alternately, when I just install normally it doesnt always load, even when I hit F8 and tell it to boot from my USB drive.Knoppix based distros seem to work better than Ubuntu based distros in this regard, but I dont want Knoppix I want Ubuntu/Mint and friends.Finally, I have sometimes been having problems 'mounting' or using 'swapon'. Even when I turn on Swap with Gparted Im still not getting the benefit of the large swap area I have created..is this because of how the operating system uses swap? Is there a live distro that will save files and settings to swap before using up ram, by default? If not, is there a way to change the behavior of Ubuntu Live CD?

Is there a reason why we cant make proper paragraphs? Is this site strapped for bandwidth or something? Is the site just acting funny?

View 9 Replies View Related

Ubuntu Installation :: Netbook Remix 10.04 - Transferred The Image To USB Drive To Make It Bootable?

Jun 10, 2010

I just brought a netbook(1005HA) and wanted to try out Ubuntu netbook remix 10.04 but I clean installed it.I like it but there are programs on Windows that I need to use for my HD2. My friend put a windows 7 .iso file on the netbook and I transferred the image to my USB drive to make a bootable USB but it does not boot. install Windows 7 from a USB using Ubuntu correctly?

View 1 Replies View Related

General :: Making A Live CD Bootable From Compact Flash (CF)?

Jun 16, 2011

Making a live CD using tools such as livecd-creator seems like a good solution to create a bootable read-only image to install on Compact Flash. My goal is to prevent failure due to write cycle limits of Compact Flash memory. A secondary goal is to have the live CD available for troubleshooting. However, Usenet postings indicate challenges in making the live CD image on CF bootable. Has anyone succeeded in doing this?

View 3 Replies View Related

General :: Bootable USB Flash - How To Create A Files System

Oct 20, 2010

I need to make a bootable USB stick.

1) How to format it with ext3

2) How to make a master boot record

3) How to create a files system

4) How to put syslinux, syslinux.cfg and a real kernel on the stick

View 2 Replies View Related

General :: Making A Bootable Partition On A Compact Flash?

May 4, 2011

I have never worked with Linux before but as part of my new job I need to format and install a program on a compact flash card. I have followed our procedure to the T but when i install the card I get a No bootable partition error. Here is what I'm doing. I go into Gnome terminal and change to my directory to "cd dcmsetupdir" (this may not be important but I want to give as much info as I can. Then I type "sudo ./format_cf". once this is complete (no errors detected), I type in "sudo ./install_cf" this seems to install correctly but when I boot up the unit with the card in I get the no bootable partition error.

View 7 Replies View Related

General :: Make XP Bootable From Usb?

Aug 20, 2010

is there any program that i can run under ubuntu 10.10 netbook remix and make windows XP installable from a flashdrive via a torrent i downloaded. i need to install windows back on this computer then reinstall linux and dual boot for work.

View 14 Replies View Related

Ubuntu :: Make Flash-drive Behave Like A Keyboard

Jul 13, 2011

possible to make a flashdrive behave like keyboard. I recon there must be some good reasons not to. Because I can imagine some situations where this comes in verry handy.For example a script that executes gives login tab password enter and readies the next login for the next computer.This way I could just plug the flashdrive in, let type, plug it out and continue.

View 2 Replies View Related

General :: Copy Bootable System Compact Flash To SD Card?

Aug 24, 2011

I have a bootable Linux compact flash card and want to copy it to an SD card. What would be the easiest way to do this?

View 2 Replies View Related

General :: Copy Directory Files To Bootable Flash Device?

Jul 26, 2011

copy a compact flash card with a form of Linux on it (Found out it was custom version based on Fedora Core 3). The flaky USB card reader seems to have hosed the flash card, it shows up with unknown volume after ejecting the card and reinserting it. My troubleshooting: I have Ubuntu on a flash drive that I used to start all this to read the flash card.

- I tried Disk Utility to reformat the card as Master Boot Record and the volume as ext3 with flag set to Bootable and copied the files using cp in command line.

- I tried ISO Master & mkisofs to make an ISO that the USB thumb drive tools can use, but it wouldn't copy all the files. Looks like symbolic links either were ignored or couldn't find the source file with -f.

- I learned that I might need a boot partition with a boot image, which I think I have in initrd-2.6.14.7img, but I don't know how to do that. Do I also need a swap partition?

My updated goal: using the files from the flash card, make a bootable compact flash card with Fedora Core 3.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved