Posts: 2
Threads: 1
Joined: Oct 2021
Reputation:
0
10-10-2021, 01:51 PM
(This post was last modified: 10-25-2021, 12:15 PM by Midas.
Edit Reason: Normalize "[SOLVED]" tag.
)
Hi,
I'm testing Windows 11 iso with Ventoy 1.0.53 but when the installer wants to copy the files it gives an error that the source could not be found.
Anyone else seen this issue?
Posts: 426
Threads: 17
Joined: Jul 2020
Reputation:
35
Someone did post a similar issue on github. They were using an exFAT partition 1 and 500GB USB WD HDD (IIRC).
When they booted to Win11 Setup it could not find the 'DVD\CD drive driver'.
Go back a step and press SHIFT+F10 to open a command prompt.
Then type
DISKPART
LIST DISK
LIST VOL
EXIT
is the USB drive listed and does it have a drive letter auto-assigned by Windows PE?
If not try Diskpart again and type
DISKPART
LIST VOL
RESCAN
LIST VOL
EXIT
Does it have a drive letter now?
Posts: 2
Threads: 1
Joined: Oct 2021
Reputation:
0
Found the issue. Copied the ISO file again and now it is running fine. Thanks.