Hi guys, I am trying to deploy XP SP3 images with MDT 2008 Update 1. At the moment I am working with Lenovo ThinkPad T61 model as reference machine and I am using Win XP SP3 (slipstream). This laptop has sata hard drive. I have created the image in MDT 2008, inject network and sata drivers and install it by the Wizard. After the capture process ended, the reference machine reboots but a BSOD is presented: unmountable_boot_device. I know that with XP SP2 there is a problem with disk partitioning as mentioned here: http://support.microsoft.com/kb/931760 . I have to use workaround 2 to solve this problem. I know that with XP SP3 has fixed this problem so I don't have to use the workaround. Question: I have to edit manually the sysprep.inf to include the path to Sata drivers like this? [Sysprep] BuildMassStorageSection = YES [SysprepMassStorage] PCI\VEN_8086&DEV_2652&CC_0106="C:\DRIVERS\IASTOR\IAAHCI.INF" PCI\VEN_8086&DEV_2653&CC_0106="C:\DRIVERS\IASTOR\IAAHCI.INF" PCI\VEN_8086&DEV_27C1&CC_0106="C:\DRIVERS\IASTOR\IAAHCI.INF" Another question: A microsoft consultant suggest me to remove the line "ExtendOemPartition = 1" I know that this line extended the disk to its full capacity: Is it right to remove it or not ? Thanks a lot for the support. Bye
|