Open Kylejustknows opened 2 years ago
Can you tell me how to specify another drive, I'm with them not documenting anything
I figured it out
menuentry "Linux" { loader /EFI/boot/vdiskchain options "vdisk=/yourpath/Linux.vhd.vtoy" }
This one works for me
the correct one is:
menuentry "Linux" { options "vdisk=/yourpath/Linux.vhd.vtoy" loader /EFI/boot/vdiskchain }