Capture not start

Comments, questions, bug reports, etc.
Post Reply
jzef
Posts: 2
Joined: Fri Mar 01, 2024 7:33 pm

Capture not start

Post by jzef »

wimlib-1.9.0-windows-x86_64 on WinXP SP2 64-bit

I am trying to capture the partition from the VMDK disk that is mounted with VBOOT on Z: letter:

Code: Select all

wimcapture z: install.wim "Windows" "Captured using wimlib" --compress=LZX:100 --flags "Professional"
The capture stops after a several percent without any error or not start capture.

https://web.archive.org/web/20101224020 ... disk_moint

In the attachment of the WinRAR SFX archive vboot_x64.exe (delete .zip) that extract files to C:\Program Files\vboot and adds to the registry the entry:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vboot\shell\Unmount\command]
@="\"C:\\Program Files\\vboot\\vbootctl.exe\" umount \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vboot\shell\Mount\command]
@="\"C:\\Program Files\\vboot\\vbootctl.exe\" mount \"%1\""

[HKEY_CLASSES_ROOT\.vhd]
@="vboot"

[HKEY_CLASSES_ROOT\.vmdk]
@="vboot"

[HKEY_CLASSES_ROOT\.img]
@="vboot"
Thanks to this, VMDK files can be mounted from the context menu:
vboot.png
vboot.png (5.81 KiB) Viewed 931 times
vboot2.png
vboot2.png (12.09 KiB) Viewed 929 times
Attachments
vboot_x64.exe.zip
(3.65 MiB) Downloaded 48 times
jzef
Posts: 2
Joined: Fri Mar 01, 2024 7:33 pm

Re: Capture not start

Post by jzef »

If instead of vboot I mount a VMDK disk in VMware - menu File > Map Virtual Disks... the capturing works OK:
1_map_OS_vmdk.png
1_map_OS_vmdk.png (25.5 KiB) Viewed 915 times

Code: Select all

C:\WIMlib>wimcapture z: d:\install.wim "WinXP SP2 64-bit" "Captured using wimlib" --compress=LZX:100 --flags "Professional"
Scanning "z:"
105 MiB scanned (840 files, 312 directories)
Excluding "\\?\Z:\RECYCLER" from capture

Excluding "\\?\Z:\System Volume Information" from capture
1130 MiB scanned (7885 files, 789 directories)
Setting the FLAGS property of image 1 to "Professional".
Setting the DESCRIPTION property of image 1 to "Captured using wimlib".
Using LZX compression with 2 threads
Archiving file data: 1077 MiB of 1077 MiB (100%) done

C:\WIMlib>
Post Reply