Difference between revisions of "UEFI - Install Guide"

m
no edit summary
m
m
Line 217: Line 217:




An entry can be added to ''/etc/grub.d/40_custom''
An entry can be added to
 
{{File|file=/etc/grub.d/40_custom|
menuentry 'Windows8 (UEFI)' {
content=
insmod ntfs
<pre>
set root=(hd0,gpt4)
menuentry 'Windows8 (UEFI)' {
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
insmod ntfs
boot
set root=(hd0,gpt4)
}
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
 
boot
}
</pre>
}}
In this case (hd0,4) or /dev/sda4 is the EFI System partition where the Windows bootloader is present.
In this case (hd0,4) or /dev/sda4 is the EFI System partition where the Windows bootloader is present.