diff --git a/common/entry.s2.c b/common/entry.s2.c index 6e344c58..a355781a 100644 --- a/common/entry.s2.c +++ b/common/entry.s2.c @@ -112,8 +112,8 @@ noreturn void entry(uint8_t boot_drive, int boot_from) { if (!stage3_found) { print("\n" "!! Stage 3 file not found!\n" - "!! Have you copied limine.sys to the root or /boot directories of\n" - "!! one of the partitions on the boot device?\n\n"); + "!! Have you copied limine.sys to the root, /boot, /limine, or /boot/limine\n" + "!! directories of one of the partitions on the boot device?\n\n"); } if (!stage3_loaded) { diff --git a/host/limine-deploy.c b/host/limine-deploy.c index 8346892f..83789f50 100644 --- a/host/limine-deploy.c +++ b/host/limine-deploy.c @@ -903,8 +903,8 @@ int main(int argc, char *argv[]) { goto cleanup; fprintf(stderr, "Reminder: Remember to copy the limine.sys file in either\n" - " the root or /boot directories of one of the partitions\n" - " on the device, or boot will fail!\n"); + " the root, /boot, /limine, or /boot/limine directories of\n" + " one of the partitions on the device, or boot will fail!\n"); fprintf(stderr, "Limine deployed successfully!\n");