24
edits
m |
m |
||
Line 217: | Line 217: | ||
An entry can be added to | An entry can be added to | ||
{{File|file=/etc/grub.d/40_custom| | |||
content= | |||
<pre> | |||
menuentry 'Windows8 (UEFI)' { | |||
insmod ntfs | |||
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. | ||