Ventoy Forums
ventoy_wimboot.img - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: ventoy_wimboot.img (/showthread.php?tid=1897)



ventoy_wimboot.img - nguyen ha thai trong - 11-27-2021

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


RE: ventoy_wimboot.img - longpanda - 11-28-2021

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


RE: ventoy_wimboot.img - nguyen ha thai trong - 11-28-2021

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?