Difference between revisions of "Install linux on a USB disk"

From Linuxintro
imported>ThorstenStaerk
m
 
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Modern computers can boot from [[USB]] storage like disks and sticks. This article shows how to [[install]] Linux on a USB disk so that you can boot from it. It lists 3 approaches:
+
Modern computers can boot from [[USB]] storage like disks and sticks. But how to [[install Linux]] there to have a USB disc or stick bootable? Here are some approaches:
  
 
{| class="wikitable sortable" border=1
 
{| class="wikitable sortable" border=1
! approach !! time to succeed !! remarks
+
! approach !! OS of your computer must be !! distro of bootdisk will be !! time to succeed
 
|-
 
|-
| Unetbootin || ? || works with all distributions supported by unetbootin
+
| [[install Linux on a USB disk with Unetbootin]] || Linux or Windows || any || 1 hour, depends on your choices
 
|-
 
|-
| Knoppix    || 10 min    || only works with Knoppix
+
| [[install Linux on a USB disk with Knoppix]]   || any || Knoppix || 30 min, depends on disk speed and size
 
|-
 
|-
| SUSE Studio || 1 hour || only works with SUSE distros
+
| [[install Linux on a USB disk with SUSE Studio]] || Linux or Windows || SUSE || 1 hour
 
|-
 
|-
| Cloning-approach || 2 hours || work with almost all distributions
+
| [[install Linux on a USB disk by cloning your computer]] || any Linux || any || 2 hours
 
|}
 
|}
  
 +
= See also =
 +
* [[install SUSE Linux on netbooks]]
  
= the unetbootin approach =
+
[[Category:Guides]]
Download unetbootin from http://unetbootin.sourceforge.net. Start it and select which distribution you want to have installed on what disk.
 
 
 
= the knoppix approach =
 
Boot your system from [[knoppix]], then [[open a console]] and enter
 
flash-knoppix
 
Then select a harddisk or a USB Flash drive. This will be made boot Knoppix.
 
 
 
== additional information ==
 
Make sure you have a graphical display. This installer will give a lot more messages than the text-based installer.
 
 
 
== TroubleShooting ==
 
* Your USB Flash drive must be vfat-formatted. Otherwise, flash-knoppix will not work.
 
 
 
= the SUSE Studio approach =
 
Go to www.susestudio.com. Choose your favorite SUSE, add packages as you like. Tell the web site to build a USB stick from it. Download the image and put it onto your USB stick.
 
 
 
For example, if your USB stick is /dev/sdh, use something like
 
dd if=usbstick.i686-0.0.1.raw of=/dev/sdh
 
 
 
Hey, stuble must be your middle name. Great post!
 

Latest revision as of 14:25, 1 November 2013

Modern computers can boot from USB storage like disks and sticks. But how to install Linux there to have a USB disc or stick bootable? Here are some approaches:

approach OS of your computer must be distro of bootdisk will be time to succeed
install Linux on a USB disk with Unetbootin Linux or Windows any 1 hour, depends on your choices
install Linux on a USB disk with Knoppix any Knoppix 30 min, depends on disk speed and size
install Linux on a USB disk with SUSE Studio Linux or Windows SUSE 1 hour
install Linux on a USB disk by cloning your computer any Linux any 2 hours

See also