A Live USB is a USB flash drive designed to act like a Live CD. An operating system is installed to it and it may be booted, but it does not install itself on the computer's hard drive(s).

learn more… | top users | synonyms

3
votes
1answer
3k views

Cloning a bootable USB stick to a different-size stick

HARDWARE: 2 8gb usb flash drives DISTRO: xfce mint 9 persistent live cd One usb flash drive has two partitions: 1) fat32 700MB Mint 9 partition 2) ext3 7.3GB casper-rw partition GOAL: I want to make ...
5
votes
3answers
4k views

How do I partition a USB drive so that it's bootable and has a Windows-compatible data storage partition?

split from here I have a 16gb flash drive, which I want a live ISO to boot from (via unetbootin or something similar). It'll be some 32bit distro that I can plug-in and boot on whatever computer I ...
3
votes
1answer
11k views

Booting linux from usb using EFI

I need to use a USB drive as an installation media for my Mint and Ubuntu. For that I have unetbootin to make the usb bootable. But my PC only supports EFI boot (while adding the boot device, I need ...
3
votes
2answers
2k views

How do you install Grub2 on a USB stick?

How do you install Grub2 on a bootable USB stick? Somewhere I've heard that Grub2 can boot directly from ".iso" images, so I'm hoping Grub2 will make it easy to drag-and-drop several "liveCD" iso ...
1
vote
1answer
177 views

Can a Linux install be moved from one computer to another?

split to here I have a 16gb flash drive which I want to contain a portable Linux install. If I could just install Knoppix onto the flash drive, and have that work on any computer, I could do that. ...