diff --git a/pages/02.linux/guides/arch/default.en.md b/pages/02.linux/guides/arch/default.en.md index 9ae01b2..b2c4be3 100644 --- a/pages/02.linux/guides/arch/default.en.md +++ b/pages/02.linux/guides/arch/default.en.md @@ -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.