Difference between revisions of "Knoppix Installer"


From Knoppix Documentation Wiki
Jump to: navigation, search
m (change level of Notes to make Table of contents useful)
(Restructured & clean up some info)
Line 1: Line 1:
===knoppix-installer===
 
 
I started writing this document to help me understand the different types of installation options presented in the knoppix-installer, and to begin some documentation of them.  As you will see this document currently quickly degrades into a run through of just what the installer does.  I hope it is still useful to someone else.
 
 
====Warning====
 
 
As of Knoppix 3.8.2 the installer is now drawn from the work of Kanotix, which in turn began life from the Knoppix installer.  While the basics are still the same some details have changed.  Hopefully I'll get around to overhauling this page sooner rather then later if nobody else beats me too it please :-)
 
 
The main change is that the Kanotix installer only supports debian type installs by default.  If you really want an old style knoppix or beginners install I believe you may still be able to get at the somehow.
 
 
For general usage of the Kanotix installer you may find http://forum.kanotix.net/viewtopic.php?t=5578 useful.
 
 
Everything below this point has not been updated.
 
 
 
===Notes:===
 
===Notes:===
  
knoppix-installer is distributed from http://debian.tu-bs.de/knoppix/installer/ at this time (22nd November 2004), the latest version is 0.3.14 which was released on the 30th june 2004.  knoppix-installer is written and maintained by Fabian Franz.   To run knoppix-installer you can use "sudo knoppix-installer" or if you have an internet connection use "sudo knoppix-installer-latest-web" which will automatically get and use the latest version.
+
knoppix-installer was written and maintained by Fabian Franz but now appears to be collaborative effort between Fabian, Klaus Knopper, and Kano of Kanotix. To run knoppix-installer you can use the command:
 +
sudo knoppix-installer
 +
If you have an internet connection use the command:
 +
sudo knoppix-installer-latest-web
 +
It will automatically get and use the latest version.
  
  
Line 22: Line 12:
  
 
====Types of installation:====
 
====Types of installation:====
 
+
*Debian (hd swap name user userpass rootpass host services boot)
* 1 Knoppix (hd swap services boot)
+
**Prefered method of HD install.
** 1.1 A copy of the liveCD on hard disk
+
**Just carries acpi, noapic, nosmp, pci, pnpbios and noapm forward on the kernel command line
** 1.2 Works exactly as the cd based system does except apt-get can be used to add more software and the system is no longer read-only.
+
**Allows multiple users
** 1.3 DOES NOT ALLOW MULTIPLE USERS!  You are automatically logged in.
+
**Bears the closest resemblance to a "normal" debian installation.
** 1.4 Carries kernel command line to new system (i.e. Cheat codes) except for vga, initrd and BOOT_IMAGE
+
*Knoppix (hd swap services boot)
* 2 Debian (hd swap name user userpass rootpass host services boot)
+
**A copy of the liveCD on hard disk
** 2.1 Just carries acpi, noapic, nosmp, pci, pnpbios and noapm forward on the kernel command line
+
**Works exactly as the cd based system does except apt-get can be used to add more software and the system is no longer read-only.
** 2.2 Allows multiple users
+
**DOES NOT ALLOW MULTIPLE USERS!  You are automatically logged in.
** 2.3 Bears the closest resemblance to a "normal" debian installation.
+
**Carries kernel command line to new system (i.e. Cheat codes) except for vga, initrd and BOOT_IMAGE
* 3 Beginner Default (hd swap name user userpass rootpass host services boot)
+
*Beginner Default (hd swap name user userpass rootpass host services boot)
** 3.1 Uses Knoppix Hardware detection
+
**Uses Knoppix Hardware detection
** 3.2 Allows multiple users
+
**Allows multiple users
** 3.3 Carries kernel command line to new system (i.e. Cheat codes) except for vga, initrd and BOOT_IMAGE
+
** Carries kernel command line to new system (i.e. Cheat codes) except for vga, initrd and BOOT_IMAGE
  
  
The general consensus seems to be that most problems and confusion arrive with people using the knoppix type installation so generally the debian or beginner type install are preferable.   More experienced users will probably want the debian type install, users not familiar with setting up hardware may not want to follow them however.  If you are going to use the beginner type be aware that you are still using the auto-configuration so you can change your cheatcodes, the flip-side is that changes you may think you are making permanently will be overwritten when you reboot.  It is the balance of convinience of hardware setup (especially if you change hardware) Vs having a more regular installed linux (debian) system.
+
The general consensus seems to be that most problems and confusion arrive with people using the knoppix or beginner type of installation. The debian type install is prefered. More experienced users will probably want the debian type install, users not familiar with setting up hardware may not want to follow them however.  If you are going to use the beginner type be aware that you are still using the auto-configuration so you can change your cheatcodes, the flip-side is that changes you may think you are making permanently will be overwritten when you reboot.  It is the balance of convinience of hardware setup (especially if you change hardware) versus having a more regular installed linux (debian) system.
  
 
====All installs go as follows:====
 
====All installs go as follows:====

Revision as of 02:38, 6 July 2005