<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JohnnyH</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JohnnyH"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/JohnnyH"/>
		<updated>2026-09-17T03:45:53Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Hd_Install_HowTo</id>
		<title>Hd Install HowTo</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Hd_Install_HowTo"/>
				<updated>2005-02-03T16:50:37Z</updated>
		
		<summary type="html">&lt;p&gt;JohnnyH: /* Updating HD installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You CAN install newer versions of Knoppix on harddisk, if you wish,&lt;br /&gt;
though installation is not required for productive use. If you want to&lt;br /&gt;
do this, you should just make sure there is some empty space on your&lt;br /&gt;
harddrive so you can create at least 2 Linux partitions, one for the&lt;br /&gt;
System (for Knoppix, minimal approx. 3 GB) and about minimal 200MB for [http://www.wikipedia.org/wiki/Virtual_memory Swap] during the&lt;br /&gt;
installation process. It is VERY important that the swap space partition is of type &amp;quot;Linux Swap space&amp;quot; (or equivelent&amp;quot;). A partitioning program is integrated in the knoppix-installer.&lt;br /&gt;
&lt;br /&gt;
It´s recommend to use 5 GB for root partition and 400 MB for swap partition.&lt;br /&gt;
&lt;br /&gt;
''(NOTE: Be sure the root partition is the first partition on the drive, is formatted with ext2 or ext3, and is set to &amp;quot;active.&amp;quot; The swap partition must be formatted with &amp;quot;linux-swap.&amp;quot; Installation and subsequent booting will not continue otherwise.)''&lt;br /&gt;
&lt;br /&gt;
You should get Knoppix version 3.4 or later and type '''sudo knoppix-installer''' in the shell if you want to do this.&lt;br /&gt;
Please ALWAYS make sure that you have a working backup of your important data prior to&lt;br /&gt;
experimenting with ANY new software, no matter if Windows, Linux or&lt;br /&gt;
anything else. Have a look here for more info about [http://en.wikipedia.org/wiki/Sudo sudo].&lt;br /&gt;
&lt;br /&gt;
In knoppix-installer, arrow keys move focus and space bar selects options.&lt;br /&gt;
&lt;br /&gt;
Note: Do '''not''' use &amp;quot;knx-hdinstall&amp;quot; anymore. &amp;quot;knx-hdinstall&amp;quot; is no longer maintained, use &amp;quot;knoppix-installer&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
Or the [http://download.linuxtag.org/knoppix/KNOPPIX-FAQ-EN.txt Knopper FAQ] on doing it manually.&lt;br /&gt;
Once knoppix is installed on a hard disk, it's no longer a Knoppix;-) it's a&lt;br /&gt;
uncompressed complete Debian GNU/Linux.&lt;br /&gt;
&lt;br /&gt;
=== Blind Installation ===&lt;br /&gt;
It's possible to install Knoppix on a PC's hd without a monitor, see [[Hd Install Without a Monitor HowTo]]&lt;br /&gt;
&lt;br /&gt;
=== Updating HD installation ===&lt;br /&gt;
&lt;br /&gt;
You can do a&lt;br /&gt;
&lt;br /&gt;
 for i in $(COLUMNS=240 dpkg -l | awk '{print $2}')&lt;br /&gt;
 do:&lt;br /&gt;
 echo dpkg-repack --root=/KNOPPIX &amp;quot;$i&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
 (The following worked for me with Knoppix 3.7 2004-12-08: create a bash script and sudo sh bashscriptname)&lt;br /&gt;
&lt;br /&gt;
   #!/bin/bash&lt;br /&gt;
   #&lt;br /&gt;
   echo &amp;quot;&amp;quot;&lt;br /&gt;
   for i in $(COLUMNS=240 dpkg -l | awk '{print $2}') ; \&lt;br /&gt;
     do  echo dpkg-repack --root=/KNOPPIX &amp;quot;$i&amp;quot; ; \&lt;br /&gt;
         dpkg-repack --root=/KNOPPIX &amp;quot;$i&amp;quot; ; \&lt;br /&gt;
         mv *.deb /mnt/hdxn ; \&lt;br /&gt;
   done&lt;br /&gt;
   #     where hdxn is your destination partition for the packages (needs 700 MB free)&lt;br /&gt;
   echo &amp;quot;&amp;quot;&lt;br /&gt;
   read -p &amp;quot;Finished; press Enter to exit&amp;quot;&lt;br /&gt;
   echo &amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
to create packages from a running KNOPPIX CD to a writable harddisk&lt;br /&gt;
partition, and install/update these packages with dpkg -i.&lt;br /&gt;
&lt;br /&gt;
See:&lt;br /&gt;
&lt;br /&gt;
* http://freshmeat.net/projects/dpkg/&lt;br /&gt;
* http://www.tldp.org/LDP/linuxcookbook/html/cookbook_4.html#SEC42&lt;br /&gt;
* http://www.debian.org/doc/packaging-manuals/dpkg-internals/&lt;br /&gt;
* http://www.debian.org/doc/manuals/apt-howto/index.en.html&lt;br /&gt;
&lt;br /&gt;
Using the Knoppix repository at http://developer.linuxtag.net/knoppix/&lt;br /&gt;
plus the standard debian mirrors is easier, though.&lt;br /&gt;
See also : http://jaqque.sbih.org/kplug/apt-pinning.html&lt;br /&gt;
&lt;br /&gt;
=== Installing Gnome ===&lt;br /&gt;
&lt;br /&gt;
To install [http://en.wikipedia.org/wiki/Gnome Gnome], you have to type '''apt-get install gnome-bin gdm'''.&amp;lt;br&amp;gt;&lt;br /&gt;
Then execute '''update-alternatives --config x-window-manager''' and select '''[http://en.wikipedia.org/wiki/Gdm gdm]'''.&lt;br /&gt;
&lt;br /&gt;
See also : http://wiki.debian.net/index.cgi?DebianGnome&lt;/div&gt;</summary>
		<author><name>JohnnyH</name></author>	</entry>

	</feed>