haiku/docs/userguide/en/applications/installer.html

82 lines
4.5 KiB
HTML
Raw Normal View History

<?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 2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<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>Installer</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div class="logo">
<img src="../images/logo.png" alt="logo" class="noprint" id="logo" name="logo" />
</div>
<div class="topnav">
<p>
«&#160;&#160;<a href="icon-o-matic.html">Icon-O-Matic</a>
&#160;&#160;::&#160;&#160;
<a href="../applications.html#list-of-apps" class="uplink">Applications</a>
&#160;&#160;::&#160;&#160;
<a href="magnify.html">Magnify</a>&#160;&#160;»
</p>
</div>
<div class="content">
<h1><img src="../../images/apps-images/installer-icon_64.png" alt="installer-icon_64.png"
width="64" height="64" />Installer</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>No entry. Has to be started from </i><span class="path">/boot/system/apps/</span>.</td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Installer</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
</table>
<p><br/></p>
<p>The Installer is used to copy Haiku onto another volume.<br />
Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:</p>
<ul>
<li><p>This is alpha-quality software. Make backups or suffer the consequences!</p></li>
<li><p>The Installer needs a prepared partition. You may have to use a <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> or a similar tool until Haiku's DriveSetup is mature enough to handle this task.</p></li>
<li><p>Haiku can be added manually to the bootmanager <a href="http://www.gnu.org/software/grub/manual/grub.html">GRUB</a>. In short, you have add an entry to <span class="path">/boot/grub/menu.lst</span> of your Linux installation, similar to this:</p>
<pre># Haiku on /dev/sda7
title Haiku
rootnoverify (hd0,6)
chainloader +1</pre></li>
</ul>
<p><br /><br /></p>
<p>Once you acknowledged with <span class="button">Continue</span>, you're presented with the main window:</p>
<img src="../images/apps-images/installer.png" alt="installer.png" />
<p>In the first drop-down menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.<br />
The second drop-down menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.</p>
<p>Clicking the little expander widget will <i>Show Optional Packages</i>, if available, that you can choose to install in addition to the basic Haiku.</p>
<p>You should do a last check if you really picked the right target before starting the installation process. Click on <span class="button">Setup partitions...</span> to open <a href="drivesetup.html">DriveSetup</a> and have a look at the naming and layout of the available volumes and partitions.</p>
<p><span class="button">Begin</span> starts the installation procedure, which basically copies everything but the <span class="path">home/</span> and <span class="path">common/</span> folder onto the target volume and makes it bootable.</p>
<p>At the end of the installation procedure, the partition is automatically made bootable. However, it can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. In this case, boot your installation CD and start the Installer. Select your Haiku boot partition from the <span class="menu">Onto: Please Choose Target</span> drop-down menu and click <span class="button">Write Boot Sector</span> to make it bootable again.</p>
</div>
<div class="bottomnav">
<p>
«&#160;&#160;<a href="icon-o-matic.html">Icon-O-Matic</a>
&#160;&#160;::&#160;&#160;
<a href="../applications.html#list-of-apps" class="uplink">Applications</a>
&#160;&#160;::&#160;&#160;
<a href="magnify.html">Magnify</a>&#160;&#160;»
</p>
</div>
</body>
</html>