Update Isaiah Windows boot
This commit is contained in:
@@ -33,19 +33,19 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 20;
|
configurationLimit = 20;
|
||||||
extraEntries = {
|
extraEntries = {
|
||||||
"Win2.conf" = (
|
"Win.conf" = ''
|
||||||
lib.strings.concatStringsSep "\n" [
|
title Windows
|
||||||
"title Windows 11"
|
efi /EFI/Microsoft/Boot/bootmgfw.efi
|
||||||
"efi /shellx64.efi"
|
'';
|
||||||
"options -nointerrupt -noconsolein -noconsoleout windows11.nsh"
|
"Bootx64.conf" = ''
|
||||||
]
|
title BOOTX64.efi
|
||||||
);
|
efi /EFI/BOOT/BOOTX64.efi
|
||||||
"Shell.conf" = (
|
options -nointerrupt -noconsolein -nosonsoleout windows11.nsh
|
||||||
lib.strings.concatStringsSep "\n" [
|
'';
|
||||||
"title EFI Shell"
|
"Shell.conf" = ''
|
||||||
"efi /shell.efi"
|
title EFI Shell
|
||||||
]
|
efi /shell.efi
|
||||||
);
|
'';
|
||||||
};
|
};
|
||||||
extraFiles = {
|
extraFiles = {
|
||||||
"windows11.nsh" = (pkgs.writeText "windows11.nsh" (lib.strings.concatStringsSep "\n" [ ]));
|
"windows11.nsh" = (pkgs.writeText "windows11.nsh" (lib.strings.concatStringsSep "\n" [ ]));
|
||||||
|
|||||||
Reference in New Issue
Block a user