Difference between revisions of "Install Linux on a USB disk with Unetbootin"
From Linuxintro
imported>ThorstenStaerk m (ThorstenStaerk moved page Install linux on a USB disk with Unetbootin to Install Linux on a USB disk with Unetbootin) |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
UNetBootIn allows you to [[create a bootable USB disk]] from the network or from a bootable CD, DVD, harddisk or image. | UNetBootIn allows you to [[create a bootable USB disk]] from the network or from a bootable CD, DVD, harddisk or image. | ||
* download unetbootin from http://unetbootin.sourceforge.net | * download unetbootin from http://unetbootin.sourceforge.net | ||
− | * [[open a console]] | + | * [[install]] some dependencies, in this case for SUSE Linux: |
+ | yast -i libpng12-0-32bit p7zip | ||
+ | * [[open a console]], make the downloaded file executable and run it, e.g.: | ||
cd | cd | ||
cd Downloads | cd Downloads | ||
chmod 777 unetbootin-linux-575 | chmod 777 unetbootin-linux-575 | ||
− | |||
./unetbootin-linux-575 | ./unetbootin-linux-575 | ||
− | |||
− | |||
− | |||
− | |||
* select which distribution you want to have installed on what disk: | * select which distribution you want to have installed on what disk: | ||
[[File:unetbootin.png]] | [[File:unetbootin.png]] |
Revision as of 14:31, 1 November 2013
UNetBootIn allows you to create a bootable USB disk from the network or from a bootable CD, DVD, harddisk or image.
- download unetbootin from http://unetbootin.sourceforge.net
- install some dependencies, in this case for SUSE Linux:
yast -i libpng12-0-32bit p7zip
- open a console, make the downloaded file executable and run it, e.g.:
cd cd Downloads chmod 777 unetbootin-linux-575 ./unetbootin-linux-575
- select which distribution you want to have installed on what disk: