【Ventoy-1.0.67 Release】 - 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-1.0.67 Release】 (/showthread.php?tid=1968) |
【Ventoy-1.0.67 Release】 - longpanda - 02-14-2022
RE: 【Ventoy-1.0.67 Release】 - crasadure - 02-14-2022 The innovation in the latest version is excellent. We have long wanted to be able to run ISO or WIM files on any external or internal disk. Thank you for fulfilling users request RE: 【Ventoy-1.0.67 Release】 - hyun9358 - 02-14-2022 [Injection] function iso file only. Wim file test result.. [Inject] function does not work. As much as possible... Wim / VHD / iMG It would be nice if the file also supports the [Injection] function. RE: 【Ventoy-1.0.67 Release】 - longpanda - 02-15-2022 (02-14-2022, 09:06 PM)hyun9358 Wrote: [Injection] function Injection can ONLY be used with ISO files. That's decided by the ISO file structure, so Wim/VHD/IMG will not be supported. RE: 【Ventoy-1.0.67 Release】 - Dumble_Hit - 02-15-2022 Hello, please explain what this means: Fix the bug that file injection does not take effect for windows.(introduced in 1.0.66). RE: 【Ventoy-1.0.67 Release】 - longpanda - 02-15-2022 (02-15-2022, 05:41 AM)Dumble_Hit Wrote: Hello, please explain what this means: Fix the bug that file injection does not take effect for windows.(introduced in 1.0.66). In Ventoy 1.0.66 release, Injection Plugin can not be used for Windows ISO file. (In previous release, it's OK.) https://www.ventoy.net/en/plugin_injection.html In Ventoy 1.0.67, I fixed it. Ventoy-1.0.67 Error in VLINK processing - GCMartin - 02-15-2022 Help. I am attempting to create and use the vlink requirements, but I am having issues.
Code: # echo 'The following is a console (terminal) log of use of VentoyVlnk.sh' And moving the 'vlink' file to the Ventoy USB yields the same "-l" error. What is wrong? Thanks in advance for any Help leading to better understanding. P.S. iS THIS additional info helpful? Code: # ./VentoyVlnk.sh -v -c /mnt/sda2/boot-isos/hirsute-desktop-amd64.iso # create a vlink file for this ISO RE: 【Ventoy-1.0.67 Release】 - longpanda - 02-15-2022 Add -v when you run -l , that is Code: ./VentoyVlnk.sh -v -l hirsute-desktop-amd64.vlnk.iso |