[multiboot-guide] master: minor edits prior to test build of guide (b6b00fd)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Tue Jan 6 03:39:14 UTC 2015


Repository : http://git.fedorahosted.org/cgit/docs/multiboot-guide.git

On branch  : master

>---------------------------------------------------------------

commit b6b00fd80152e90462609840b1e1485304c0175f
Author: Roger Baran <rapidrecoveryit at gmail.com>
Date:   Sat Oct 4 08:59:15 2014 -0500

    minor edits prior to test build of guide


>---------------------------------------------------------------

 en-US/TODO.xml              |   21 +++++++++++++++++++++
 en-US/UEFI-general.xml      |   30 +++---------------------------
 2 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/en-US/TODO.xml b/en-US/TODO.xml
index 1eba09d..78fdb30 100644
--- a/en-US/TODO.xml
+++ b/en-US/TODO.xml
@@ -116,6 +116,27 @@ Make an EFI entry:
 Booting Removable Media in EFI: 
 Removable devices are enumerated *usually* after the BootOrder list has been exhausted without a boot. However, removable device enumeration will take place before you are presented with the EFI Boot Manager menu when you hold down the correct key (while powering on) to enter the EFI firmware screen. You will notice a short delay in getting into the EFI Settings page whenever you press the 'magic' key during power on. That is because the removable device enumeration process is occurring and adding entries for any/all removable media that may be inserted. Once the enumeration process has completed, the EFI will halt the boot process and you are presented with the EFI Boot Manager Menu from which you can make your selection.
 
+http://www.rodsbooks.com/efi-bootloaders/index.html
+http://www.solvusoft.com/en/files/error-missing-download/mui/windows/microsoft/windows-8-pro/bootmgfw-efi-mui/
+http://blog.hansenpartnership.com/uefi-secure-boot/
+http://www.geoffchappell.com/notes/windows/boot/bcd/index.htm
+https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/
+http://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
+http://nwrickert2.wordpress.com/2013/05/13/notes-on-uefi-windows-and-linux/
+https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
+http://www.uefidk.com/
+https://www.youtube.com/watch?v=eAnlhkbMang&list=PLk2sjg_-F-McRbCBoVRkP1sYMbmDf6zJM
+https://www.youtube.com/watch?v=ALzySqflHJw
+https://www.youtube.com/user/metalx1000/videos
+https://www.youtube.com/watch?v=tDREcY5EzTQ&list=PLXEcKYHTGBdQPSchdZV2UONYf3ve0DCJK
+https://www.youtube.com/watch?v=dRMIvY7BiL4
+https://www.youtube.com/watch?v=amwujljr7pY
+https://www.youtube.com/watch?v=35D0_feZnK8
+http://superuser.com/questions/376470/how-to-reinstall-grub2-efi
+https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html-single/System_Administrators_Guide/index.html#ch-Working_with_the_GRUB_2_Boot_Loader
+https://en.wikipedia.org/wiki/GNU_GRUB#GRUB_version_2
+
+
 -->
   
   
diff --git a/en-US/UEFI-general.xml b/en-US/UEFI-general.xml
index e73d6db..1067a86 100644
--- a/en-US/UEFI-general.xml
+++ b/en-US/UEFI-general.xml
@@ -12,7 +12,6 @@
   <para>
     We hope that you will find this information both interesting and helpful. With the information outlined in this and other sections of this guide, you will have a better understanding of what is happening 'behind the scenes'. That should prove useful when it comes time to work your way through troubleshooting a particular issue related to booting using UEFI. This guide represents our best effort at explaining a very technical and difficult to understand specification in terms that everyone can understand. For this reason, some parts of the explanation have been over-simplified for ease in understanding the overall concept or process that is taking place. For those that desire more information that what is available in this article, extensive information about UEFI is available here <ulink url="http://www.uefidk.com/learn" /> and here <ulink url="http://www.uefi.org/" /> 
   </para>
-</section>
 <section id="EFI_Boot_Explained">
   <title>EFI Boot Sequence Explained</title>
   <para>
@@ -103,33 +102,10 @@
     IF the implementation of EFI on your system is not compliant it may never get to the point where it loads <filename>fallback.efi</filename> - it still might not boot.
     </para><para>
     The only way to know for sure, is to plug in a USB, boot using the 'magic' key to enter your EFI Settings, change your boot priorites in the EFI to put the inserted USB at the top of the list, save and exit. Leave in the USB and power on without pressing any keys. If it boots to the USB automatically then everything is working as it should. If it won't boot, and/or it is not showing up on the list of devices provided by the EFI Boot Manager, then check that the device has an \EFI\Boot directory with bootx64.efi and fallback.efi in it. If all of that is there, then either the USB is 'bad', the port you plugged it into is 'bad' (something in the device path is 'bad') or your EFI implementaton is non-compliant.
-    </para><para>
+    </para>
+    <para>
     If you do not have any installed OS's on your system...
     Just plug in removable media that meets the criteria for EFI "Default Boot Behavior" and turn it on.  
     </para>
-    <para>
-    Many of these concepts will become clear as you continue with the EFI Boot Sequence Explained below.
-  </para>
 </section>
-<!-- comment
-Refs:
-
-http://www.rodsbooks.com/efi-bootloaders/index.html
-http://www.solvusoft.com/en/files/error-missing-download/mui/windows/microsoft/windows-8-pro/bootmgfw-efi-mui/
-http://blog.hansenpartnership.com/uefi-secure-boot/
-http://www.geoffchappell.com/notes/windows/boot/bcd/index.htm
-https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/
-http://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
-http://nwrickert2.wordpress.com/2013/05/13/notes-on-uefi-windows-and-linux/
-https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
-http://www.uefidk.com/
-https://www.youtube.com/watch?v=eAnlhkbMang&list=PLk2sjg_-F-McRbCBoVRkP1sYMbmDf6zJM
-https://www.youtube.com/watch?v=ALzySqflHJw
-https://www.youtube.com/user/metalx1000/videos
-https://www.youtube.com/watch?v=tDREcY5EzTQ&list=PLXEcKYHTGBdQPSchdZV2UONYf3ve0DCJK
-https://www.youtube.com/watch?v=dRMIvY7BiL4
-https://www.youtube.com/watch?v=amwujljr7pY
-https://www.youtube.com/watch?v=35D0_feZnK8
-http://superuser.com/questions/376470/how-to-reinstall-grub2-efi
-https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html-single/System_Administrators_Guide/index.html#ch-Working_with_the_GRUB_2_Boot_Loader
-https://en.wikipedia.org/wiki/GNU_GRUB#GRUB_version_2 -->
+</section>
\ No newline at end of file



More information about the docs-commits mailing list