slitaz-forge diff boot/web/guide.html @ rev 33

Add boot/web folder. This is so we have a backup of boot.slitaz.org website.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 11:27:53 2011 +0000 (2011-03-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/boot/web/guide.html	Fri Mar 04 11:27:53 2011 +0000
     1.3 @@ -0,0 +1,198 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<head>
     1.8 +    <title>boot.slitaz.org - Boot SliTaz from the Web</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +    <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
    1.11 +    <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
    1.12 +    <meta name="robots" content="index, follow, all" />
    1.13 +    <meta name="revisit-after" content="7 days" />
    1.14 +    <meta name="expires" content="never" />
    1.15 +    <meta name="modified" content="2011-01-07 02:10:00" />
    1.16 +    <meta name="author" content="Christophe Lincoln"/>
    1.17 +    <meta name="publisher" content="www.slitaz.org" />
    1.18 +    <link rel="shortcut icon" href="favicon.ico" />
    1.19 +    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.20 +    <link rel="Content" href="#content" />
    1.21 +</head>
    1.22 +<body>
    1.23 +
    1.24 +<!-- Header -->
    1.25 +<div id="header">
    1.26 +    <a href="http://boot.slitaz.org/"><img id="logo"
    1.27 +		src="pics/website/logo.png" 
    1.28 +		title="boot.slitaz.org" alt="boot.slitaz.org" /></a>
    1.29 +    <p id="titre">#!/Web/Boot</p>
    1.30 +</div>
    1.31 +
    1.32 +<!-- Content -->
    1.33 +<div id="content-full">
    1.34 +
    1.35 +<!-- Block begin -->
    1.36 +<div class="block">
    1.37 +	<!-- Nav block begin -->
    1.38 +	<div id="block_nav">
    1.39 +		<h3><img src="pics/website/users.png" alt="users.png" />Community</h3>
    1.40 +		<ul>
    1.41 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
    1.42 +			<li><a href="http://pizza.slitaz.org/">LiveCD Online Builder</a></li>
    1.43 +		</ul>
    1.44 +		<h3>Quick Download</h3>
    1.45 +		<div class="button">
    1.46 +			<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    1.47 +		</div>
    1.48 +	<!-- Nav block end -->
    1.49 +	</div>
    1.50 +	<!-- Top block begin -->
    1.51 +	<div id="block_top">
    1.52 +		<h1>Web Boot guide</h1>
    1.53 +		<p>
    1.54 +			Learn how to easily boot SliTaz from the web. 
    1.55 +		</p>
    1.56 +		<h3><img src="pics/website/locale.png" alt="locale.png" />Guide Language</h3>
    1.57 +		<p>
    1.58 +			<a href="#en">English</a> | <a href="#fr">Français</a>
    1.59 +		</p>
    1.60 +	<!-- Top block end -->
    1.61 +	</div>
    1.62 +<!-- Block end -->
    1.63 +</div>
    1.64 +
    1.65 +<a name="en"></a>
    1.66 +<h2>[en] Short guide</h2>
    1.67 +<p>
    1.68 +To boot from the internet you'll need a working DHCP server, DNS server/cache
    1.69 +and a default internet route. This is usually the case if you have a router
    1.70 +for network connection.
    1.71 +</p>
    1.72 +<ul>
    1.73 +	<li>SliTaz Cooking has the boot option <code>web</code>, so you can 
    1.74 +	use boot.slitaz.org from the standard core LiveCD.</li>
    1.75 +	<li>SliTaz boot ISO: Download
    1.76 +	<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    1.77 +	(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
    1.78 +	and burn the image to a cdrom. Boot from the cdrom device and select 
    1.79 +	gPXE. This ISO image also provides Memtest86 to test system memory.
    1.80 +	</li>
    1.81 +	<li>USB media: Use TazUSB to generate bootable USB media. Install 
    1.82 +	the package <code>gpxe</code>, copy /boot/gpxe into the boot 
    1.83 +	directory of the USB media and add an entry to the Syslinux configuration
    1.84 +	file <code>syslinux.cfg</code>:
    1.85 +	<pre class="script">
    1.86 +label web
    1.87 +	kernel /boot/gpxe
    1.88 +	</pre></li>
    1.89 +	<li>Floppy image: Download
    1.90 +	<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
    1.91 +	(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
    1.92 +	and transfer the image to a blank floppy disk using the command: 
    1.93 +	<code>dd if=floppy-grub of=/dev/fd0</code>. Boot the floppy and select
    1.94 +	gPXE entry.</li>
    1.95 +</ul>
    1.96 +
    1.97 +<h3>Boot time</h3>
    1.98 +<p>
    1.99 +The boot time largely depends on your network connection. With a 1Mb 
   1.100 +connection in France, it takes 5 min. If you want, you can report the
   1.101 +boot time on the Mailing list or the Forum.
   1.102 +</p>
   1.103 +
   1.104 +<h3>Required configuration</h3>
   1.105 +<p>
   1.106 +The default boot entry needs 160Mb RAM. Two entries are available to
   1.107 +boot with 24Mb:
   1.108 +<ul>
   1.109 +	<li><code>tiny</code> starts in text mode.</li>
   1.110 +	<li><code>loram</code> starts in graphical mode.</li>
   1.111 +</ul>
   1.112 +</p>
   1.113 +
   1.114 +<a name="fr"></a>
   1.115 +<h2>[fr] Guide rapide</h2>
   1.116 +<p>
   1.117 +Pour démarrer depuis internet vous devez avoir une configuration réseau 
   1.118 +fonctionnelle (Serveur DHCP, DNS/DNS cache, passerelle par défaut). 
   1.119 +C'est généralement le cas si vous utiliser un routeur pour votre 
   1.120 +connexion réseau.
   1.121 +</p>
   1.122 +
   1.123 +<ul>
   1.124 +	<li>La version Cooking de permet de démarrer depuis boot.slitaz.org
   1.125 +	en utilisant l'option <code>web</code> au boot, cela permet d'utiliser
   1.126 +	le LiveCD standard pour tester la dernière version sans regraver un
   1.127 +	cdrom.</li>
   1.128 +	<li>Image ISO SliTaz boot: Téléchargez le fichier
   1.129 +	<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
   1.130 +	(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
   1.131 +	et gravez l'image sur un cdrom vierge. Démarrez depuis le cdrom et 
   1.132 +	choisissez l'option gPXE. Cette image ISO vous permet également de tester
   1.133 +	la mémoire système avec Memtest86.</li>
   1.134 +	<li>Média USB: Utilisez TazUSB pour générer un média USB amorçable.
   1.135 +	Installez le paquet <code>gpxe</code>, copiez le répertoire /boot/gpxe 
   1.136 +	dans le répertoire boot du média USB et ajoutez une entrée dans le 
   1.137 +	fichier de configuration de Syslinux <code>syslinux.cfg</code> :
   1.138 +	<pre class="script">
   1.139 +label web
   1.140 +	kernel /boot/gpxe
   1.141 +	</pre></li>
   1.142 +	<li>Image de disquette: Téléchargez le fichier
   1.143 +	<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
   1.144 +	(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
   1.145 +	Transférez l'image sur une disquette vierge en utilisant la commande 
   1.146 +	suivant: <code>dd if=floppy-grub of=/dev/fd0</code>. Démarrez sur 
   1.147 +	la disquette et choisissez l'entrée gPXE.
   1.148 +	</li>
   1.149 +</ul>
   1.150 +
   1.151 +<h3>Temps de démarrage</h3>
   1.152 +<p>
   1.153 +Le temps de démarrage dépend de votre vitesse de connexion  à internet 
   1.154 +et des charges du serveur. En france avec un débit de 1Mo il faut 5 minutes.
   1.155 +Vous pouvez poster vos retours d'expériences sur le Wiki, Forum ou la 
   1.156 +liste de diffusion.
   1.157 +</p>
   1.158 +
   1.159 +<h3>Configuration minimum</h3>
   1.160 +<p>
   1.161 +L'entrée par défaut nécessite au moins 160Mo de RAM. Deux autres sont
   1.162 +disponibles pour démarrer avec 24Mo ou plus :
   1.163 +<ul>
   1.164 +	<li><code>tiny</code> démarre en mode texte.</li>
   1.165 +	<li><code>loram</code> démarre en mode graphique.</li>
   1.166 +</ul>
   1.167 +</p>
   1.168 +
   1.169 +<!-- End of content -->
   1.170 +</div>
   1.171 +
   1.172 +<!-- Footer -->
   1.173 +<div id="footer">
   1.174 +	<div class="right_box">
   1.175 +	<h4>SliTaz Network</h4>
   1.176 +		<ul>
   1.177 +			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   1.178 +			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   1.179 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   1.180 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   1.181 +			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   1.182 +			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   1.183 +		</ul>
   1.184 +	</div>
   1.185 +	<h4>SliTaz Website</h4>
   1.186 +	<ul>
   1.187 +		<li><a href="#header">Top of the page</a></li>
   1.188 +		<li>Copyright &copy; <span class="year"></span>
   1.189 +			<a href="http://www.slitaz.org/">SliTaz</a></li>
   1.190 +		<li><a href="http://www.slitaz.org/en/about/">About the project</a></li>
   1.191 +		<li><a href="http://www.slitaz.org/netmap.php">Network Map</a></li>
   1.192 +		<li>Page modified the 07 Jan 2011</li>
   1.193 +		<li><a href="http://validator.w3.org/check?uri=referer"><img
   1.194 +		src="pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   1.195 +		title="Code validé XHTML 1.0"
   1.196 +		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   1.197 +	</ul>
   1.198 +</div>
   1.199 +
   1.200 +</body>
   1.201 +</html>