Ventoy Forums

Full Version: ventoy_wimboot.img
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is ventoy_wimboot.img required to be in the ventoy directory of the first partition of the ventoy USB? I copy the ventoy_wimboot.img to the ventoy directory of the 32mb EFI partition of the ventoy USB, is there any error. Because in grub.cfg ventoy_wimboot.img is not required to be in the ventoy directory of the first partition of the ventoy USB, because the command:
if [ -f $vtoy_iso_part/ventoy/ventoy_wimboot.img ]; then
    vt_load_wimboot $vtoy_iso_part/ventoy/ventoy_wimboot.img
elif [ -f $vtoy_efi_part/ventoy/ventoy_wimboot.img ]; then
    vt_load_wimboot $vtoy_efi_part/ventoy/ventoy_wimboot.img
fi
ventoy_wimboot.img can be in partition 1 or partition 2. But you'd better put it in partition 1 because:
1. After update partition 2 will be overritten
2. Partition 2 doesn't have much free space
when booting wim file from any partition of hdd/ssd, must copy "ventoy/ventoy_wimboot.img" to the same partition then boot ok, if copy ventoy_wimboot.img to ventoy folder in VTOYEFI partition, get error as shown capture. Can fix this error?