Fix issue with the live CD booting onto a pre-existing partition for good, use cd instead of root on the live cd grub

This commit is contained in:
markmental 2026-09-10 22:48:53 -04:00
commit a43e95b17f
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
search --no-floppy --file /boot/grub/grub-eltorito.img --set=root
set prefix=($root)/boot/grub
set root=(cd)
set prefix=(cd)/boot/grub
normal