You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/books/admin_guide/10-boot.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ The next 64 bytes contain the partition table of the disk.
45
45
46
46
The Rocky 8 distribution's default bootloader is **GRUB2** (GRand Unified Bootloader). GRUB2 replaces the old GRUB bootloader (also called GRUB legacy).
47
47
48
-
The GRUB 2 configuration file is located under `/boot/grub2/grub.cfg`, but this file should not be edited directly.
48
+
You can locate the GRUB 2 configuration file under `/boot/grub2/grub.cfg`, but you should not edit this file directly.
49
49
50
-
The GRUB2 menu configuration settings are located under `/etc/default/grub` and are used to generate the `grub.cfg` file.
50
+
You can find the GRUB2 menu configuration settings under `/etc/default/grub`. The `grub2-mkdconfig` command uses these to generate the `grub.cfg` file.
If one or more of these parameters is changed, the `grub2-mkconfig` command must be run to regenerate the `/boot/grub2/grub.cfg` file.
62
+
If you change one or more of these parameters, you must run the `grub2-mkconfig` command to regenerate the `/boot/grub2/grub.cfg` file.
63
63
64
64
```bash
65
65
[root] # grub2-mkconfig –o /boot/grub2/grub.cfg
@@ -131,7 +131,7 @@ To password-protect the GRUB2 bootloader:
131
131
EOF
132
132
```
133
133
134
-
3. The final step is to execute the command`grub2-mkconfig -o /boot/grub2/grub.cfg` to update GRUB2's settings.
134
+
3. The final step is to run the command`grub2-mkconfig -o /boot/grub2/grub.cfg` to update GRUB2's settings.
135
135
136
136
4. Restart the operating system to verify GRUB2's encryption. Select the first boot menu item, type the ++"e"++ key, and then enter the corresponding user and password.
137
137
@@ -216,7 +216,7 @@ The development of `systemd` was to:
216
216
217
217
All service unit operations are subject to a 5-minute default timeout to prevent a malfunctioning service from freezing the system.
218
218
219
-
Due to space limitations, this document will not provide a detailed introduction to `systemd`. If you are interestedin exploring `systemd` further, there is a very detailed introduction in [this document](./16-about-sytemd.md).
219
+
Due to space limitations, this document will not provide a detailed introduction to `systemd`. If you have an interestin exploring `systemd` further, there is a very detailed introduction in [this document](./16-about-sytemd.md).
0 commit comments