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

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents 643dac90d3bb
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz Web Boot</title>
6 <meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
7 <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
8 <meta name="robots" content="index, follow, all">
9 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
10 <meta name="author" content="Christophe Lincoln">
11 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 <link rel="shortcut icon" href="../favicon.ico">
13 <link rel="stylesheet" type="text/css" href="/static/slitaz.min.css">
14 </head>
15 <body>
17 <script>de=document.documentElement;de.className+=(("ontouchstart" in de)?' touch':' no-touch');</script>
19 <header>
20 <h1><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></h1>
21 <div class="network">
22 <a href="http://www.slitaz.org/" class="home"></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/?sort=lastchange">Hg</a>
28 </div>
29 </header>
31 <!-- Block -->
32 <div class="block"><div>
34 <!-- Information/image -->
35 <div class="block_info">
36 <header>Web Boot</header>
37 <p>
38 Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
39 iPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
40 using a cdrom, USB media or a floppy disk.
41 </p>
42 <p>
43 Quick Download:
44 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
45 </p>
46 </div>
48 <!-- Navigation -->
49 <nav>
50 <header>Community</header>
51 <ul>
52 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
53 <li><a href="http://mypizza.slitaz.org/">Online ISO Builder</a></li>
54 <li><a href="http://pizza.slitaz.org/">Online flavor Builder</a></li>
55 <li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
56 <li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
57 </ul>
58 </div>
59 </div></div>
61 <!-- Content -->
62 <main>
64 <!-- Languages -->
65 <div class="lang">
66 <a href="http://www.slitaz.org/i18n.php" class="locale"></a>
67 <a href="../de/">Deutsch</a>
68 <b>English</b>
69 <a href="../fr/">Français</a>
70 <a href="../pt/">Português</a>
71 <a href="../ru/">Русский</a>
72 </div>
75 <h2>Introduction</h2>
77 <p>
78 Boot your operating system from the internet and enjoy a full system
79 working entirely in RAM with speed and stability in mind. The Linux Kernel
80 and the complete SliTaz compressed root filesystem will be loaded into
81 RAM from the Web using PXE and HTTP protocols.
82 </p>
85 <h2 id="guide">Short guide</h2>
86 <p>
87 To boot from the internet you'll need a working DHCP server, DNS server/cache
88 and a default internet route. This is usually the case if you have a router
89 for network connection.
90 </p>
91 <ul>
92 <li>SliTaz Cooking has the boot option <code>web</code>, so you can
93 use boot.slitaz.org from the standard core LiveCD.</li>
94 <li>SliTaz boot ISO: Download
95 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
96 (<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
97 and burn the image to a CD ROM. Boot from the CD ROM device and select
98 iPXE. This ISO image also provides Memtest86 to test system memory.
99 </li>
100 <li>USB media: Use TazUSB to generate bootable USB media. Install
101 the package <code>ipxe</code>, copy /boot/ipxe into the boot
102 directory of the USB media and add an entry to the Syslinux configuration
103 file <code>syslinux.cfg</code>:
104 <pre class="script">
105 label web
106 kernel /boot/ipxe
107 </pre></li>
108 <li>Floppy image: Download
109 <a href="http://mirror.slitaz.org/boot/floppy-grub4dos">floppy-grub4dos</a>
110 (<a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a>)
111 and transfer the image to a blank floppy disk using the command:
112 <code>dd if=floppy-grub4dos of=/dev/fd0</code>. Boot the floppy and select
113 iPXE entry.
114 You can also create a <a href="http://mirror.slitaz.org/boot/ipxe">iPXE</a>
115 only boot floppy for a faster boot process using the command:
116 <code>dd if=ipxe of=/dev/fd0</code>.</li>
117 <li>Network boot: if you can modify your DHCP server configuration, declare
118 the tftp server <i>mirror.slitaz.org</i> and the boot file
119 <i><a href="http://mirror.slitaz.org/boot/ipxe.pxe">ipxe.pxe</a></i>:
120 <ul>
121 <li>for <b>udhcpd</b>
122 <pre>siaddr mirror.slitaz.org
123 boot_file ipxe.pxe</pre></li>
124 <li>for <b>dhcpd</b>
125 <pre>next-server "mirror.slitaz.org"
126 filemane "ipxe.pxe"</pre></li>
127 <li>for <b>dnsmasq</b>
128 <pre>dhcp-boot=ipxe.pxe,mirror.slitaz.org</pre></li>
129 </ul>
130 </li>
131 <li>Starting <a href="http://mirror.slitaz.org/boot/ipxe">iPXE</a> from
132 DOS: renamed to ipxe.exe, it can be launched under DOS (Windows is not
133 supported).
134 </li>
135 </ul>
138 <h3>Boot time</h3>
140 <p>
141 The boot time largely depends on your network connection. With a 1 Mb/s
142 connection in France, it takes 5 min. If you want, you can report the
143 boot time on the Mailing list or the Forum.
144 </p>
147 <!-- End of content -->
148 </main>
150 <script>
151 function QRCodePNG(str, obj) {
152 try {
153 obj.height = obj.width += 300;
154 return QRCode.generatePNG(str, {ecclevel: 'H'});
155 }
156 catch (any) {
157 var element = document.createElement("script");
158 element.src = "/static/qrcode.min.js";
159 element.type = "text/javascript";
160 element.onload = function() {
161 obj.src = QRCode.generatePNG(str, {ecclevel: 'H'});
162 };
163 document.body.appendChild(element);
164 }
165 }
166 </script>
168 <footer>
169 <div>
170 Copyright © <span class="year"></span>
171 <a href="http://www.slitaz.org/">SliTaz</a>
172 </div>
173 <div>
174 Network:
175 <a href="http://scn.slitaz.org/">Community</a> ·
176 <a href="http://doc.slitaz.org/">Doc</a> ·
177 <a href="http://forum.slitaz.org/">Forum</a> ·
178 <a href="http://pkgs.slitaz.org/">Packages</a> ·
179 <a href="http://bugs.slitaz.org">Bugs</a> ·
180 <a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
181 </div>
182 <div>
183 SliTaz @
184 <a href="http://twitter.com/slitaz">Twitter</a> ·
185 <a href="http://www.facebook.com/slitaz">Facebook</a> ·
186 <a href="http://distrowatch.com/slitaz">Distrowatch</a> ·
187 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> ·
188 <a href="http://flattr.com/profile/slitaz">Flattr</a>
189 </div>
190 <img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"
191 onclick="this.src = QRCodePNG(location.href, this)"/>
192 </footer>
194 </body>
195 </html>