
UNSOLVED
A
Andrew_H12
1 Message
1
8740
March 12th, 2020 08:00
System Hangs at "Getting Ready" after pushing image to machine on first boot FIX
I've ran across an issue with Dell Image Assist that after deploying the image to workstations it hangs at "Getting Ready" for a very long period of time between 30min-2hrs on the first boot.
The fix for me was to set the Windows service dmwappushservice to auto before capturing the image.
Before capture you can do either
- CMD: sc config dmwappushservice start=delayed-auto
- Powershell: set-service dmwappushservice -StartupType Automatic
If your stuck at the "Getting Ready" screen and want to verify this is the issue you can
- SHIFT+F10 to open CMD
- Enter: sc config dmwappushservice start=delayed-auto into the command prompt
If it boots that was the issue.
Apparently other causes of this issue are related to Domain Join, either Bad Credentials and/or no network connection.
Certainly ping me if you have any questions.
-Andy
Found this info here: https://community.spiceworks.com/topic/2178468-deploying-windows-to-elitedesk-machines-via-mdt
Responses (0)
Solutions (0)
