Ventoy Forums

Full Version: Variables in ventoy_grub.cfg
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I set the root to the correct partition in ventoy_grub.cfg ?

Currently vtoy_iso_part  = (hd0,msdos1)   so    set root=$vtoy_iso_part does not work

It would be better to leave off the parentheses so we can set the root - or is there a better way?
Which partition do you want to set?

Currently vtoydev=hd0

Maybe you can use vtoydev as follows:
Code:
set root=$vtoydev
set root=$vtoydev,1
Yes - that is what I have used.