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:
parent
409d052aef
commit
a43e95b17f
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue