Kanotix 2005-04 Manual |
![]() |
Content | 1 What is Kanotix? | 2 How to burn a Kanotix-CD | 3 Installation | 4 Configuration | 5 Kanotix Update | 6 Appendix I | 7 Appendix II
In the edit mode of the bootloader GRUB the entries of the menu.lst can be changed during the boot. This is also possible when you run GRUB from the "live-CD" though the menu.lst is write protected. To do this push the "e" key two times. Parameters are added at the end of the line. Following is list of start parameters:
| acpi | off |
disable ACPI Bios completely |
| oldboot |
only enable ACPI parts, which are needed for boot |
|
| force |
force ACPI Bios initialization |
|
| alsa |
enable Sound system ALSA |
|
| alsa | es1938 |
install es1938 driver in the ALSA Sound system |
| apm | off |
disable Advanced Power Management |
| BOOT_IMAGE | expert |
interactive setup for ”Experts” |
| bootfirewire |
boot from Firewire CD |
|
| bootscsi |
boot from SCSI drive |
|
| bootusb2 |
boot from USB drive |
|
| desktop | kde |
choose window manager |
| fluxbox (DVD only) |
|
|
| gnome (DVD only) |
|
|
| icewm |
|
|
| larswm (DVD only) |
|
|
| twm |
|
|
| wmaker |
|
|
| xfce (DVD only) |
|
|
| dma |
enable DMA accelleration for all IDE drives |
|
| dpi | XX or auto |
specify DPI |
| failsave |
boot in save mode ((almost) no hardware detection) |
|
| firewire |
enable Firewire support |
|
| floppyconfig |
run knoppix.sh from floppy |
|
| fromhd | /dev/hda1 (hda2,...) |
boot from CD image on hard disk |
| home | /dev/sda1/knoppix.img |
mount loopback file as /home/knoppix |
| scan |
automatic search for kanotix /home directory |
|
| hsync | 80 (e.g.) |
use 80 kHz horizontal refresh rate for X |
| ide2 | 0x180 nopcmcia |
boot from PCMCIA-CD-Rom |
| keyboard | us |
specify console keyboard |
| lang | ??? |
cn, de, de-utf8 (only in lite version), da, es, fr, it, nl, pl, ru, sk, tr, tw, us |
| mem | 128MB (e.g.) |
specify Memory size in MByte |
| myconf | /dev/sda1 |
load configuration from device (here sda1) |
| scan |
try to find knoppix.sh automatically |
|
| noacpi |
skip ACPI detection |
|
| noagp |
skip AGP detection |
|
| noapic |
skip APIC detection |
|
| noaudio |
skip Audio detection |
|
| noautomount |
skip auto mount (2005-04 Lite) |
|
| noddc |
skip Monitor detection |
|
| nodhcp |
skip dhcp/network broadcast detection |
|
| nodma |
disable DMA (Direct Memory Access) accelleration for ALL IDE-Drives |
|
| nodvb |
do not load DVB drivers (2005-04-Lite) |
|
| noeject |
Do not eject CD after halt |
|
| nofc |
skip Fritzcard detection (2005-04 Lite) |
|
| nofirewire |
skip Firewire detection |
|
| nofloppy |
skip Floppy detection |
|
| noisapnpbios |
skip ISA Plug and Play |
|
| nomce |
disable Machine Check Exception |
|
| noml |
skip Monitor modelines detection |
|
| nomodem |
skip winmodem detection (2005-04 Lite) |
|
| nopcmcia |
skip PCMCIA detection |
|
| nopowernow |
disable Speedstep/Powernow |
|
| noscsi |
skip SCSI detection |
|
| nosmp |
skip symmetric multi processor or Hyperthreading detection |
|
| nosound |
skip sound detection |
|
| notouchpad |
skip Touchpad detection |
|
| nousb |
skip USB detection |
|
| nowhell |
force PS/2 protocol for PS/2 Mouse |
|
| pci | noacpi |
skip acpi detection for pci devices |
| quiet |
boot in silent mode |
|
| resume | /dev/hdaX |
enable suspend mode |
| resume2 | /dev/hdaX |
enable suspend mode |
| screen | 1280x1024 (e.g.) |
use specified screen resolution for X |
| scsiisa |
enable ISA SCSI driver (2005-04 Lite) |
|
| testcd |
Check CD data integrity |
|
| unionfs |
enable union fille system |
|
| vga | normal |
no-framebuffer mode, but X Codes (see GrubVgaCodes* below) |
| vsync | 60 |
use 60 Hz vertical refresh rate for X |
| xmodule | ati |
use generic ATI driver |
| fbdev |
use generic framebuffer driver |
|
| i810 |
use generic intel driver |
|
| mga |
use generic Matrox driver |
|
| nv |
use generic nvidia driver |
|
| radeon |
use generic ATI radeon driver |
|
| savage |
use generic S3 savage driver |
|
| vesa |
use generic vesa driver |
|
| xhrefresh | 80 |
use 80 kHz horizontal refresh rate for X (s. hsync) |
| xvrefresh | 60 |
use 60 Hz vertical refresh rate for X (s. vsync) |
| xkeyboard | us |
specify X keyboard |
*GrubVGACodes: vga options and codes:
hex:
| colours | 640x480 | 800x600 | 1024x768 | 1280x1024 |
| 256 | 0x101 | 0x103 | 0x105 | 0x107 |
| 32k | 0x110 | 0x113 | 0x116 | 0x119 |
| 64k | 0x111 | 0x114 | 0x117 | 0x11A |
| 16M | 0x112 | 0x115 | 0x118 | 0x11B |
dec:
| colours | 640x480 | 800x600 | 1024x768 | 1280x1024 |
| 256 | 257 | 259 | 261 | 263 |
| 32k | 272 | 275 | 278 | 281 |
| 64k | 273 | 276 | 279 | 282 |
| 16M | 274 | 277 | 280 | 283 |
VESA:
| colours | 640x480 | 800x600 | 1024x768 | 1280x1024 | 1600x1200 |
| 256 | 769 | 771 | 773 | 775 | 796 |
| 32k | 784 | 787 | 790 | 793 | 797 |
| 64k | 785 | 788 | 791 | 794 | 798 |
| 16M | 786 | 789 | 792 | 795 | 799 |
Content | 1 What is Kanotix? | 2 How to burn a Kanotix-CD | 3 Installation | 4 Configuration | 5 Kanotix Update | 6 Appendix I | 7 Appendix II