[multiboot-guide] master: Comment added showing proper menuentry for Windows Boot Manager (fef5eb3)

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


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

On branch  : master

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

commit fef5eb38722bf7b5baf5c590f37782ed7cffaf0f
Author: Roger Baran <rapidrecoveryit at gmail.com>
Date:   Tue Sep 30 16:02:21 2014 -0500

    Comment added showing proper menuentry for Windows Boot Manager


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

 en-US/GRUB-configuration.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/en-US/GRUB-configuration.xml b/en-US/GRUB-configuration.xml
index 386f57b..6b2ada0 100644
--- a/en-US/GRUB-configuration.xml
+++ b/en-US/GRUB-configuration.xml
@@ -115,4 +115,18 @@
   </section>
 
 </section>
+<!-- 
+--------------------------------------------------------------------------------------------
+A proper Windows GRUB entry:
+Place inside the 'custom' section...
      
+menuentry 'Windows Boot Manager' {
+
+	insmod part_gpt
+	insmod msdos
+	set root='hd0,gpt1'
+	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
+	boot
+}
+--------------------------------------------------------------------------------------------
+-->



More information about the docs-commits mailing list