File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Re-deploy the network configuration via the services used by |omv|:
114114
115115 omv-salt deploy run systemd-networkd
116116
117- Or alternatively use :command: `omv-firstaid ` to do the initial network configuration.
117+ Or alternatively use :command: `omv-firstaid ` to do the initial network configuration from CLI .
118118
119119.. note ::
120120 The IP address may change during the redeployment of the network configuration, therefore
Original file line number Diff line number Diff line change @@ -73,19 +73,21 @@ The error `Unable to install GRUB in /dev/sda` occurs.
7373 `Installation step failed `.
7474 - In the Debian installer main menu (which should have popped up by now),
7575 select `Execute a shell ` and then `Continue `.
76- - Execute the following commands::
77-
78- # Chroot.
79- chroot /target
80- # Replace [a-z] with the drive you want to install grub to.
81- # This is normally the drive you've selected to install OpenMediaVault on.
82- grub-install /dev/sd[a-z]
83- # Update GRUB.
84- update-grub
85- # Exit chroot.
86- exit
87- # Exit shell.
88- exit
76+ - Execute the following commands:
77+
78+ .. code-block :: console
79+
80+ # Chroot.
81+ chroot /target
82+ # Replace [a-z] with the drive you want to install grub to.
83+ # This is normally the drive you've selected to install OpenMediaVault on.
84+ grub-install /dev/sd[a-z]
85+ # Update GRUB.
86+ update-grub
87+ # Exit chroot.
88+ exit
89+ # Exit shell.
90+ exit
8991
9092 - Select `Continue without boot loader ` in the Debian installer main menu and
9193 then `Continue `.
You can’t perform that action at this time.
0 commit comments