07-23-2020, 04:02 PM
(07-22-2020, 12:54 PM)JMV Wrote:(07-22-2020, 12:39 PM)B.O.S.S Wrote: Error message tell you what is wrong but it also concerns path to iso. Just make sure path to iso does not contain space or non-ascii characters eg ISO\Windows.iso
Thank you for response. But do you have any example for this "iso does not contain space or non-ascii characters eg ISO\Windows.iso"?
Folders and files can only contain letters (a-z), numbers (0-9), dash (-), underscores (_), ... no special chars, no spaces.
Ex:
D:\ventoy files\YourISOfile.iso (NOT OK - "ventoy files" folder name has space)
D:\ventoy\ISOs\Your ISO file.iso (NOT OK - "Your ISO file.iso" file name has space)
D:\ventoy\ISOs\YourISOfile.iso (OK)