haiku/docs/userguide/sv_SE/bootloader.html

180 lines
12 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="sv-SE" xml:lang="sv-SE">
<head>
<!--
*
* Copyright 2008-2020, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
* Translators:
* deejam
* Victor Widell
* Humdinger
* Jimmy Olsson
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Starthanteraren</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>Användarhandbok</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now">Svenska&nbsp;<span class="dropdown-caret">&#9660;</span></li>
<li><a href="../id/bootloader.html">Bahasa Indonesia</a></li>
<li><a href="../ca/bootloader.html">Català</a></li>
<li><a href="../de/bootloader.html">Deutsch</a></li>
<li><a href="../en/bootloader.html">English</a></li>
<li><a href="../es/bootloader.html">Español</a></li>
<li><a href="../fr/bootloader.html">Français</a></li>
<li><a href="../fur/bootloader.html">Furlan</a></li>
<li><a href="../it/bootloader.html">Italiano</a></li>
<li><a href="../hu/bootloader.html">Magyar</a></li>
<li><a href="../pl/bootloader.html">Polski</a></li>
<li><a href="../pt_PT/bootloader.html">Português</a></li>
<li><a href="../pt_BR/bootloader.html">Português (Brazil)</a></li>
<li><a href="../ro/bootloader.html">Română</a></li>
<li><a href="../sk/bootloader.html">Slovenčina</a></li>
<li><a href="../fi/bootloader.html">Suomi</a></li>
<li><a href="../tr/bootloader.html">Türkçe</a></li>
<li><a href="../zh_CN/bootloader.html"> 中文 [中文]</a></li>
<li><a href="../ru/bootloader.html">Русский</a></li>
<li><a href="../uk/bootloader.html">Українська</a></li>
<li><a href="../jp/bootloader.html">日本語</a></li>
</ul>
<span>
<!-- « <a href="installation.html">Installing Haiku</a>
:: -->
<a href="contents.html" class="uplink">Innehållsförteckning</a>
:: <a href="filesystem-layout.html">Filesystem layout</a> »
</span></div>
</div>
<div id="content">
<div>
<div class="box-info">Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.</div>
<h1>Starthanteraren</h1>
<p>Haiku's Boot Loader Options can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see <a href="#troubleshooting">Troubleshooting</a> below.</p>
<p>För att få fram valen i Boot Loader måste du tycka på, och fortsätta hålla ner tangenten <span class="key">SKIFT</span> innan Haikus startprocess. Om du har en boot manager installerad kan du börja hålla ner <span class="key">SKIFT</span> innan du väljer att starta Haiku. Om Haiku är det enda installerade operativsystemet på datorn kan du börja hålla ner tangenten när du fortfarande ser startmeddelanden från BIOS. </p>
<div class="box-info">On computers that use UEFI for booting instead of the classic BIOS, you need to use the <span class="key">SPACEBAR</span> instead.</div>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="options" name="options">Boot Loader Options</a></h2>
<p>När den kommit fram erbjuds du fyra menyer:</p>
<table summary="bootloader menus" border="0" cellspacing="0" cellpadding="2">
<tr><td><b>Select boot volume</b></td><td> </td><td>Choose which Haiku installation/state to start (see <a href="#troubleshooting">Troubleshooting</a> below).</td></tr>
<tr><td><b>Select safe mode options</b></td><td> </td><td>There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.</td></tr>
<tr><td></td><td></td><td>
<p><span class="menu">Safe mode</span><br />
Puts the system into safe mode. This can be enabled independently from the other options.</p>
<p><span class="menu">Disable user add-ons</span><br />
Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See <a href="#troubleshooting">Troubleshooting</a> below.</p>
<p><span class="menu">Disable IDE DMA</span><br />
Disables IDE DMA, increasing IDE compatibility at the expense of performance.</p>
<p><span class="menu">Ignore memory beyond 4 GiB</span><br />
Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file.
</p>
<p><span class="menu">Use fail-safe graphics driver</span><br />
The system will use VESA mode and won't try to use any video graphics drivers.</p>
<p><span class="menu">Disable IO-APIC</span><br />
Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.</p>
<p><span class="menu">Disable local APIC</span><br />
Disables using the local APIC, also disables SMP.</p>
<p><span class="menu">Disable X2APIC</span><br />
Disables second generation APIC.</p>
<p><span class="menu">Disable SMEP and SMAP</span><br />
Disables SMEP/SMAP security features of the CPU.</p>
<p><span class="menu">Disable SMP</span><br />
Disables all but one CPU core.</p>
<p><span class="menu">Don't call the BIOS</span><br />
Stops the system from calling BIOS functions.</p>
<p><span class="menu">Disable APM</span><br />
Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.</p>
<p><span class="menu">Disable ACPI</span><br />
Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.</p>
<p><span class="menu">Blacklist entries</span><br />
Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See <a href="#troubleshooting">Troubleshooting</a> below.</p></td></tr>
<tr><td><b>Select debug options</b></td><td> </td><td>Here you'll find several options that help with debugging or getting details for a <a href="../../welcome/en/bugreports.html">bug report</a>. Again, a short explanation for each option is displayed at the bottom.</td></tr>
<tr><td></td><td></td><td>
<p><span class="menu">Enable serial debug output</span><br />
Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).</p>
<p><span class="menu">Enable on screen debug output</span><br />
Display debug output on screen while the system is booting, instead of the normal boot logo.</p>
<p><span class="menu">Disable on screen paging</span><br />
Disables paging when on screen debug output is enabled.</p>
<p><span class="menu">Enable debug syslog</span><br />
Enables a special in-memory syslog buffer for this session that the boot loader will be able to access after rebooting.</p>
<p><span class="menu">Display current boot loader log</span><br />
Displays the debug info the boot loader has logged (press <span class="key">Q</span> to exit the log)</p>
<p><span class="menu">Add advanced debug option</span><br />
Allows advanced debugging options to be entered directly.</p></td></tr>
<tr><td></td><td></td><td>If <span class="menu">Enable debug syslog</span> is activated, a warm reboot after a crash shows these additional options:</td></tr>
<tr><td></td><td></td><td> <p><span class="menu">Save syslog from previous session during boot</span><br />
Saves the syslog from the previous Haiku session to <span class="path">/var/log/previous_syslog</span> when booting.</p>
<p><span class="menu">Display syslog from previous session</span><br />
Displays the syslog from the previous Haiku session.</p>
<p><span class="menu">Save syslog from previous session</span><br />
Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.</p></td></tr>
<tr><td class="onelinetop"><b>Select screen resolution</b></td><td> </td><td>Lets you force a certain screen resolution and color depth.</td></tr>
</table>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="troubleshooting" name="troubleshooting">Troubleshooting</a></h2>
<p>If Haiku refuses to boot on your hardware from the get-go, try out setting different options under <span class="menu">Select safe mode options</span>. Consider filing a <a href="../../welcome/en/bugreports.html">bug report</a> in any case.</p>
<p>On the other hand, if Haiku only suddenly acts up after you have installed some software, especially hardware drivers, you have several options to get Haiku bootable again so you can uninstall the offending package:</p>
<ul>
<li><p>Activating <span class="menu">Safe mode</span> will prevent most servers, daemons and the UserBootscript from being started.</p></li>
<li><p>Activating <span class="menu">Disable user add-ons</span> will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.</p></li>
<li><p>If activating <span class="menu">Use fail-safe graphics driver</span> solves your troubles by falling back to VESA graphics, you can make the setting permanent by removing the <tt>#</tt> of the line <i>#fail_safe_video_mode true</i> in the text file <span class="path">/boot/home/config/settings/kernel/drivers/kernel</span>.</p></li>
<li><p>If the offending driver, add-on etc. is installed in the system hierarchy, things get a bit more complicated, because that area is read-only. Here, the <span class="menu">Blacklist entries</span> comes into play. With it, you can navigate through the whole system hierarchy and disable the component that's messing things up for you by checking an entry with the <span class="key">SPACE</span> or <span class="key">RETURN</span> key. <span class="key">ESC</span> returns you up one level to the parent directory.</p>
<p>Online, there's the article <a href="http://www.haiku-os.org/blog/barrett/2013-12-15_how_permanently_blacklist_package_file">How to Permanently Blacklist a Package File</a> showing how to make that setting stick.</p></li>
<li><p>Under <span class="menu">Select boot volume</span> you can specify what former "version" of Haiku to boot. Every time you un/install a package, the old state is saved and you can boot into it by choosing it from the list presented in the boot loader options.<br />
So, if you encounter boot problems after installing some package, boot a Haiku state from before that time and uninstall the offending package.</p></li>
</ul>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="booting" name="booting">Booting Haiku</a></h2>
<p>Efter att du aktiverat ett eller flera val återvänder du till huvudmenyn och fortsätter med startprocessen som visar dig denna skärm:</p>
<img src="../images/bootloader-images/boot-screen.png" alt="boot-screen.png" />
<p>Om allt är OK tänds symbolerna snabbt, en efter en.<br />
De olika symbolerna motsvarar ungefärligt dessa i steg startsprocessen:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>Initierar moduler.</td></tr>
<tr><td><b>Hårddisk + förstoringsglas</b></td><td> </td><td>Skapar rootfs (<span class="path">/</span>) och monterar devfs (<span class="path">/dev</span>).</td></tr>
<tr><td><b>Kretskort</b></td><td> </td><td>Initierar enhetshanteraren.</td></tr>
<tr><td><b>Startdisk</b></td><td> </td><td>Monterar startdisk.</td></tr>
<tr><td><b>Chip</b></td><td> </td><td>Laddar CPU-specifika moduler.</td></tr>
<tr><td><b>Mapp</b></td><td> </td><td>Slutgiltig initiering av delsystem.</td></tr>
<tr><td><b>Raket</b></td><td> </td><td>Launch_daemon has started the system.</td></tr>
</table>
</div>
</div>
<div class="nav">
<div class="inner"><span>
<!-- « <a href="installation.html">Installing Haiku</a>
:: -->
<a href="contents.html" class="uplink">Innehållsförteckning</a>
:: <a href="filesystem-layout.html">Filesystem layout</a> »
</span></div>
</div>
</body>
</html>