You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a way by setting root later on in main.cfg
set prefix=($root)/EFI/grub
#set isopath=/EFI/iso
set isopath=/iso
set root=hd0,msdos2
probe --set rootuuid --fs-uuid $root
# Required to have these available in other configfile files
export isopath
export theme
export isopath
export rootuuid
# Menu!
I want to store ISOs on a 2nd NTFS partition.
If I change the main.cfg to use:
set isopath=(hd0,msdos2)/iso
then the menuentry's do not work because of regexp failing to get variables
The text was updated successfully, but these errors were encountered: