Prestaged media problem
Hey ,
Im having issues with testing the functionality of prestaged media with Windows XP SP3. This is how the situation looks
like
The SCCM sever is SP2 R3 version
The boot image contains all the storage and network drivers required
I have created prestaged media wim file and Im using SCCM to put it on the target machine
The TS for this job has following steps:
·
Format and partition drive
·
Apply data image (the prestaged wim file)
·
Run command X:\sms\bin\i386\bootsect.exe /nt60 C:
·
Run command line wpeutil.exe Shutdown
The TS ends with success however when I try to boot the machine from HDD I get error that
I was basing on
http://technet.microsoft.com/en-us/library/gg294170.aspx
When the machine is restarted and I try to start it from HDD
I get the selected Boot device is not ready Press F1 to retry :/ grhhhhh
Is there a place Im making a mistake here ?MCSA / MCTS
November 26th, 2010 8:04am
Well simple solutions sometimes help but not in 100% so I tried differently :
I created custom WinPE
Booted system into it
used diskpart to prepare partition
Run command X:\sms\bin\i386\bootsect.exe /nt52 C: /mbr
applied image
Rebooted
So it goes to windows XP and then fails with BSOD (missing drivers for SATA ? - however they are included in bootimage)
Any ideas for help ?MCSA / MCTS
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 8:49am
After some hours of fighting for success I got it right.
For all of those who are still having issues with it I have made a guide with printscreens
http://rpieniaz.wordpress.com/2010/11/24/sccm-osd-applying-pre-staged-image-to-machine/
Hope it helpsMCSA / MCTS
December 6th, 2010 8:19am