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
Notes: sideshowbarker 2024-07-18 02:56:24 +09:00

View file

@ -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.