From 277f3bd72299d860b66be6056d0c4435c74b9543 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 aeb7f7a7..6b0ef3c1 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,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: ```