diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 06:00:24 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 06:00:24 (EDT) |
commit | 617fb5a93e79d47c0e813dc2d662920a6a441761 (patch) | |
tree | 741aab3c57fb4d11172403d1950204fdce3e4f38 | |
parent | 85c5795bf31558779af07fbd50b11c275b5b1ed6 (diff) | |
download | libreboot-617fb5a93e79d47c0e813dc2d662920a6a441761.zip libreboot-617fb5a93e79d47c0e813dc2d662920a6a441761.tar.gz libreboot-617fb5a93e79d47c0e813dc2d662920a6a441761.tar.bz2 |
docs/gnulinux/grub_boot_installer.html: Links to top of page
-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 071541d..6989c04 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> |