diff options
-rw-r--r-- | install-hyperbola/asus/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install-hyperbola/asus/install.md b/install-hyperbola/asus/install.md index 6097952..fd8f1ea 100644 --- a/install-hyperbola/asus/install.md +++ b/install-hyperbola/asus/install.md @@ -77,11 +77,11 @@ 20. Enable `root` logon via `ssh` 21. `# rc-update add sshd default` 22. `# passwd` (for setting root password) - 23. `nano -w /boot/efi/startup.nsh` + 23. Edit `startup.nsh` - ```bash + # nano -w /boot/efi/startup.nsh + ---------------------------------------------------------------- bcf boot add 1 fs0:\EFI\GRUB\grubx64.efi "Hyper GRUB bootloader" - ``` 24. `# grub-install --target=x86_64-efi --bootloader-id=GRUB --recheck --efi-directory=/boot/efi` |