Skip to content

Commit

Permalink
Documentation: Fix one more path for GRUB netbooting
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi authored and awesomekling committed Oct 7, 2021
1 parent 9f56cf0 commit 98e878a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/NetworkBoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 98e878a

Please sign in to comment.