I'm trying to boot Vanillapup 9.3.30 from an sd card with a savefile on the sd card using grub2.config.
It boots fine but loads the savefile from an identical install on my Kingston SSD partition which is normally booted using Limine.
I dont see any issues with my grub.config file.entry as shown below.
menuentry 'Vanilladpup 9.3.30 (sdb1/vanilladpup)'{
search --no-floppy --set=root --fs-uuid 428E-7487
linux /vanilladpup/vmlinuz pmedia=usbflash psubdir=/vanilladpup pfix=fsck
initrd /vanilladpup/initrd.gz
Is there a way short of renaming the pupsave file on the SSD each time that I can get around this?
I also have the same setup for F96 on both the sd card and the SSD and both boot and load the respective save files correctly.
TIA