openmamba-website/wwwroot/distribution/media/bootusb-test.en.html

118 lines
3.9 KiB
HTML
Raw Normal View History

2011-04-29 19:11:08 +02:00
<!--#set var="title" value="bootusb-test" -->
<!--#set var="description" value="Information on openmamba bootusb-test." -->
<!--#set var="keywords" value="about,faq,contact,information" -->
<!--#set var="slogan" value="GNU/Linux distribution" -->
<!--#include virtual="/header.html" -->
<!--#include virtual="/scripts/download.en.inc.js" -->
<table width="100%">
<tr><td valign="middle" colspan=2>
<br>
<table align="center"><tr>
<td><img src="/images/media_gr.png" alt="email address"></td>
<td class="toptitle">openmamba bootusb-test</td>
</tr></table>
</td></tr>
<tr><td>
<br>
<p><h2>What is this?</h2>
<p>Lets you boot the openmamba testcd ISO image from a USB Flash storage device thus allowing live use and installation
on computer that don't have a CD/DVD-ROM reader.
It can be used also if you don't want to use a CD/DVD-ROM media and if you want a faster system startup and
installation.
<br>
<br>
</td><td width="0" valign=top>
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
</td></tr><tr><td colspan=2>
<div class="info">
<table width="80%"><tr><td>
<b>Installation instructions:</b><br><br>
<font size="-1">
<p>1) <b>USB storage device partitioning</b>
<ul>
<li>insert the storage and identify its device name (e.g. /dev/sda)
<li>make sure that no partitions are mounted for the device
<li>run fdisk or cfdisk and create a partition that is at least 1GB large
<li>mark the partition as "bootable"
<li>identify the device corresponding to the partition (e.g. /dev/sda1)
</ul>
<br>
<p>2) <b>Formatting the device</b>
<br>
<pre>mkfs.ext2 -b 2048 &lt;partition device&gt;</pre>
The filesystem (ext2) and the given option are recommended to fit the system on a 1 GB device.
<br><br>
<p>3) <b>Installing the cpio image</b>
<pre>
mount &lt;partition device&gt; &lt;mount point&gt;
cd &lt;mount point&gt;
gunzip -c &lt; openmamba-botusb-en-i586.cpio.gz | cpio -i
</pre>
<br>
<p>4) <b>Installing extlinux bootloader</b>
<p>You need the
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> package installed on your computer, then use the following command
from the &lt;mount point&gt; directory:
<pre>extlinux --install boot</pre>
<br>
<p>5) <b>Installing master boot record (MBR)</b>
<p>You need the
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=mbr">mbr</a> package installed on your computer,
then use the following command:
<pre>install-mbr &lt;disk device&gt;</pre>
<br>
<p>6) <b>Copying the ISO image file</b>
<p>Copy the ISO image file of an openmamba media (livecd, livestudio, installdvd...) in the devire root directory:
<pre>
cp &lt;file ISO&gt; &lt;mount point&gt;
</pre>
Unmount the storage and that's all about installation.
<br><br>
<p>7) <b>Running the system</b>
<p>Reboot your computer with the USB storage inserted in.
<p>Your computer maybe configured or not for booting from a
USB Hard Drive/Storage device; check your bios configuration and
wheter it supports booting from USB (many bioses are buggy!).
</font>
</td></tr></table>
</div>
<p><h2>Download</h2>
<p>Stable release:
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb-test/downloads.inc" -->
<!--#include virtual="/pub/openmamba/milestone1/media/bootusb-test/index.inc.en.html" -->
<br>
<p>Pre-release:
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb-test/downloads.inc" -->
<!--#include virtual="/pub/openmamba/milestone2/media/bootusb-test/index.inc.en.pre.html" -->
<br>
<p>Weekly snapshot:
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/downloads.inc" -->
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/index.inc.en.html" -->
<p><h2>Build info</h2>
<p>
<div class="info">
<table width="80%"><tr><td>
<!--#include virtual="/pub/openmamba/devel/media/bootusb-test/en/buildinfo.inc.html" -->
</td></tr></table>
</div>
<br>
<br>
</td></tr>
</table>
<!--#include virtual="/footer.html" -->