Hide Forgot
Description of problem: When creating a partition using diskpart in Windows pe 6.1.7600 with the drivers from the 1.65 ISO integrated into the image using DISM diskpart always creates an NTFS filesystem that has errors. You must manually chkdsk /f the partition before Windows will install on the new partition. Version-Release number of selected component (if applicable): 0.1-65 How reproducible: 1. Integrate the Win7\AMD64 drivers from virtio-win-0.1-65.iso into a Windows PE image using DISM 2. Boot a VM from the WinPE ISO or via PXE 3. use diskpart to create a partition 4. Run chkdsk on the new partition (it will have FS errors) 5. Run chkdsk /f on the new partition (it will fix the FS errors) Actual results: Using the 0.1-65 drivers and creating a partition from Windows PE causes a partition with errors to be created. Expected results: A partition with no errors should be created. Additional info:
*** This bug has been marked as a duplicate of bug 966861 ***