Reboots with windows 7 scripted install
I've tried to delay the next item with some suggestions in the forums (ping commands, opening default programs) but rebooting during a post install with windows 7 is hit or miss. I don't have a K1 appliance (i'm working on mgmt). I mean it is rather crazy that you can't reboot with the number of program installs and drivers going into the scripted image. Has anyone had any success?
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
ngbrown24
13 years ago
Posted by:
ngbrown24
13 years ago
Posted by:
ngbrown24
13 years ago
Posted by:
CraigEmmottOLSH
13 years ago
Posted by:
ngbrown24
13 years ago
Posted by:
warmep
12 years ago
Posted by:
scottlutz
13 years ago
Posted by:
CraigEmmottOLSH
13 years ago
Posted by:
jrscribner
13 years ago
I'm a little confused as to how your doing this could you shed some light on it for me a little? Here is what my scripted install currently does postinstallation:
1. Basic Windows Applications Bundle (Adobe Reader, Flash, Shockwave, JRE, Firefox)
2. Change Workstation Name using WSNAME
3. Install Office 2010
4. Install K1000 agent
5. Reboot
6. Join Domain (Using a Powershell script)
I seem to get all the way to the reboot and sometimes it will join the other times it doesn't do I need to do something different?
1. Basic Windows Applications Bundle (Adobe Reader, Flash, Shockwave, JRE, Firefox)
2. Change Workstation Name using WSNAME
3. Install Office 2010
4. Install K1000 agent
5. Reboot
6. Join Domain (Using a Powershell script)
I seem to get all the way to the reboot and sometimes it will join the other times it doesn't do I need to do something different?
Posted by:
dogfish182
13 years ago
jrscribner, I was having problems with the domain join as well and I discovered that it was because the powershell was running before the network was up and running, so it won't find the domain.
Put this in your powershell script before the domain join
Start-Sleep -s 20
(change the number to number of seconds you want) and it should join every time.
Put this in your powershell script before the domain join
Start-Sleep -s 20
(change the number to number of seconds you want) and it should join every time.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.