feat: make grub boot on windows by default
This commit is contained in:
parent
1a545becef
commit
d0c040de7e
1 changed files with 1 additions and 4 deletions
|
|
@ -25,16 +25,13 @@
|
|||
devices = [ "nodev" ];
|
||||
efiInstallAsRemovable = false;
|
||||
extraEntries = ''
|
||||
# Arch Linux EFI
|
||||
menuentry "Arch Linux" {
|
||||
chainloader (hd1,gpt1)/EFI/arch/grubx64.efi
|
||||
}
|
||||
# Windows Boot Manager
|
||||
menuentry "Windows" {
|
||||
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
|
||||
}
|
||||
'';
|
||||
gfxmodeEfi = "1920x1080x32";
|
||||
default = 1;
|
||||
};
|
||||
|
||||
efi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue