diff options
-rw-r--r-- | docs/gnulinux/grub_boot_installer.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 071541df..6989c04d 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -12,7 +12,7 @@ </head> <body> - <div class="section"> + <div id="pagetop" class="section"> <h1>Boot a GNU/Linux installer on USB</h1> <p> This section relates to preparing, booting and installing a @@ -55,6 +55,10 @@ <b>$ sudo dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b><br/> <b># dd if=gnulinux.iso of=/dev/sdX bs=8M; sync</b> </p> + + <p> + <a href="#pagetop">Back to top of page</a>. + </p> </div> @@ -67,6 +71,10 @@ <li><a href="encrypted_parabola.html">Installing Parabola GNU/Linux with full disk encryption (including /boot)</a></li> </ul> + <p> + <a href="#pagetop">Back to top of page</a>. + </p> + </div> <div id="guix" class="section"> @@ -86,6 +94,10 @@ <a href="grub_cbfs.html#libreboot_grub_config_ondisk">grub_cbfs.html#libreboot_grub_config_ondisk</a> for hints on how to boot it. </p> + + <p> + <a href="#pagetop">Back to top of page</a>. + </p> </div> @@ -101,6 +113,10 @@ GRUB configuration that libreboot uses). </p> + <p> + <a href="#pagetop">Back to top of page</a>. + </p> + </div> <div id="parse_isolinux" class="section"> @@ -113,6 +129,10 @@ A new menu should appear in GRUB, showing the boot options for that distro; this is a GRUB menu, converted from the usual ISOLINUX menu provided by that distro. </p> + + <p> + <a href="#pagetop">Back to top of page</a>. + </p> </div> @@ -150,6 +170,10 @@ Of course this will vary from distro to distro. If you did all that correctly, it should now be booting the ISO the way you specified. </p> + + <p> + <a href="#pagetop">Back to top of page</a>. + </p> </div> @@ -194,6 +218,10 @@ This workaround was found on the page: <a href="https://www.debian.org/releases/stable/i386/ch05s04.html">https://www.debian.org/releases/stable/i386/ch05s04.html</a>. It should also work for gNewSense, Debian and any other apt-get distro that provides debian-installer (text mode) net install method. </p> + + <p> + <a href="#pagetop">Back to top of page</a>. + </p> </div> |