home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 August / knoppix-std.iso / KNOPPIX / knoppix-cheatcodes.txt < prev    next >
Encoding:
Text File  |  2003-08-19  |  7.1 KB  |  129 lines

  1.                      CHEATCODES AND HINTS FOR KNOPPIX V3.2
  2. ==============================================================================
  3.                          (last update: 16.05.2003)
  4.  
  5. These options (can be combined) work from the SYSLINUX bootprompt:
  6.  
  7. knoppix lang=cn|de|da|es|fr|it|nl   specify language/keyboard
  8. knoppix lang=pl|ru|sk|tr|tw|us      specify language/keyboard
  9. knoppix alsa (or alsa=es1938)       Use ALSA sound driver (at your own risk)
  10. knoppix desktop=fluxbox|icewm       Use specified WM instead of KDE
  11. knoppix desktop=kde|larswm|twm      Use specified WM instead of KDE
  12. knoppix desktop=wmaker|xfce         Use specified WM instead of KDE
  13. knoppix screen=1280x1024            Use specified Screen resolution for X
  14. knoppix xvrefresh=60 (or vsync=60)  Use 60 Hz vertical refresh rate for X
  15. knoppix xhrefresh=80 (or hsync=80)  Use 60 kHz horizontal refresh rate for X
  16. knoppix xserver=XFree86|XF86_SVGA   Use specified X-Server
  17. knoppix xmodule=ati|fbdev|i810|mga  Use specified XFree4-Module (1)
  18. knoppix xmodule=nv|radeon|savage|s3 Use specified XFree4-Module (2)
  19. knoppix xmodule=radeon|svga|i810    Use specified XFree4-Module (3)
  20. knoppix 2                           Runlevel 2, Textmode only
  21. knoppix floppyconfig                Run "knoppix.sh" from a floppy
  22. knoppix myconf=/dev/sda1            Run "knoppix.sh" from a partition
  23. knoppix myconf=scan                 Try to find "knoppix.sh" automatically
  24. knoppix home=/dev/sda1/knoppix.img  Mount loopback file as /home/knoppix
  25. knoppix home=scan                   Try to find knoppix homedir automatic.
  26. knoppix no{apic,agp,apm,audio,ddc}  Skip parts of HW-detection (1)
  27. knoppix no{firewire,pcmcia,scsi}    Skip parts of HW-detection (2)
  28. knoppix no{swap,usb}                Skip parts of HW-detection (3)
  29. failsafe                            Boot with (almost) no HW-detection
  30. knoppix pci=irqmask=0x0e98          Notebooks, if PS/2 mouse doesn't work
  31. knoppix pci=bios                    Workaround for bad PCI controllers
  32. knoppix ide2=0x180 nopcmcia         Boot from PCMCIA-CD (transmeta notebooks)
  33. knoppix mem=128M                    Specify Memory size in MByte
  34. knoppix dma                         Enable DMA for ALL IDE-Drives
  35. knoppix noeject                     Do NOT eject CD after halt
  36. knoppix-txt                         No framebuffer at startup
  37. knoppix vga=normal                  No-framebuffer mode, but X
  38. knoppix blind                       Start Braille-Terminal (no X)
  39. knoppix brltty=type,port,table      Parameters for Braille device
  40. knoppix wheelmouse                  Enable IMPS/2 protocol for wheelmice
  41. knoppix nowheelmouse                Force plain PS/2 protocol for PS/2-mouse
  42. fb1280x1024                         Use fixed framebuffer graphics
  43. fb1024x768                          Use fixed framebuffer graphics
  44. fb800x600                           Use fixed framebuffer graphics
  45. knoppix keyboard=us xkeyboard=us    Use different keyboard (text/X)
  46. knoppix testcd                      Check CD data integrity and md5sums
  47. expert                              Interactive setup for experts
  48.  
  49. Hint: Using the default DE-bootimage, SYSLINUX boots with german keyboard
  50. layout. The '=' letter is located at Shift-0 on this keyboard (just in
  51. case you want to change keyboard and language with lang=us).
  52.  
  53. If your KNOPPIX CD makes strange noises during boot, or you see
  54. frequent errors like "cloop: read error", or programs on your KDE
  55. desktop keep crashing randomly, then your CD image is probably defective
  56. or incomplete, or your CD-burner created a defective CD due to wrong
  57. writing speed or bad media. This is the most common error reported.
  58. Please boot with "knoppix testcd" to check if the CD is OK, and/or even
  59. better, verify the MD5 checksums that are present on the mirrors before
  60. writing the CD. Also, please read the KNOPPIX-FAQ.
  61.  
  62. In case of a failing hardware autodetection, try booting with any of
  63. the "no-" options as shown in the table above, like in
  64.    knoppix noagp noddc noapm noapic nodma nopcmcia noscsi nousb
  65. to skip some critical parts of the autodetection system.
  66.  
  67. The "noswap" option is useful for a forensic analysis without touching
  68. existing swap partitions.
  69.  
  70. Some Boards apparently don't pass the proper memory size to the 
  71. linux-kernel. It may cause the message "Panic: cannot mount root file 
  72. system" and the system hangs. Use "knoppix mem=128M" to solve that 
  73. problem if your system has 128MByte memory for example (caution:
  74. you MUST use a capital "M" here).
  75.  
  76. Try "knoppix pci=irqmask=0x0e98" if (you have a notebook and) your PS/2
  77. mouse doesn't work. (Possibly caused by a BIOS-flaw on your board.)
  78.  
  79. The "expert" mode provides a very simple and not yet well tested interface
  80. to loading additional Kernel modules from floppy disks (ext2 or vfat),
  81. plus interactive configuration of mouse/keyboard/soundcard/xserver.
  82. "expert" mode supports the same boot options as "knoppix".
  83.  
  84. The "floppyconfig" or "myconfig=/dev/partition" options allow you to
  85. reconfigure the system after autoconfiguration by running a bourne
  86. shell script called "knoppix.sh" from the root directory on the given
  87. device (or floppy). There is a GUI to create such a configuration
  88. floppy disk calles "saveconfig" (also located in the KDE menu under
  89. "KNOPPIX", but experts also know how to do this by creating their own
  90. shellscripts. From Version 2.1 and up, a file called "knoppix.sh", if
  91. located in the toplevel KNOPPIX directory on CD, will also be executed
  92. at startup. This makes ist easier to create customized versions without
  93. having to change anything on the compressed filesystem KNOPPIX/KNOPPIX.
  94.  
  95. Starting from Version 2.0, SCSI-Emulation is active for all CD-Roms,
  96. so IDE CD-Writers should work with the installed versions of cdrecord
  97. and cdrdao (or the graphical frontends thereof, cdbakeoven, xcdroast
  98. and gcombust).
  99.  
  100. If your BIOS does not support el torito booting from CD, you can create
  101. a bootable floppy disk by issuing (on Linux)
  102. dd if=mounted_cdrom_directory/KNOPPIX/boot.img of=/dev/fd0 bs=18k
  103. or, in case of DOS, use the rawrite.exe program provided in the
  104. KNOPPIX directory on CD.
  105.  
  106. If you wish to remaster the CD, please don't forget to specify
  107.     -b KNOPPIX/boot.img
  108. for the german version of the bootfloppy, or
  109.     -b KNOPPIX/boot-en.img
  110. for the english version, as option to mkisofs. Otherwise your CD
  111. won't be bootable. The directory KNOPPIX, containig the compressed
  112. filesystem file "KNOPPIX", must be located in the top level
  113. directory of the CD.
  114.  
  115. Caution: X-Screensaver: Don't start xlock or any screensaver that
  116. requires a password. There are no default passwords on KNOPPIX,
  117. i.e. all accounts are LOCKED unless you explicitly set a password.
  118. See also README_Security.txt about this issue.
  119. If you accidentially hit the screensaver button in KDE,
  120. switch to one of the textconsoles by Control-Alt-F1 and kill
  121. the screensaver (or just set a password for the knoppix user).
  122.  
  123. If you would like to edit your X-Server configuration manually
  124. (/etc/X11/XF86Config-4 for XFree86 V4.x), use "knoppix 2" to boot
  125. into runlevel 2 (textmode only) and type "ls /usr/X11R6/bin/XF*"
  126. to see a list of all available X-Servers. Once you verified
  127. that your X-Server is working correctly, you can run the X startup
  128. script with "/etc/init.d/xsession start".
  129.