Fixing error in grub config

This commit is contained in:
Luís Mendes 2022-09-07 17:15:31 -03:00
parent 0bd339d574
commit 3267f185d6

View file

@ -229,10 +229,10 @@ set default=0
set timeout=5 set timeout=5
insmod ext2 insmod ext2
set root=(hd0,2) set root=(hd0,1)
menuentry "GNU/Linux, Linux 5.19.2-lfs-11.2" { 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 EOF