haiku/docs/userguide/sv_SE/bootloader.html

105 lines
4.9 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../../html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
* Translators:
* Victor Widell
*
-->
<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>Boot Loader</title>
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../images/flags/sv_SE.png" alt="" /> Svensk</li>
<li><a href="../fr/bootloader.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../de/bootloader.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../it/bootloader.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../ru/bootloader.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../es/bootloader.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../jp/bootloader.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
<li><a href="../en/bootloader.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
<!-- «  <a href="installation.html">Installing Haiku</a> 
::  -->
<a href="contents.html" class="uplink">Contents</a> 
::  <a href="filesystem-layout.html">Filesystem layout</a>  »
</span></div>
</div>
<div id="content">
<div>
<h1>Boot Loader</h1>
<p>Haiku's Boot Loader 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).<br />
It's also handy after you installed a software component that acts up and prevents you from booting the system to remove it again. The <i>Disable user add-ons</i> option that's mentioned below, will start Haiku without loading user installed components, e.g. a driver.</p>
<p>To enter the Boot Loader options, you have to press the <span class="key">SPACE BAR</span> right at the beginning of the boot process. It's easy to miss so you best keep hitting the key until it shows up.</p>
<p><br /></p>
<p>Once it's there, you're offered three menus:</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 to start.</td></tr>
<tr><td><b>Select safe mode options</b><br />
</td><td> </td><td>There are several options to try in case of hardware related trouble. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.
<p><i>- Safe mode</i><br />
<i>- Disable user add-ons</i><br />
<i>- Disable IDE DMA</i><br />
<i>- Use fail-safe video mode</i><br />
<i>- Don't call the BIOS</i><br />
<i>- Disable APM</i><br />
<i>- Disable ACPI</i><br />
<i>- Disable IO-APIC</i><br />
<i>- Enable serial debug output</i><br />
<i>- Enable on screen debug output</i>
</p></td></tr>
<tr><td class="onelinetop"><b>Select fail safe video mode</b></td><td> </td><td>If you had to activate the option <i>Use fail-safe video mode</i>, you can set resolution and color depth.</td></tr>
</table>
<p><br /></p>
<p>After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:</p>
<img src="../images/bootloader-images/boot-screen.png" alt="boot-screen.png" />
<p>If everything works OK, one symbol after another quickly lights up.<br />
The different symbols roughly correspond to these boot stages:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>Initializing modules.</td></tr>
<tr><td><b>Disk + magnifier</b></td><td> </td><td>Creating rootfs (<span class="path">/</span>) and mounting devfs (<span class="path">/dev</span>).</td></tr>
<tr><td><b>Plug-in card</b></td><td> </td><td>Initializing device manager.</td></tr>
<tr><td><b>Boot disk</b></td><td> </td><td>Mounting boot disk.</td></tr>
<tr><td><b>Chip</b></td><td> </td><td>Loading CPU specific modules.</td></tr>
<tr><td><b>Folder</b></td><td> </td><td>Final initialization of subsystems.</td></tr>
<tr><td><b>Rocket</b></td><td> </td><td>Boot script starting 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">Contents</a> 
::  <a href="filesystem-layout.html">Filesystem layout</a>  »
</span></div>
</div>
</body>
</html>