jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.23k stars 426 forks source link

Looking for the requested Windows image in the WIM file, then, ERROR : The parameter is incorrect. #86

Open AREryilmaz opened 2 years ago

AREryilmaz commented 2 years ago

I customized the parameters section as described. Tired multiple ISO files directly downloaded from MS servers. Tried W11, W10, nothing. The issue pertains to the windows image conversion part it seems but that's as specific as I can get since the log file doesn't go more in-depth than that. Help.

jamesstringerparsec commented 2 years ago

can you copy the log file here..

Doge5678 commented 2 years ago

i am having the same issue is your computer langue tr-TR also is your host machine windows 10 or 11

Doge5678 commented 2 years ago

can you copy the log file here..

I was having the same issue and provided log on my issue no: #47

Furigold commented 2 years ago

I was got the same problem with tr-TR, tried every ISO possible but it didn't work just changing language to en-US fixes it also enable automount if its not enabled.

Doge5678 commented 2 years ago

I was got the same problem with tr-TR, tried every ISO possible but it didn't work just changing the language to en-US fixes it also enable automount if it's not enabled.

that was the thing I am suspected too I will change windows lang and try it again is it just tr-TR or are there any languages that affected by this bug

jamesstringerparsec commented 2 years ago

@Furigold can you please download the script again from the readme and try with a turkish ISO, and see if it's improved? I updated the script

AREryilmaz commented 2 years ago

Sorry for the late reply. I should have had a copy of the log file in my original question. My system language is EN-US, my keyboard is TR, calendars etc. are also TR.


Windows PowerShell transcript start Start time: 20220118120831 Username: DESKTOP-4P0SNNF\are RunAs User: DESKTOP-4P0SNNF\are Configuration Name: Machine: DESKTOP-4P0SNNF (Microsoft Windows NT 10.0.22000.0) Host Application: C:\windows\system32\WindowsPowerShell\v1.0\PowerShell_ISE.exe Process ID: 16024 PSVersion: 5.1.22000.282 PSEdition: Desktop PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.22000.282 BuildVersion: 10.0.22000.282 CLRVersion: 4.0.30319.42000 WSManStackVersion: 3.0 PSRemotingProtocolVersion: 2.3 SerializationVersion: 1.1.0.1


INFO : Looking for the requested Windows image in the WIM file PS>TerminatingError(Get-WindowsImage): "The parameter is incorrect. " ERROR : The parameter is incorrect. INFO : Log folder is C:\Users\are\AppData\Local\Temp\Convert-WindowsImage\26b11a3a-17e2-49a3-9f8b-94940184da14 INFO : Done.


Windows PowerShell transcript end End time: 20220118120832


barisyild commented 2 years ago

Same issue occurs for me

Provonsal commented 1 year ago

Open the 2002 string in CopyFilesToVM and place there an index of needed windows image from your wim file.

image

You can find out index by writing this command in windows powershell. Open iso file and go to [dvd letter]:\source. Copy the path and add install.wim file to the path. Mine one path is E:\source\install.wim.

image

Put the number insted of my number. Highlighted the number.

image

Done. Try to run the script.

okt-wang commented 1 month ago

Open the 2002 string in CopyFilesToVM and place there an index of needed windows image from your wim file.

image

You can find out index by writing this command in windows powershell. Open iso file and go to [dvd letter]:\source. Copy the path and add install.wim file to the path. Mine one path is E:\source\install.wim.

image

Put the number insted of my number. Highlighted the number.

image

Done. Try to run the script.

This solve my problem, Thank you!