mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2025-07-21 23:46:59 +00:00
Fixing error in grub config
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user