Difference between revisions of "UEFI - Install Guide"
Views
Actions
Namespaces
Variants
Tools
→Dual booting with Windows
imported>Aaditya |
imported>Aaditya |
||
Line 227: | Line 227: | ||
See also- [http://www.rodsbooks.com/refind/installing.html#naming http://www.rodsbooks.com/refind/installing.html#naming] | See also- [http://www.rodsbooks.com/refind/installing.html#naming http://www.rodsbooks.com/refind/installing.html#naming] | ||
=== An alternative: chainloading via GRUB === | |||
An entry can be added to ''/etc/grub.d/40_custom'' | |||
menuentry 'Windows8 (UEFI)' { | |||
insmod ntfs | |||
set root=(hd0,gpt4) | |||
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi | |||
boot | |||
} | |||
In this case (hd0,4) or /dev/sda4 is the EFI System partition where the Windows bootloader is present. | |||
After adding the above entry, running '''sudo update-grub''' updates the GRUB configuration file so that an entry named '''Windows8 (UEFI)''' is added to the GRUB boot menu. | |||
Related Forum thread: [http://forum.manjaro.org/index.php?topic=11998.0] | |||
==Feedback:== | ==Feedback:== |