Update Isaiah Windows boot

This commit is contained in:
Greg Hellings
2025-10-15 23:31:40 -05:00
parent dae6406c45
commit 245658c441
+13 -13
View File
@@ -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" [ ]));