summaryrefslogtreecommitdiff
path: root/Documentation/NetworkBoot.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/NetworkBoot.md')
-rw-r--r--Documentation/NetworkBoot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/NetworkBoot.md b/Documentation/NetworkBoot.md
index a2776f36ea..f8506adcf4 100644
--- a/Documentation/NetworkBoot.md
+++ b/Documentation/NetworkBoot.md
@@ -87,7 +87,7 @@ menuentry 'SerenityOS - netboot diskless text mode' {
set gfxkeep=text
terminal_output console
echo 'Loading prekernel...'
- multiboot (tftp)/serenity/prekernel root=/dev/ramdisk0 boot_mode=text
+ multiboot (tftp)/serenity/prekernel root=/dev/ramdisk0 fbdev=off
echo 'Loading kernel...'
module (tftp)/serenity/kernel
echo 'Loading ramdisk...'
@@ -179,7 +179,7 @@ For troubleshooting purposes, you can add the following command line arguments i
- `disable_uhci_controller`
Because iPXE (unlike GRUB) doesn't support VESA VBE modesetting when booting a multiboot kernel,
-you might not see any output, so add the `boot_mode=text` argument as well to boot into VGA text mode.
+you might not see any output, so add the `fbdev=off` argument as well to boot into VGA text mode.
Afterwards you will need to enable the `console` iPXE command by uncommenting the following line in `src/config/general.h`:
```c