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