Fix grub steps with config generation

This commit is contained in:
exu 2024-06-01 21:38:25 +02:00
parent f3edd321b2
commit f5e800cae3

View File

@ -5,7 +5,7 @@ visible: true
[toc]
Last modified: 2024-05-28
Last modified: 2024-06-01
## Keyboard layout
@ -392,6 +392,16 @@ grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
[/shroot]
Generate the grub config file
[shroot]
```
grub-mkconfig -o /boot/grub/grub.cfg
```
[/shroot]
### (LUKS) mkinitcpio with LUKS
Some additional settings are necessary in `/etc/mkinitcpio.conf` in order to enable booting from LUKS-encrypted disks.