From 98e878ab3b4c664f90b514ffc8320e03d9cf6f68 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 7 Oct 2021 13:14:14 +0200 Subject: [PATCH] Documentation: Fix one more path for GRUB netbooting --- Documentation/NetworkBoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NetworkBoot.md b/Documentation/NetworkBoot.md index c4243696a2..a2776f36ea 100644 --- a/Documentation/NetworkBoot.md +++ b/Documentation/NetworkBoot.md @@ -95,7 +95,7 @@ menuentry 'SerenityOS - netboot diskless text mode' { echo 'Starting SerenityOS.' } ``` -5. Place the SerenityOS prekernel, kernel and ramdisk inside `/srv/tftp/boot/grub/serenity/` +5. Place the SerenityOS prekernel, kernel and ramdisk inside `/srv/tftp/serenity/` You should now be able to PXE boot into Serenity if enough of your hardware is supported by the Serenity kernel.