From b764792c97395ea468ae71abd79510d08af7e6cf Mon Sep 17 00:00:00 2001 From: mintsuki Date: Tue, 13 Jun 2023 12:35:15 +0200 Subject: [PATCH] docs: Mention creating the ESP tree in ISOHYBRID partition --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 109f106d..0d3f75b2 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,9 @@ into a directory which will serve as the root of the created ISO. `boot/limine` directory; `limine-cd-efi.bin` and `limine-cd.bin` can reside anywhere). +After that, create a `/EFI/BOOT` directory and copy the +relevant Limine EFI executables over (such as `BOOTX64.EFI`). + Place any other file you want to be on the final ISO in said directory, then run: ```