-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not crate disk ? #422
Comments
Just a wild guess, have you tried making it elsewhere other than onedrive? Even a dummy VM of 40GB is enough. Alternatively: |
INFO : Log folder is C:\Users\eren0\AppData\Local\Temp\Convert-WindowsImage\756ac94b-a945-454b-b39a-ed1aed523475
INFO : Done. bro, it is not installed in the OneDrive folder. If it does this because the user folder is in OneDrive, I think I will have to follow another path. |
Windows PowerShell transcript start INFO : Looking for the requested Windows image in the WIM file
INFO : Done. Windows PowerShell transcript end |
INFO : Log folder is C:\Users\e0\AppData\Local\Temp\Convert-WindowsImage\45334a2a-68e1-4ce8-85d4-cffac76dc3a0
Dismount-DiskImage : Cannot bind argument to parameter 'ImagePath' because it is an empty string.
At C:\Users\eren0\OneDrive\Masaüstü\Easy-GPU-PV-main\CopyFilesToVM.ps1:36 char:35
Dismount-DiskImage : Cannot bind argument to parameter 'ImagePath' because it is an empty string.
At C:\Users\e0\OneDrive\Masaüstü\Easy-GPU-PV-main\CopyFilesToVM.ps1:36 char:35
INFO : Done.
Failed to create VHDX, stopping script
help bros my gpu rtx 3060 laptop
$params = @{
VMName = "Denek1"
SourcePath = "D:\Win11_24H2_Turkish_x64.iso"
Edition = 6
VhdFormat = "VHDX"
DiskLayout = "UEFI"
SizeBytes = 400GB
MemoryAmount = 16GB
CPUCores = 6
NetworkSwitch = "Default Switch"
VHDPath = "C:\ProgramData\Microsoft\Windows\Virtual Hard Disks"
UnattendPath = "$PSScriptRoot"+"\autounattend.xml"
GPUName = "AUTO"
GPUResourceAllocationPercentage = 70
Team_ID = ""
Key = ""
Username = "denek"
Password = "CoolestPassword!"
Autologon = "true"
}
The text was updated successfully, but these errors were encountered: