home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 1 / PCNET_CD_2006_10_1.iso / linux / INSERT-1.3.5a_en.iso / INSERT / insert-cheatcodes.txt next >
Encoding:
Text File  |  2005-06-29  |  6.3 KB  |  126 lines

  1.                   CHEATCODES AND HINTS FOR INSERT v1.3.5a
  2. ==============================================================================
  3.                          (last update: 25.05.2005)
  4.  
  5. These options (can be combined) work from the ISOLINUX bootprompt:
  6.  
  7. insert lang=be|ch|da|dk|en|es|pt|uk|us    specify language/keyboard
  8. insert toram                Copy CD to RAM and run from there
  9. insert xsetup                Start xsetup.sh to configure graphics
  10. insert 2                Runlevel 2, Textmode only
  11. insert proxy=IP:Port            Set proxy host:port
  12.        puser=joepublic            Set proxy user
  13.        pport=passwort            Set proxy password
  14. insert keyboard=en xkeyboard=en        Use different keyboard (text/X)
  15. insert floppyconfig            Run "insert.sh" from a floppy
  16. insert myconf=/dev/sda1            Run "insert.sh" from a partition
  17. insert myconf=scan (or config=scan)    Try to find "insert.sh" automatically
  18. insert home=/dev/sda1/insert.img    Mount loopback file as /home/insert
  19. insert home=scan            Automatic search for insert homedir
  20. insert no{apic,agp,apm,dma}        Skip parts of HW-detection (1)
  21. insert no{firewire,pcmcia,scsi}        Skip parts of HW-detection (2)
  22. insert no{swap,usb}            Skip parts of HW-detection (3)
  23. failsafe                Boot with (almost) no HW-detection
  24. insert pci=irqmask=0x0e98        Try this, if PS/2 mouse doesn't work *)
  25. insert pci=bios                Workaround for bad PCI controllers
  26. insert ide2=0x180 nopcmcia        Boot from PCMCIA-CD-Rom (some notebooks)
  27. insert mem=128M                Specify Memory size in MByte
  28. insert noeject                Do NOT eject CD after halt
  29. insert noprompt                Do NOT prompt to remove the CD
  30. insert vga=normal            No-framebuffer mode, but X
  31. insert blind                Start Braille-Terminal (no X)
  32. insert brltty=type,port,table        Parameters for Braille device
  33. insert wheelmouse            Enable IMPS/2 protocol for wheelmice
  34. insert nowheelmouse            Force plain PS/2 protocol for PS/2-mouse
  35. insert tohd=/dev/hda1            Copy CD to HD partition and run from there
  36. insert fromhd=/dev/hda1            Boot from previously copied CD-Image
  37. insert testcd                Check CD data integrity and md5sums
  38. expert                    Interactive setup for experts
  39.  
  40. Hint: Using the default DE-bootimage, ISOLINUX boots with german keyboard
  41. layout. The '=' letter is located at Shift-0 on this keyboard (just in
  42. case you want to change keyboard and language with lang=us).
  43. Vice versa, if you're using the EN-bootimage and a German keyboard, you 
  44. will find the letter "=" on the key "".
  45.  
  46. *) Try "insert pci=irqmask=0x0e98" if (you have a notebook and) your
  47. PS/2 mouse doesn't work. (Possibly caused by a BIOS-flaw on your board,
  48. BIOS updates can help.) Sometimes, switching to the text console with
  49. Control-Alt-F1 and back to the X-screen with Control-F5 solves the
  50. problem without rebooting, since the X server reinitializes the mouse
  51. driver during that procedure.
  52.  
  53. If your insert 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 "insert 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. In some cases, defective IDE controllers cause this
  61. error if you have DMA enabled. Also, please read the INSERT-FAQ.
  62.  
  63. In case of a failing hardware autodetection, try booting with any of
  64. the "no-" options as shown in the table above, like in
  65.    insert noagp noaudio noddc noapm noapic nodma nopcmcia noscsi nousb
  66. to skip some critical parts of the autodetection system.
  67.  
  68. The "noswap" option is useful for a forensic analysis without touching
  69. existing swap partitions.
  70.  
  71. Some Boards apparently don't pass the proper memory size to the 
  72. linux-kernel. It may cause the message "Panic: cannot mount root file 
  73. system" and the system hangs. Use "insert mem=128M" to solve that 
  74. problem if your system has 128MByte memory for example (caution:
  75. you MUST use a capital "M" here).
  76.  
  77. The "expert" mode provides a very simple interface to loading additional
  78. Kernel modules from floppy disks (ext2 or vfat), plus interactive
  79. configuration of mouse/keyboard/soundcard/xserver. "expert" mode supports
  80. the same boot options as "insert".
  81.  
  82. The "floppyconfig" or "(my)config=/dev/partition" options allow you to
  83. reconfigure the system after autoconfiguration by running a bourne
  84. shell script called "insert.sh" from the root directory on the given
  85. device (or floppy). There is a GUI to create such a configuration
  86. floppy disk calles "saveconfig" (also located in the KDE menu under
  87. "INSERT", but experts also know how to do this by creating their own
  88. shellscripts. From Version 2.1 and up, a file called "insert.sh", if
  89. located in the toplevel INSERT directory on CD, will also be executed
  90. at startup. This makes ist easier to create customized versions without
  91. having to change anything on the compressed filesystem INSERT/INSERT.
  92.  
  93. SCSI-Emulation is active for all CD-Roms, so IDE CD-Writers should
  94. work with the installed versions of cdrecord and cdrdao (or the
  95. graphical frontends thereof, k3b for example).
  96.  
  97. If your BIOS does not support el torito booting from CD, you can create
  98. a bootable floppy disk by issuing (on Linux)
  99. dd if=/cdrom/INSERT/boot.img of=/dev/fd0 bs=18k
  100. or, in case of DOS, use the rawrite.exe program provided in the
  101. INSERT directory on CD.
  102.  
  103. If you wish to remaster the CD, please don't forget to specify
  104.     -b INSERT/boot.img
  105. for the german version of the bootfloppy, or
  106.     -b INSERT/boot-en.img
  107. for the english version, as option to mkisofs. Otherwise your CD
  108. won't be bootable. The directory INSERT, containig the compressed
  109. filesystem file "INSERT", must be located in the top level
  110. directory of the CD.
  111.  
  112. Caution: X-Screensaver: Don't start xlock or any screensaver that
  113. requires a password. There are no default passwords on INSERT,
  114. i.e. all accounts are LOCKED unless you explicitly set a password.
  115. See also README_Security.txt about this issue.
  116. If you accidentially hit the screensaver button in KDE,
  117. switch to one of the textconsoles by Control-Alt-F1 and kill
  118. the screensaver (or just set a password for the insert user).
  119.  
  120. If you would like to edit your X-Server configuration manually
  121. (/etc/X11/XF86Config-4 for XFree86 V4.x), use "insert 2" to boot
  122. into runlevel 2 (textmode only) and, after changing the X
  123. configuration, start the X environment with "init 5". Note that
  124. you can always leave the graphical environment with "init 2", and
  125. restart it later with "init 5".
  126.