openmamba-website/wwwroot/distribution/media/flash-1GB.en.html
2011-04-29 19:11:08 +02:00

103 lines
3.4 KiB
HTML

<!--#set var="title" value="flash-1GB" -->
<!--#set var="description" value="Information on openmamba flash-1GB." -->
<!--#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 flash-1GB</td>
</tr></table>
</td></tr>
<tr><td>
<br>
<p><h2>What is this?</h2>
<p>A live release of the openmamba GNU/Linux system that can easily be installed on a
flash storage device and run on any computer capable of booting from such USB device.
<p>The image is available as a weekly snapshot of the <a href="http://www.openmamba.org/distribution/development.html">openmamba devel repository</a>.
<br>
<br>
<table class=info><tr><td>
<b>Features:</b>
<ul>
<li>live desktop system for Intel i586 and compatible PC's
<li>KDE desktop environment with multimedia support for audio and video
<li>full networking support with the ability to perform updates and install additional packages
<li>automatic detection and configuration of nvidia and ATI accelerated drivers
<li>NTFS read/write support with ntfs-3g
</ul>
</td></tr></table>
</td><td width="0" valign=top>
<!--#include virtual="/pub/openmamba/allmedias.inc.en.html" -->
</td></tr><tr><td colspan=2>
<table width="80%"><tr><td>
<div class="info">
<b>Installation instructions:</b>
<font size="-1">
<p>1st step) <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 partitiong (e.g. /dev/sda1)
</ul>
<br>
<p>2nd step) <b>Formatting the device</b>
<br>
<pre>mkfs.ext2 -b 2048 <partition device></pre>
The filesystem (ext2) and the given option are recommended to fit the system on a 1 GB device.
<br><br>
<p>3rd step) <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-flash-1GB-en-i586.cpio.gz | cpio -i
</pre>
<br>
<p>4th step) <b>Installing extlinux bootloader</b>
<p>You need
<a href="http://www.openmamba.org/pub/openmamba/distromatic/index.html?tag=devel&pkg=syslinux">syslinux</a> installed on your computer, then use the following command
from the &lt;mount point&gt; directory:
<pre>extlinux --install boot</pre>
<br>
Unmount the storage and that's all about installation.
<p>5th step) <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></div>
</td></tr></table>
<p><h2>Download</h2>
<p><!--#include virtual="/pub/openmamba/devel/media/flash-1GB/downloads.inc" -->
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/index.inc.en.html" -->
<p><h2>Build info</h2>
<p>
<table width="80%"><tr><td>
<div class="info">
<!--#include virtual="/pub/openmamba/devel/media/flash-1GB/en/buildinfo.inc.html" -->
</td></tr></div>
</table>
<br>
<br>
</td></tr>
</table>
<!--#include virtual="/footer.html" -->