1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

Documentation: Fix one more path for GRUB netbooting

This commit is contained in:
Tim Schumacher 2021-10-07 13:14:14 +02:00 committed by Andreas Kling
parent 9f56cf0698
commit 98e878ab3b

View file

@ -95,7 +95,7 @@ menuentry 'SerenityOS - netboot diskless text mode' {
echo 'Starting SerenityOS.' 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. You should now be able to PXE boot into Serenity if enough of your hardware is supported by the Serenity kernel.