Skip to content

Instantly share code, notes, and snippets.

@gnppro
Last active April 23, 2021 03:09
Show Gist options
  • Save gnppro/9752ce54645e3db28d402e9915dcfa07 to your computer and use it in GitHub Desktop.
Save gnppro/9752ce54645e3db28d402e9915dcfa07 to your computer and use it in GitHub Desktop.
Arch Linux - Manjaro

Put this in your /etc/grub.d/40_custom file:

menuentry 'Windows 10' {
    search --fs-uuid --no-floppy --set=root D464-A236
    chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

Source: Grub2 menuentry for Windows 10 UEFI

noto-fonts-emoji noto-fonts-emoji-apple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment