diff options
Diffstat (limited to 'docs/gnulinux/grub_boot_installer.html')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.html | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 9ff3dd2..2870e01 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -15,11 +15,24 @@ <div class="section"> <h1>Boot a GNU/Linux installer on USB</h1> <p> + This section relates to preparing, booting and installing a + GNU/Linux distribution, using nothing more than a USB flash drive. + </p> + <ul> + <li><a href="#prepare">Prepare the USB drive (in GNU/Linux)</a></li> + <li><a href="#encryption">Installing GNU/Linux with full disk encryption</a></li> + <li><a href="#guix">GNU Guix System Distribution?</a></li> + <li><a href="#trisquel_netinstall">Trisquel net install?</a></li> + <li><a href="#parse_isolinux">Booting ISOLINUX images (automatic method)</a></li> + <li><a href="#manual_isolinux">Booting ISOLINUX images (manual method)</a></li> + <li><a href="#troubleshooting">Troubleshooting</a></li> + </ul> + <p> <a href="index.html">Back to previous index</a> </p> </div> - <div class="section"> + <div id="prepare" class="section"> <h2>Prepare the USB drive (in GNU/Linux)</h2> @@ -45,7 +58,7 @@ </div> - <div class="section"> + <div id="encryption" class="section"> <h2>Installing GNU/Linux with full disk encryption</h2> @@ -56,7 +69,7 @@ </div> - <div class="section"> + <div id="guix" class="section"> <h2>GNU Guix System Distribution?</h2> @@ -76,7 +89,7 @@ </div> - <div class="section"> + <div id="trisquel_netinstall" class="section"> <h2>Trisquel net install?</h2> @@ -90,9 +103,9 @@ </div> - <div class="section"> + <div id="parse_isolinux" class="section"> - <h2>Booting ISOLINUX images</h2> + <h2>Booting ISOLINUX images (automatic method)</h2> <p> Boot it in GRUB using the <i>Parse ISOLINUX config (USB)</i> option. @@ -103,9 +116,9 @@ </div> - <div class="section"> + <div id="manual_isolinux" class="section"> - <h2>Booting manually</h2> + <h2>Booting ISOLINUX images (manual method)</h2> <p> If the ISOLINUX parser or <i>Search for GRUB configuration</i> options won't work, then press C to get to the GRUB command line.<br/> @@ -140,7 +153,7 @@ </div> - <div class="section"> + <div id="troubleshooting" class="section"> <h1>Troubleshooting</h1> |