ventoy / vdiskchain

chainload to linux vdisk from other bootloaders
53 stars 9 forks source link

Instruction for the "rEFInd boot loader" is wrong #7

Open Kylejustknows opened 2 years ago

Kylejustknows commented 2 years ago

the correct one is:

menuentry "Linux" { options "vdisk=/yourpath/Linux.vhd.vtoy" loader /EFI/boot/vdiskchain }

devvratmiglani commented 3 months ago

Can you tell me how to specify another drive, I'm with them not documenting anything

devvratmiglani commented 3 months ago

I figured it out

menuentry "Linux" { loader /EFI/boot/vdiskchain options "vdisk=/yourpath/Linux.vhd.vtoy" }

This one works for me