summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2025-05-30 20:38:43 +0300
committerYuri Chornoivan <yurchor@ukr.net>2025-05-30 20:38:43 +0300
commitc6589a1036042dbe84d4129e7ba92db2525335bb (patch)
treec977e832574637544e2285e8f8cd7ddc51fed023 /Makefile
parent3264eae94bcca50126624da9b6db57f966a251e7 (diff)
downloadindexhtml-c6589a1036042dbe84d4129e7ba92db2525335bb.tar
indexhtml-c6589a1036042dbe84d4129e7ba92db2525335bb.tar.gz
indexhtml-c6589a1036042dbe84d4129e7ba92db2525335bb.tar.bz2
indexhtml-c6589a1036042dbe84d4129e7ba92db2525335bb.tar.xz
indexhtml-c6589a1036042dbe84d4129e7ba92db2525335bb.zip
Update Brazilian Portuguese translation from Tx
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<body>

<!-- help=boot -->

<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="help">Using the Help System</a></h3>

The 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.<br>
<br>
Navigation Keys<br><br>

  <em>Up Arrow</em>: highlight previous link<br>
  <em>Down Arrow</em>: highlight next link<br>
  <em>Left Arrow</em>, <em>Backspace</em>: return to previous topic<br>
  <em>Right Arrow</em>, <em>Enter</em>, <em>Space</em>: follow link<br>
  <em>Page Up</em>: scroll up one page<br>
  <em>Page Down</em>: scroll down one page<br>
  <em>Home</em>: go to page start<br>
  <em>End</em>: go to page end<br>
  <em>Esc</em>: leave help<br>

<br>Return to <a href="#opt">Boot Options</a>


<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="keytable">Language and Keyboard Layout Selection</a></h3>

Press <em>F2</em> to change language and keyboard layout the boot loader uses.

<br><br>Return to <a href="#opt">Boot Options</a>


<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="profile">Choose Profile</a></h3>

Press <em>F3</em> to select a profile. Your system will be started using the
configuration saved in this profile.

<br><br>Return to <a href="#opt">Boot Options</a>


<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="opt">Boot Options</a></h3>

  <a href="#o_splash">splash</a> -- influence the behavior of the splash screen<br>
  <a href="#o_apm">apm</a> -- toggle power management<br>
  <a href="#o_acpi">acpi</a> -- advanced configuration and power interface<br>
  <a href="#o_ide">ide</a> -- control the IDE subsystem<br>

<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="o_splash">Kernel Options: splash</a></h3>

The splash screen is the picture shown during system start-up.<br>
<br>
<em>splash=0</em><br>
The splash screen is switched off. This may be useful
with very old monitors or if some error occurs.<br>
<br>
<em>splash=verbose</em><br> Activates splash, kernel and boot messages are 
still shown.<br>
<br>
<em>splash=silent</em><br>
Activates splash, but no messages. Instead a progress bar is drawn.<br>
<br>
Return to <a href="#opt">Boot Options</a>


<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="o_apm">Kernel Options: apm</a></h3>

APM 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<br><br>

  <em>apm=off</em>  -- switch off APM completely<br><br>

Some very new computers may benefit more from the newer
<a href="#o_acpi">ACPI</a>.

<br><br>Return to <a href="#opt">Boot Options</a>


<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="o_acpi">Kernel Options: acpi</a></h3>

ACPI (Advanced Configuration and Power Interface) is a
standard that defines power and configuration management interfaces
between an operating system and the BIOS. By default, <em>acpi</em> 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:<br>
<br>
  <em>pci=noacpi</em> -- do not use ACPI to route PCI interrupts
  <em>acpi=oldboot</em> -- only the parts of ACPI that are relevant
for booting remain activated<br>
  <em>acpi=off</em> -- switch off ACPI completely<br>
  <em>acpi=force</em> -- switch on ACPI even if your BIOS is dated
before 2000<br>
<br>
Especially on new computers, it replaces the old
<a href="#o_apm">apm</a> system.


<br><br>Return to <a href="#opt">Boot Options</a>


<hr><!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<h3><a name="o_ide">Kernel Options: ide</a></h3>

IDE is, unlike SCSI, commonly used in most desktop workstations.
To circumvent some hardware problems that occur with IDE systems, use the
kernel parameter: <br><br> 

  <em>ide=nodma</em>  -- switch off dma for IDE drives<br>



<br><br>Return to <a href="#opt">Boot Options</a>.

</body></html>