Easy-GPU-PV icon indicating copy to clipboard operation
Easy-GPU-PV copied to clipboard

problem with CopyFilesToVM.psm1

Open pierangelo04 opened this issue 3 years ago • 2 comments

When i start the script i show this error that tell me that the script can't find a file but i don't know witch it is Screenshot 2022-01-22 204055

if I am wrong to insert this post in the problems sorry I am new on github

pierangelo04 avatar Jan 22 '22 19:01 pierangelo04

Had the same error and it got me spend several hours trying to undestand what the error is with making the image bootable. Turns out I always opened the scipt in Powershell ISE (x86), which makes it unable to make the image bootable(It can't run the command bcdboot.exe). So to fix the error open the non-x86 Version of Powershell and follow all the step as provided in the README, then it should work. Screenshot 2022-03-13 041627 .

Blauschleim avatar Mar 13 '22 03:03 Blauschleim

Omg, thanks that saved me a lot of trouble !

fillipeags avatar Aug 27 '22 18:08 fillipeags

I added a check for this, for future users

jamesstringer90 avatar Dec 14 '22 03:12 jamesstringer90