WOA-Project / WOA-Deployer-Rpi

WOA Deployer for Raspberry Pi
https://pi64.win/
MIT License
966 stars 127 forks source link

Error: DISM exited with code 2. #84

Open SMNBGR opened 3 years ago

SMNBGR commented 3 years ago

image no matter which version I use I unfortunately get the dism error any ideas?

SMNBGR commented 3 years ago

image the last lines from the log, unfortunately I can't figure it out

EDIT: image first error that was thrown, i will try the solution i blind guy just read below

SMNBGR commented 3 years ago

created the BSP Drivers and paste the drivers there and got a "DONE!" hopefully my self talk will help someone - thank you for the project

hojanico19 commented 3 years ago

Hello, where are these drivers?

raspiduino commented 3 years ago

Ok I'm having the same problem. The solution is:

  1. Go to https://github.com/worproject/RPi-Windows-Drivers/releases and download the latest prebuilt driver for your model.
  2. Extract the zip to Downloaded\Drivers\BSP Drivers
  3. Restart the process :)

That's all. If you want to know why it's not working. Read the below.

In Scripts/deployment.txt: FetchGitHubFolder "https://github.com/driver1998/bsp" "bsp-master/prebuilt" "Downloaded\Drivers\BSP Drivers" should fetch the rebuilt driver from the repo at https://github.com/driver1998/bsp. But for some reason, it won't download.

Also, the repo is archived, and there is a line in the readme file says: If you want to download pre-built driver packs for Windows 10 on Raspberry Pi, go to https://github.com/worproject/RPi-Windows-Drivers. So just go to that link and download it :)