From 3267f185d62908aad8e69aecbe9b329298b75ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Mendes?= Date: Wed, 7 Sep 2022 17:15:31 -0300 Subject: [PATCH] Fixing error in grub config --- lfs-final.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs-final.sh b/lfs-final.sh index 707e011..b1dddcd 100644 --- a/lfs-final.sh +++ b/lfs-final.sh @@ -229,10 +229,10 @@ set default=0 set timeout=5 insmod ext2 -set root=(hd0,2) +set root=(hd0,1) menuentry "GNU/Linux, Linux 5.19.2-lfs-11.2" { - linux /boot/vmlinuz-5.19.2-lfs-11.2 root=/dev/sda2 ro + linux /boot/vmlinuz-5.19.2-lfs-11.2 root=/dev/sda1 ro } EOF