From 22c8884f7ef24e6e3a732fe84a424830a695933a Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 20 Oct 2025 20:35:13 -0700 Subject: [PATCH] booting windows is supported! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b69b7..1d82b76 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ have secure boot support. In fact, as of writing, it doesn't even have a boot me - [x] [Bootloader specification (BLS)](https://uapi-group.org/specifications/specs/boot_loader_specification/) support - [x] Chainload support - [x] Linux boot support via EFI stub +- [x] Windows boot support via chainload - [x] Load Linux initrd from disk - [x] Boot first configured entry @@ -48,7 +49,6 @@ have secure boot support. In fact, as of writing, it doesn't even have a boot me - [ ] Boot menu - [ ] Secure Boot support: work in progress - [ ] UKI support: partial -- [ ] Windows boot support (untested via chainload) - [ ] multiboot2 support - [ ] Linux boot protocol (boot without EFI stub)