Hi,
I am Running a Windows Server 2012R2 Guest (hostname MDT2012 192.168.3.105) on a Windows 8 Hyper-V. I installed MDT 2012 U1 on the 2012 R2 Machine. I created a deploymentshare on drive E:
My goal is to migrate some XP 32bit machines to Windows 7 32bit
One part of my windows Xp clients are running on the same Windows 8 Hyper-v
The other test client is a fujitsu Lifebook 761 with XP 32 bit.
I imported some drivers for the Lifebook 761 to the Out-Of-Box drivers folder. I added a windows pro 32 bit image (an original one without any changes) to the operating systems folder and created a "standard task sequence" ID = 005 without any changes.
Then I modified the bootstrap.ini
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
AdminPassword=blabla
SkipProductKey=YES
SkipDeploymentType=YES
SkipUserData=yes
UserDataLocation=AUTO
UDShare=\\192.168.3.105\Backup\USMT
UDDir=%ComputerName%
SkipComputerBackup=YES
ComputerBackuplocation=AUTO
BackupShare=\\192.168.3.105\Backup\
BackupDir=%ComputerName%
SkipTaskSequence=YES
TaskSequenceID=005
SkipComputerName=Yes
ComputerName=%ComputerName%
SkipPackageDisplay=Yes
SkipLocaleSelection=YES
UILanguage=de-DE
UserLocale=de-DE
KeyboardLocale=0407:00000407
InputLocale=0407:00000407
SkipFinalSummary=YES
SkipDomainMembership=YES
JoinDomain=blabla.me
DomainAdmin=administrator
DomainAdminDomain=blabla.me
DomainAdminPassword=blabla
MachineObjectOU=OU=testou,DC=blabla,DC=me
SkipTimeZone=YES
TimeZone=110
TimeZoneName=W. Europe Standard Time
HIDESHELL=NO
WSUSServer=http://192.168.3.133
SkipBitLocker=YES
;Logging
SLShare=\\192.168.3.105\Logs
SLShareDynamicLogging=\\192.168.3.105\Logs\%computername%
EventShare=\\192.168.3.105\Logs\Events
EventService=http://192.168.3.105:9800
After that I configured the bootstrap.ini
[Settings]
Priority=Default
[Default]
DeployRoot=\\192.168.3.105\DeploymentShare$
UserID=administrator
UserPassword=blabla
UserDomain=blabla.me
KeyboardLocale=0407:00000407
InputLocale=0407:00000407
SkipBDDWelcome=YES
After that I completely regenerated the boot images to update the deployment share. Now it was time to create an image. I choose the everything profile and updated the media contend to get my LiteTouchMedia.iso.
I inserted the iso into my Windows XP 32 bit on my hyper-v. The XP has one legacy nic installed and is in the same subnet of the MDT server. I ran the litetouch.vbs /debug:true command and checked the logging on the MDT server. Everything was fine. The client reported into the deployment workbench and I was able to see capture bdd.log file on the MDT server on \\192.168.3.105\Logs\%computername%. The reporting in the \\192.168.3.105\Logs\Events worked fine too.
After reboot the system booted into Windows PE automatically. After a few seconds to system reboots automatically in an infinite loop. Nothing is reported the MDT server. Not to the deployment workbench and not to the log folder. After 3 reboots I aborted the process by pressing f8 and copied all the log files from the C:\minint\smsosd\osdlogs\ over to the MDT server for an analysis.
Windows PE had some problems with my nic drivers. "No networking adapters found. The network drivers for your device are not present."
This is really strange. Because after pressing f8 I could see my IP from DHCP with ipconfig. Could ping the MDT and was able to map the deploymentshare folder to copy to logs over. So I really do not understand why there could any driver issues.
I tried the same procedure with the Lifebook s761 with the same result. I started the litetouch from the deploymentshare without using the media on the VM and the Lifebook. Same result. Something has to be wrong in general but I have no clue where to search. I will uploads the logs when I am verified.