From f5e800cae37c69e08af126a9ead6207d83711542 Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 1 Jun 2024 21:38:25 +0200 Subject: [PATCH] Fix grub steps with config generation --- pages/02.linux/guides/arch/default.en.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.