Difference between pages "Cluster" and "Install Linux on a USB disk with Unetbootin"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(ThorstenStaerk moved page Cluster to ClusterSsh)
 
imported>ThorstenStaerk
(Created page with "UNetBootIn allows you to install Linux to a harddisk from the network or from a bootable CD, DVD, harddisk or image. * download unetbootin from http://unetbootin.sourceforge.n...")
 
Line 1: Line 1:
#REDIRECT [[ClusterSsh]]
+
UNetBootIn allows you to install Linux to a harddisk from the network or from a bootable CD, DVD, harddisk or image.
 +
* download unetbootin from http://unetbootin.sourceforge.net
 +
* [[open a console]] and make the downloaded file executable, e.g.:
 +
cd
 +
cd Downloads
 +
chmod 777 unetbootin-linux-575
 +
* start it
 +
./unetbootin-linux-575
 +
* when asked for libpng12, install the 32bit version of it, e.g. under SUSE Linux 12.1 x64:
 +
yast -i libpng12-0-32bit
 +
* when asked for p7zip, install it, e.g. under SUSE Linux 12.1 x64:
 +
yast -i p7zip
 +
* select which distribution you want to have installed on what disk:
 +
[[File:unetbootin.png]]

Revision as of 08:30, 1 November 2013

UNetBootIn allows you to install Linux to a harddisk from the network or from a bootable CD, DVD, harddisk or image.

cd
cd Downloads
chmod 777 unetbootin-linux-575 
  • start it
./unetbootin-linux-575
  • when asked for libpng12, install the 32bit version of it, e.g. under SUSE Linux 12.1 x64:
yast -i libpng12-0-32bit
  • when asked for p7zip, install it, e.g. under SUSE Linux 12.1 x64:
yast -i p7zip
  • select which distribution you want to have installed on what disk:

Unetbootin.png