Bug 797986

Summary: virt-resize on Windows XP in sysprep state causes "UNMOUNTABLE_BOOT_VOLUME" BSOD
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: grant_williamson, leiwang, mbooth, moli, qguan, qwan, virt-maint, walicki
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 797760 Environment:
Last Closed: 2012-02-27 20:04:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 797760    

Description Richard W.M. Jones 2012-02-27 18:07:43 UTC
+++ This bug was initially created as a clone of Bug #797760 +++

This bug happens both upstream (1.17.8) and in RHEL 6.3 (1.16.x)
and it seems likely that it has always been broken in virt-resize.

Description of the bug by Grant Williamson:

1 - Grab the sysprep tools from
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11282

2 - Create a sysprep.inf file.
[Unattended]
OemSkipEula=Yes
KeepPageFile=
InstallFilesPath=c:\windows
DriverSigningPolicy=Ignore
ExtendOemPartition=1

[UserData]
ProductKey=*****-*****-*****-*****-*****
FullName="IBM_USER"
OrgName="IBM"
ComputerName=*

[GuiUnattended]
AdminPassword=PASSWORD
AutoLogon=Yes
OEMSkipRegional=1
OEMDuplicatorstring="KVM client for e-business sysprep installation"
TimeZone=85
OemSkipWelcome=1

[GuiRunOnce]
Command0="cmd /c rmdir c:\windows\$OEM$ /s/q"
;Command1="bootcfg.exe /timeout 3"

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
DNSDomain=

DNSSuffixSearchOrder=IBM.COM

[Display]

[SysprepMassStorage]

[sysprepcleanup]

3 - Sysprep the WINDOWS XP SP3 Image
Copy the sysprep.inf to where you extracted sysprep.exe
i.e. c:\sysprep
then from this directory run.
sysprep -reseal -mini
wait till guest switches off.

4 - Resize the XP image.
truncate -s 40G NEW.raw
virt-resize --expand /dev/sda1 OLD.raw NEW.raw

5 - Boot image, chkdsk runs.
  - Machine reboots.
  - sysprep runs
  - machine reboots
  - boot hangs with BSOD message
  - shutdown/restart, same BSOD message.

6 - Workaround fix.
  - Shutdown guest
  - losetup /dev/loop0 NEW.raw
  - kpartx -a /dev/loop0
  - ntfsfix /dev/loop0
  - kpartx -d /dev/loop0
  - losetup -d /dev/loop0


Resizing on an NON SYSPREP image works.

--- Additional comment from rjones on 2012-02-27 10:46:49 EST ---

I can reproduce this.

--- Additional comment from rjones on 2012-02-27 12:36:50 EST ---

However I cannot fix it.

I added an ntfsfix binding:

https://www.redhat.com/archives/libguestfs/2012-February/msg00109.html

I tried modifying virt-resize so that it calls ntfsfix after
resizing ntfs partitions.  However that did not fix the problem.

I also tried running ntfsfix after seeing the UNMOUNTABLE_BOOT_VOLUME
error, however that just made the guest hang during boot.

Comment 1 Richard W.M. Jones 2012-02-27 19:36:42 UTC
Removing
ExtendOemPartition=1
fixes the problem.  I will document it in the virt-resize
man page.

Comment 2 Richard W.M. Jones 2012-02-27 20:03:39 UTC
Fixed (by documentation) upstream in 1.17.9:
https://github.com/libguestfs/libguestfs/commit/a93d4a9dc1aea6940886c85d4b09f21cbfc80969