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" ];
|
devices = [ "nodev" ];
|
||||||
efiInstallAsRemovable = false;
|
efiInstallAsRemovable = false;
|
||||||
extraEntries = ''
|
extraEntries = ''
|
||||||
# Arch Linux EFI
|
|
||||||
menuentry "Arch Linux" {
|
|
||||||
chainloader (hd1,gpt1)/EFI/arch/grubx64.efi
|
|
||||||
}
|
|
||||||
# Windows Boot Manager
|
# Windows Boot Manager
|
||||||
menuentry "Windows" {
|
menuentry "Windows" {
|
||||||
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
|
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
gfxmodeEfi = "1920x1080x32";
|
gfxmodeEfi = "1920x1080x32";
|
||||||
|
default = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
efi = {
|
efi = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue