Difference between revisions of "Install FAQ"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Replacing page with '{{delete|integrated to another page}}--~~~~')
 
Line 1: Line 1:
*Versi Bahasa Indonesia: [[Indonesian Instalasi FAQ]]
+
{{delete|integrated to another page}}--[[User:Werner P. Schulz|Werner P. Schulz]] 03:52, 28 February 2012 (MST)
----
+
Return to [[Knoppix FAQ]]
+
----
+
 
+
==== Q: What is a "HD Installation"? ====
+
A: Boot with Knoppix CD and select 'Preferences/ KNOPPIX HD installation'. You will get a Debian-like installation in a free partiton with GRUB legacy as bootmanager.
+
 
+
==== Q: What is a "Flash disk Installation"? ====
+
A: Boot with Knoppix CD and select 'Preferences/ Install KNOPPIX to flash disk'. You will get an installation of the compressed filesystem image on the flash device. This installation uses Syslinx to boot. While booting this installation you have the chance to create persistent memory.
+
 
+
==== Q: What is a "Poor man Installation"? ====
+
A: Nowadays a Flash disk Installation is also called "poor man installation".
+
 
+
==== Q: What is a "Poor man harddrive Installation"? ====
+
A: Some people select 'Preferences/ Install KNOPPIX to flash disk' and do the installation not on an flash device but on a partiton of a harddrive and call it "poor man harddrive installation".
+
 
+
==== Q: What is a "Basic Poor man Installation"? ====
+
A: Boot Knoppix CD with cheatcode "knoppix tohd=<path to some hard disk>" and "knoppix fromhd=<path to the disk you used>" respectively (see also [[Cheat Codes]] ).
+
 
+
==== Q: What is "persistent memory"? ====
+
This is one of the most useful features in Knoppix, and together with unionfs, makes Knoppix very versatile indeed. The entire unionfs can be saved,  so that configuration changes, settings, user data, packages which have been downloaded and installed etc can all be saved and will be available at subsequent sessions.
+
 
+
With "Flash disk Installation", "Poor man harddrive Installation" or "Basic Poor man Installation" you will be asked to create persistent memory. A image file '/KNOPPIX/knoppix-data.img' will be created respectively '/KNOPPIX/knoppix-data.aes' in case of encryption. At the next boot, Knoppix will scan for any image file named knoppix-data.img or knoppix-data.aes.
+
 
+
==== Q: What is "UNIONFS"? ====
+
One of the limitations of a Live CD is that most of the system area is read-only – in particular, /usr where most executable programs are kept.  Some programs can run from /home, which is writable, but many programs need to change and access components into standard locations like /lib or /usr/lib are read-only. Fortunately there are solutions.
+
 
+
Unionfs is another important development introduced into Knoppix from Version 3.8 onwards.  Unionfs is a virtual filesystem. It creates a writable system file area in ram with all the system directories such as /etc /usr and so on.  This is then seamlessly merged with the read-only system files on the CD.  A very readable description of unionfs can be found here: [http://www.oreillynet.com/sysadmin/blog/2005/03/knoppix_38_and_unionfs_wow_jus.html Kyle Rankin on unionfs]
+
 
+
With unionfs, it becomes possible to "write" to the system area.  Knoppix can then be treated almost like it is installed on a writable media.  You can do install programs with apt-get or synaptic, download and install .deb packages, compile and install new drivers, edit config files in /etc and so on.
+
 
+
Of course, you may still download an incompatible package which upsets Knoppix's delicate balance and break Knoppix, just like in a hard disk install.  But this is a Live CD!  The problems go away at the next reboot.
+
 
+
On the other hand, if you installed something which works well, you will not have to do it again.  You can save it and it can be made available at the next session – see below.
+
 
+
----
+
Return to [[Knoppix FAQ]]
+
 
+
 
+
 
+
[[Category : FAQ Page]]
+
[[Category:Hard drive Installation]]
+

Latest revision as of 10:52, 28 February 2012

Template:Delete--Werner P. Schulz 03:52, 28 February 2012 (MST)