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-FAQ.txt < prev    next >
Encoding:
Text File  |  2004-08-04  |  7.8 KB  |  187 lines

  1.           FREQUENTLY ASKED QUESTIONS AND ANSWERS ABOUT INSERT
  2. ==========================================================================
  3.                  (sorted by frequency of questions)
  4.  
  5. Q: How do I get the CD/current beta?
  6.  
  7. A: Several possibilities:
  8.     a) Download from http://www.insert.cd 
  9.     b) Send us an e-mail to receive a copy of the newest version
  10.            of INSERT on Credit card-sized CD-ROM for a cost-covering
  11.            fee of EUR 10,- (additional shipping costs may arise).
  12.  
  13. ---
  14. Q: How do I burn a bootable CD in Windows?
  15.  
  16. A: This question does not really belong into a INSERT-FAQ. Of course the
  17. answer depends on the individual program you are using to burn CDs, but
  18. all common CD-Writing programs should support the option of burning
  19. bootable ISO-Images, you probably just have to find the right menu option.
  20.  
  21. ---
  22.  
  23. Q: Why is my favourite software xyz not present on the CD? Can't you
  24. add it in future versions of the download version? It doesn't cost
  25. anything!
  26.  
  27. A: Space is VERY limited on this sort of media. Apart from that we 
  28. like to keep the download as small as possible. Please feel free 
  29. to write an e-mail to insert@inside-security.de. Maybe we can add 
  30. the piece of software you would like to see on the CD. Your chances 
  31. are getting better the smaller it is:)
  32. All licenses must guarantee that the CD can still be downloaded,
  33. modified and copied, free of charge. Licenses that don't allow
  34. incorporation into such a CD can't be accepted by us, at least not
  35. for the freely available/downloadable versions of INSERT. That also
  36. applies to licenses that would force the recipients to sign another
  37. agreement before download, or even pay royalty fees, and licenses that
  38. do not allow the CD to be distributed commercially (for example,
  39. customization, copying and mailing of the CD for an appropriate fee
  40. for the work done is commercial distribution). Almost all programs
  41. on the CD fall under the GPL or similar Open Source licenses, which
  42. provide a lot of freedom for the recipients of the software (see also
  43. http://www.gnu.org/licenses/gpl.html). Exceptions regarding software
  44. that may, due to the wish of the vendor, only be distributed in binary
  45. form, are still tolerable if they fall under a liberal license that
  46. allows non-commercial as well as commercial distribution of the CD
  47. without essential restrictions. Please check the license of your
  48. software carefully before writing a recommendation for inclusion in
  49. future versions of INSERT to the developer team.
  50.  
  51. ---
  52.  
  53. Q: My computer won't boot from CD. What should I do?
  54.  
  55. A: Look in your computer's BIOS to see whether it's set to boot from CD
  56. (on most computers you need to push the "delete" key during the RAM test).
  57. If this is already set, your computer may not be able to read the CD (some
  58. notebooks have problems with black-coated CD's, for example). Some
  59. computers will only use the new BIOS settings after a hard reset.
  60.  
  61. ---
  62.  
  63. Q: I downloaded INSERT via WWW or got a downloaded version from a friend. 
  64. My PC will boot off of it, but the bootup stalls after a bit or I only 
  65. see the background picture, and nothing else happens. What's going on?
  66.  
  67. A: You possibly only got a partial download, or the download was
  68. (silently) interrupted. If this is the case the ISO image is defective,
  69. and the data in the missing parts cannot be accessed (sometimes one can
  70. even "hear" this because of the sound the CD-ROM drive makes due to
  71. repeated read attempts). This is fatal because the directory tree is
  72. written at the beginning of the CD, so it is usually complete. Thus,
  73. you can correctly read the directory tree of the CD. However, reading the
  74. actual contents of the missing parts is impossible (in other words,
  75. accessing the contents fails). Some possible solutions can be found in the
  76. section "What are MD5 files?" and "How can I get the CD?".
  77.  
  78. ---
  79.  
  80. Q: What are these strange MD5 files that accompany the ISO CD images?
  81.  
  82. A: The files with the .md5 extension contain checksums for the actual CD
  83. images. A checksum is a "matching number" for checking files. One can
  84. verify that the file matches its original down to the smallest detail.
  85. When you download both the ISO image for the CD and its corresponding .md5
  86. file, you can verify that your download was complete and that the contents
  87. are unchanged by typing "md5sum -c filename.md5" under Linux/Unix. Further
  88. information about MD5 and programs for various OS's can be found at
  89. http://www.fourmilab.ch/md5/. You can download a Windows(TM) version at
  90. http://www.toast442.org/md5gui.shtml.
  91.  
  92. ---
  93.  
  94. Q: What is the root password?
  95.  
  96. A: There is none; all passwords are locked by default. There are several
  97. sections you can read dealing with this subject in
  98. INSERT/README_Security.txt.
  99.  
  100. ---
  101.  
  102. Q: After I've used INSERT, my "other" OS suddenly shows a blue screen
  103. with the message "File kernel.exe not found or defective" and
  104. "reinstall..." shortly after boot.
  105.  
  106. A: Simply take the INSERT CD out of the CD-Rom drive and restart the
  107. computer.
  108.  
  109. ---
  110.  
  111. Q: Auto configuration doesn't work on my computer, or the computer hangs
  112. at boot. What should I do?
  113.  
  114. A: It might work if portions of the auto configuration are skipped. This
  115. can be specified with "insert noscsi" or "insert nopcmcia". Sometimes the 
  116. output of "lspci ; lspci -n" is very helpful, especially if the problem 
  117. involves incorrectly identified graphics cards.
  118.  
  119. ---
  120.  
  121. Q: My graphics card doesn't work!
  122.  
  123. A: It may be that very new (or exotic) graphics cards are not in the
  124. hardware database yet. These will still usually work under Linux! You can
  125. type
  126.     insert xmodule=vesa
  127. or
  128.     insert xmodule=fbdev
  129. at the first boot screen, and the initial un-accelerated XFree86 modes
  130. will produce a usable screen. Also there is a frame buffer boot option 
  131. (especially for older notebooks):
  132.     fb800x600 (instead of typing in insert), 
  133. which uses a resolution of 800x600 pixels in frame buffer mode. 
  134. Regardless of whether these workarounds are successful or not, support 
  135. can be built into the next version of INSERT more quickly if (as in the 
  136. previous question) the PCI numbers of the graphics card along with a 
  137. description can be sent to us via mail ("lspci ; lspci -n").
  138.  
  139. ---
  140.  
  141. Q: My PS/2 mouse doesn't work!
  142.  
  143. A: If the mouse pointer in the graphical user window is erratically moving
  144. around everywhere, the attached mouse is using an exotic protocol. Only
  145. booting into "expert" mode and setting the correct protocol for the XFree
  146. system will help in this case. However, if the pointer appears in the
  147. middle of the screen and doesn't respond to mouse movements at all, you
  148. probably have a board with a known BIOS bug (lately this problem has been
  149. appearing frequently with notebooks). Try to type in
  150.     insert pci=irqmask=0x0e98
  151. at the boot screen and see if this helps. Alternatively, you can find a
  152. BIOS update for your computer (you may want to do this anyway?).
  153.  
  154. ---
  155.  
  156. Q: How do I get support for my wheelmouse's mousewheel?
  157.       
  158. A: Type
  159.     insert wheelmouse
  160. at the boot prompt. Unfortunately, wheelmice cannot be auto-detected, and
  161. the wheelmouse protocol is incompatible with the standard ps/2 protocol.
  162. Therefore, the "normal" ps/2 protocol (without mousewheel support) is the
  163. safe default.
  164.  
  165. ---
  166.  
  167. Q: My system memory is not fully detected, or the computer hangs shortly
  168. after starting with the message "Panic: cannot mount root file system"!
  169.  
  170. A: Some boards apparently report the usable memory size incorrectly to
  171. the Linux kernel. Solution: specify the system memory size as an
  172. additional "insert" boot option. For example, for 128 Megabytes use
  173.     insert mem=128M
  174. (Note: make certain an upper-case M is typed after the memory size!)
  175.  
  176. ---
  177.  
  178. Q: I cannot eject the CD-ROM when the system is running?
  179.  
  180. A: Sure, because it is running from the CD;) But you can use the boot 
  181. option
  182.      insert toram
  183. to copy the whole system to memory during boot time (supposing there 
  184. is enough memory available - should work on a 128M system). Having 
  185. done so you can safely eject the CD-ROM, e.g. to burn a backup with 
  186. 'burncenter' if it's a burning device.
  187.