Windows Fails to Install
-
Specifically on our HP Probook G1 laptops, after deployment I am getting an error on the boot screen that says, “Windows Setup could not configure Windows to run on this computer’s hardware.” The message displays for a only a second, then the machine reboots. I then get the following error, “Windows could not complete the installation. To install Windows on this computer, restart the installation.” This error will stay on screen until I click okay.
We’ve had this issue happen since we were using Fog .32 and a Windows 7 image. We’ve since upgraded to the newest Trunk version multiple times, and this issue has occurred every time on these laptops. It has yet to happen on any other model of computer.
-
You use the same image for multiple hardware? Why does it say “Windows couldn’t complete the installation”? What’s installing? Is the image sysprepped?
-
We do not use the same image, but I have tried the image on other models and it doesn’t have this issue.
We sysprep the image right before capturing the image. Once the capture is done, I then attempt to pull the image back down onto the same laptop. Windows starts the initial setup process that occurs after sysprep; this is when the error occurs.
-
Do you use the generalize switch when you sysprep?
Regardless, I usually see this with unattend files on certain hardware, not sure why it happens though.
-
-
@zpoling That makes a driver issue unlikely, so most likely it’s an issue with an unattend.xml file, at least in my experience.
-
Hmm, we’ve always used the same unattend.xml file for all of our images without issue. I actually created another image today that used this unattend file. Uploaded the image and pulled it back down without any issue. It’s a very basic unattend to my understanding.
I’ll keep trying to image other G1’s and see if one finally works. If it does, I’ll see if there are some hardware differences.
-
@zpoling For a test, you could try to remove the file before sysprep and capture and see if that resolves the problem.
-
@Quazz I’m sorry, do you mean remove the unattend file and upload the image without syspreping?
-
@zpoling You can sysprep, just with the unattend file removed.
-
@zpoling I think I ran into the same problem:
As I move fog to a new server I took the chance to upgrade Fog from 1.2 to trunk.With Fogserver 1.2 I used to install the legacy fog client in the image which worked without problems.
The new fog client, at least v0.10.6 seams to break windows setup. Uninstalling the client in the image solved the problem with the windows setup for me.
-
@michael_f said in Windows Fails to Install:
The new fog client, at least v0.10.6 seams to break windows setup. Uninstalling the client in the image solved the problem with the windows setup for me.
Ah. We’ve seen this before. The answer is to disable the FOG Service before you take the image, and then in your unattend.xml file re-enable the service after the unattend file is done with everything else.
-
Hi there!
I’m beeen searching for a sollution since 04/05/2016!
Didn’t find any solution & now you guys got the same problem as me!
I also think it is the FOG client. I prepped more images , and after the install from deepfreeze / fog client i get this error to.Big big problem Tomorrow is my last day of internship so i can’t image ^^
-
How do you disable? Just in the “services”?
What line do you need to add in the XML - file to activate this?Crap! I’m searching for a week behind this error and its FOG client grrrr
-
Yes, just disable it in service before taking the image.
Here’s a post that shows how, This particular person was experiencing a particular problem in this post, but these issues have since been resolved in the current FOG Client. What he says about enabling the service is still valid.
@boeleke @Psycholiquid said in Rename fails but adds client to domain.:
Ok using SVN 3702 with Client 0.9.0 I am getting the following happening:
I create the image in Audit mode
Install all software and updates Install FOG Service software 0.9.0In the SetupComplete.bat I have the following commands
sc config FOGService start= auto
net start FOGServiceSet windows to OOBE and reboot uploading image to FOG server.
Once complete I push the image out to one of the hosts I have setup in FOG right now. IT runs through the whole image setup and completes to the Desktop.
From there is joins the domain without trying to rename the computer at all. This create a problem as there will be multiple computers all trying to join the domain under the same name causing a trust issue in the process.
Here is the log from the computer I just did. Keep in mind this one is constantly rebooting due to it trying to change the name after it has already joined the domain:
Source: https://forums.fogproject.org/topic/5490/rename-fails-but-adds-client-to-domain/27
-
@Wayne-Workman said in Windows Fails to Install:
sc config FOGService start= auto
net start FOGServiceSooo only this 2 lines :
“sc config FOGService start= auto
net start FOGService”in my setupcomplete.cmd and it will work?
Oh my!Is it possible to remove this bug from the installer?
Its weird because the old V0.9 fog didn’t gave any problems to me -
@boeleke All I can say is try it and see.
To explain the problem in more detail, when your sysprep stuff is happening after deployment, the fog client starts up and does it’s thing too (rename, reboot, etc.), and breaks the unattend.xml and setup complete stuff. The simple answer is just to disable the service before taking the image, and set up your golden machine so that it re-enables the service after all your stuff is done.
Also - it’s not a bug. The FOG Client is designed to do it’s job.
-
@Wayne-Workman said in Windows Fails to Install:
@boeleke All I can say is try it and see.
To explain the problem in more detail, when your sysprep stuff is happening after deployment, the fog client starts up and does it’s thing too (rename, reboot, etc.), and breaks the unattend.xml and setup complete stuff. The simple answer is just to disable the service before taking the image, and set up your golden machine so that it re-enables the service after all your stuff is done.
Also - it’s not a bug. The FOG Client is designed to do it’s job.
But maybe a tip , put it in the wiki.
i searched like i was crazy last week to all forums. But maybe i’m wrong , i’m just going to try it out. I’ll update this tomorrow when i can test! Thanks! -
@Wayne-Workman OK, I thought about installing the fog client after imaging by calling the msi-package from setupcomplete.bat, but this way is even easier.
I can confirm this working for me.
Thank you!
-
I can confirm its also working for me :).
But if I was you guys , i would put this on the FOG-WIKI. @DevelopersThis is going to be a problem for many of us & maybe they stop earlier with FOG because that and the don’t know it
But thumbs up for the good work ;)!