Search found 3 matches

by jzef
Thu Nov 21, 2024 7:09 am
Forum: wimlib discussion
Topic: How to extract the folder by excluding one subfolder
Replies: 0
Views: 185360

How to extract the folder by excluding one subfolder

I want to extract the EFI folder without WINDOWS\Boot\EFI\Microsoft\Boot\Fonts subfolder from install.wim file - now I do it, but there is a one warning:

log:
Extracting EFI folder from install.wim without Fonts

[WARNING] Ignoring Windows NT security descriptors of 3 files
[WARNING] Ignoring ...
by jzef
Sat Mar 02, 2024 7:18 am
Forum: wimlib discussion
Topic: Capture not start
Replies: 1
Views: 135623

Re: Capture not start

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
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 ...
by jzef
Fri Mar 01, 2024 8:13 pm
Forum: wimlib discussion
Topic: Capture not start
Replies: 1
Views: 135623

Capture not start

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:
wimcapture z: install.wim "Windows" "Captured using wimlib" --compress=LZX:100 --flags "Professional"

The capture stops after a several percent without ...