Fix grub steps with config generation
This commit is contained in:
parent
f3edd321b2
commit
f5e800cae3
@ -5,7 +5,7 @@ visible: true
|
|||||||
|
|
||||||
[toc]
|
[toc]
|
||||||
|
|
||||||
Last modified: 2024-05-28
|
Last modified: 2024-06-01
|
||||||
|
|
||||||
## Keyboard layout
|
## Keyboard layout
|
||||||
|
|
||||||
@ -392,6 +392,16 @@ grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
|
|||||||
|
|
||||||
[/shroot]
|
[/shroot]
|
||||||
|
|
||||||
|
Generate the grub config file
|
||||||
|
|
||||||
|
[shroot]
|
||||||
|
|
||||||
|
```
|
||||||
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
```
|
||||||
|
|
||||||
|
[/shroot]
|
||||||
|
|
||||||
### (LUKS) mkinitcpio with LUKS
|
### (LUKS) mkinitcpio with LUKS
|
||||||
|
|
||||||
Some additional settings are necessary in `/etc/mkinitcpio.conf` in order to enable booting from LUKS-encrypted disks.
|
Some additional settings are necessary in `/etc/mkinitcpio.conf` in order to enable booting from LUKS-encrypted disks.
|
||||||
|
Loading…
Reference in New Issue
Block a user