slitaz-forge view boot/en/index.php @ rev 73

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Apr 14 20:59:10 2011 +0100 (2011-04-14)
parents 30a72bea782e
children 2c4bf9c28d8d
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz Web Boot</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
8 <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
14 </head>
15 <body>
17 <!-- Header -->
18 <div id="header">
19 <div id="logo"></div>
20 <div id="network">
21 <a href="http://www.slitaz.org/">
22 <img src="../images/network.png" alt="network.png" /></a>
23 <a href="http://scn.slitaz.org/">Community</a>
24 <a href="http://doc.slitaz.org/">Doc</a>
25 <a href="http://forum.slitaz.org/">Forum</a>
26 <a href="http://bugs.slitaz.org">Bugs</a>
27 <a href="http://hg.slitaz.org/">Hg</a>
28 </div>
29 <h1><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></h1>
30 </div>
32 <!-- Block -->
33 <div id="block">
34 <!-- Navigation -->
35 <div id="block_nav">
36 <h4><img src="../images/users.png" alt="users.png" />Community</h4>
37 <ul>
38 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
39 <li><a href="http://pizza.slitaz.org/">LiveCD Online Builder</a></li>
40 <li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
41 <li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
42 </ul>
43 </div>
44 <!-- Information/image -->
45 <div id="block_info">
46 <h4>Web Boot</h4>
47 <p>
48 Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
49 gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
50 using a cdrom, USB media or a floppy disk.
51 </p>
52 <div class="button" style="padding-top: 8px;">
53 Quick Download:
54 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
55 </div>
56 </div>
57 </div>
59 <!-- Languages -->
60 <div id="lang">
61 <a href="http://www.slitaz.org/i18n.php">
62 <img src="../images/locale.png" alt="locale.png" /></a>
63 <a href="../de/">Deutsch</a>
64 <a href="../en/">English</a>
65 <a href="../fr/">Français</a>
66 </div>
68 <!-- Content -->
69 <div id="content">
71 <h2>Introduction</h2>
73 <p>
74 Boot your operating system from the internet and enjoy a full system
75 working entirely in RAM with speed and stability in mind. The Linux Kernel
76 and the complete SliTaz compressed root filesystem will be loaded into
77 RAM from the Web using PXE and HTTP protocols.
78 </p>
80 <a name="guide"></a>
81 <h2>Short guide</h2>
82 <p>
83 To boot from the internet you'll need a working DHCP server, DNS server/cache
84 and a default internet route. This is usually the case if you have a router
85 for network connection.
86 </p>
87 <ul>
88 <li>SliTaz Cooking has the boot option <code>web</code>, so you can
89 use boot.slitaz.org from the standard core LiveCD.</li>
90 <li>SliTaz boot ISO: Download
91 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
92 (<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
93 and burn the image to a cdrom. Boot from the cdrom device and select
94 gPXE. This ISO image also provides Memtest86 to test system memory.
95 </li>
96 <li>USB media: Use TazUSB to generate bootable USB media. Install
97 the package <code>gpxe</code>, copy /boot/gpxe into the boot
98 directory of the USB media and add an entry to the Syslinux configuration
99 file <code>syslinux.cfg</code>:
100 <pre class="script">
101 label web
102 kernel /boot/gpxe
103 </pre></li>
104 <li>Floppy image: Download
105 <a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
106 (<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
107 and transfer the image to a blank floppy disk using the command:
108 <code>dd if=floppy-grub of=/dev/fd0</code>. Boot the floppy and select
109 gPXE entry.</li>
110 </ul>
112 <h3>Boot time</h3>
113 <p>
114 The boot time largely depends on your network connection. With a 1Mb
115 connection in France, it takes 5 min. If you want, you can report the
116 boot time on the Mailing list or the Forum.
117 </p>
119 <h3>Required configuration</h3>
120 <p>
121 The default boot entry needs 160Mb RAM. Two entries are available to
122 boot with 24Mb:
123 <ul>
124 <li><code>tiny</code> starts in text mode.</li>
125 <li><code>loram</code> starts in graphical mode.</li>
126 </ul>
127 </p>
129 <!-- End of content -->
130 </div>
132 <!-- Footer -->
133 <div id="footer">
134 Copyright &copy; <span class="year"></span>
135 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
136 <a href="http://scn.slitaz.org/">Community</a>
137 <a href="http://doc.slitaz.org/">Doc</a>
138 <a href="http://forum.slitaz.org/">Forum</a>
139 <a href="http://pkgs.slitaz.org/">Packages</a>
140 <a href="http://bugs.slitaz.org">Bugs</a>
141 <a href="http://hg.slitaz.org/">Hg</a>
142 <p>
143 SliTaz @
144 <a href="http://twitter.com/slitaz">Twitter</a>
145 <a href="http://www.facebook.com/slitaz">Facebook</a>
146 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
147 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
148 <a href="http://flattr.com/profile/slitaz">Flattr</a>
149 </p>
150 </div>
152 </body>
153 </html>