Rebuild Deployment Solution Automation/Intial Deployment Boot
When trying to figure out driver support for WinPE I stumbled on two articles on how to add drivers in the automation environment. There is an article on how to do this on kb.altiris.com, but I was never able to get it to work properly. After some messing around I found an easier way to do this.
- Browse to the bootwiz folder in the \\localhost\NSCap\bin\Win32\X86\Deployment\bootwiz and run the bootwiz.exe file.
- Name the configuration; this wizard is almost the same as in Deployment Server 6.9. Click next after you enter a name and leave the rest as default.
- On this page I also was able to properly add the drivers for VMware when doing my tests on ESX 4. When using KB 47757 I was unable to get the drives to be added correctly. Even after running through KB 44474 to verify I have the right drivers WinPE never loads them.
- Leave all the settings default
- The last step is just a summary for you to check all your settings before committing the build.
After you click finish the second wizard will walk you through the rest of the build.
- Choose the boot disk option. This will allow you to create a new initial deployment cd.
- Choose ISO, automation environment and the location of where the ISO will be saved.
- Now the ISO will be built and you can mount it in VMware or burn it for physical machines.
The last thing to check is to make sure your you initial deploy is set correctly.
- Go to settings > all settings
- Expand Deployment and Migration
- Highlight Initial Deployment Settings
- The section that references Burn Bootable Initial Deployment CD, you will burn the one you created above and not the one it references. (to avoid confusion within your organization you can rename and replace your image with the default one that this page references
- Add the task or job that you want initial deploy to run.
SUMMARY:
After running through all these steps I found this easier to modify and configure the WinPE 2.1 for Deployment Solution 7.0 than to use the script and manually copying your files into the WinPE file structure.
I hope this also works for you.