home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 February / PCpro_2006_02.ISO / boot / grub / boot_menu / help.en < prev    next >
Encoding:
Text File  |  2005-11-15  |  3.4 KB  |  60 lines

  1. helpUsing the Help SystemThe boot loader online help is context sensitive. It gives information about the selected menu item or, if you are editing boot options, it tries to look up information about the option in which the cursor is positioned.
  2.  
  3. Navigation Keys
  4.  
  5.   Up Arrow: highlight previous link
  6.   Down Arrow: highlight next link
  7.   Left Arrow, Backspace: return to previous topic
  8.   Right Arrow, Enter, Space: follow link
  9.   Page Up: scroll up one page
  10.   Page Down: scroll down one page
  11.   Home: go to page start
  12.   End: go to page end
  13.   Esc: leave help
  14.  
  15. Return to optBootOptionsstartupSplash Mode SelectionF3 lets you change the splash screen mode. You can use the o_splashsplash kernel option directly, if you prefer.
  16.  
  17. native turns the splash screen off (same as splash=0)
  18.  
  19. silent suppresses all kernel and boot messages and shows a progress bar instead
  20.  
  21. verbose shows nice picture and kernel and boot messages
  22.  
  23. Return to optBootOptionskeytableLanguage and Keyboard Layout SelectionPress F2 to change language and keyboard layout the boot loader uses.
  24.  
  25. Return to optBootOptionsprofileChoose ProfilePress F4 to select a profile. Your system will be started using the configuration saved in this profile.
  26.  
  27. Return to optBootOptionsoptBoot Optionso_splashsplash -- influence the behavior of the splash screen
  28.   o_apmapm -- toggle power management
  29.   o_acpiacpi -- advanced configuration and power interface
  30.   o_ideide -- control the IDE subsystemo_splashKernel Options: splashThe splash screen is the picture shown during system start-up.
  31.  
  32. splash=0
  33. The splash screen is switched off. This may be useful with very old monitors or if some error occurs.
  34.  
  35. splash=verbose
  36. Activates splash, kernel and boot messages are still shown.
  37.  
  38. splash=silent
  39. Activates splash, but no messages. Instead a progress bar is drawn.
  40.  
  41. Return to optBootOptionso_apmKernel Options: apmAPM is one of the two power management strategies used on current computers. It is mainly used with laptops for functions like suspend to disk, but it may also be responsible for switching off the computer after power down. APM relies on a correct working BIOS. If the BIOS is broken, APM may have only limited use or even prevent the computer from working. Therefore, it may be switched off with the parameter
  42.  
  43.   apm=off -- switch off APM completely
  44.  
  45. Some very new computers may benefit more from the newer o_acpiACPI.
  46.  
  47. Return to optBootOptionso_acpiKernel Options: acpiACPI (Advanced Configuration and Power Interface) is a standard that defines power and configuration management interfaces between an operating system and the BIOS. By default, acpi is switched on when a BIOS is detected that is newer than from year 2000. There are several commonly used parameters to control the behavior of ACPI:
  48.  
  49.   pci=noacpi -- do not use ACPI to route PCI interrupts   acpi=oldboot -- only the parts of ACPI that are relevant for booting remain activated
  50.   acpi=off -- switch off ACPI completely
  51.   acpi=force -- switch on ACPI even if your BIOS is dated before 2000
  52.  
  53. Especially on new computers, it replaces the old o_apmapm system.
  54.  
  55. Return to optBootOptionso_ideKernel Options: ideIDE is, unlike SCSI, commonly used in most desktop workstations. To circumvent some hardware problems that occur with IDE systems, use the kernel parameter:
  56.  
  57.   ide=nodma -- switch off dma for IDE drives
  58.  
  59.  
  60. Return to optBootOptions.