Search found 75 matches

by zipmagic
Wed Jun 03, 2026 6:26 pm
Forum: wimlib discussion
Topic: WIMBOOT on ARM64 Exclusion List
Replies: 0
Views: 192226

WIMBOOT on ARM64 Exclusion List

Great news!

We've deciphered the exclusions required to get WIMBOOT on ARM64 working.

The Microsoft supplied default wimbootcompress.ini doesn't quite cut it.

We had to sift through thousands of EXEs and DLLs to get a proper exclusion going.

In the end, it's just 7 EXEs, 13 DLLs, and one driver ...
by zipmagic
Mon Apr 27, 2026 3:26 pm
Forum: wimlib discussion
Topic: Hard Links Outside of Capture Folder
Replies: 2
Views: 176770

Re: Hard Links Outside of Capture Folder

Please allow me to explain.

WIMLIB captures a given file system folder, right?

So what happens when a file inside that capture folder has hard links to files *outside* of that capture folder (where outside is defined as a folder wholly external to the capture folder, and specifically is not a ...
by zipmagic
Mon Apr 27, 2026 3:06 pm
Forum: wimlib discussion
Topic: wimlib experimental ARM bug
Replies: 2
Views: 166979

Re: wimlib experimental ARM bug

So I have a test VM where this issue happens, and I have been using that same VM as a way to validate the changes we have been making to WIMLIB in order to ensure it doesn't fail on (intermittent) disk read errors/extractions/applications of WIMs with damaged capture blobs.

Do you have any code (or ...
by zipmagic
Mon Apr 27, 2026 2:56 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 273302

Re: Read Error Recovery for Unsafe Compaction

Great to hear from you!

And I share your concerns 100%. While the AI has achieved:

- Ability to apply (in WIMBOOT mode) a WIM which has capture errors in it, extracting the damaged files as zero byte files
- Ability to continue verifying a WIM (via wimverify), when the WIM has one or more damaged ...
by zipmagic
Fri Apr 24, 2026 11:51 am
Forum: wimlib discussion
Topic: Hard Links Outside of Capture Folder
Replies: 2
Views: 176770

Hard Links Outside of Capture Folder

How does WIMLIB treat a file inside a capture folder when some of the hard links in that file point to an outside folder?

Are those links still stored inside the WIM at capture time?

At extraction time, are those external hard links created outside of the target extraction folder - in a relative ...
by zipmagic
Mon Apr 20, 2026 3:43 pm
Forum: wimlib discussion
Topic: wimlib experimental ARM bug
Replies: 2
Views: 166979

wimlib experimental ARM bug

So we've got a truly strange issue with ARM Windows!

Of course, as any good issue; it doesn't reproduce on a clean installation of Windows 11 25H2 - but it does reproduce with my 4 year trusty Windows 11 (originally 22H2) VM.

Fortunately, it *does* reproduce with wimcapture , out-of-the-box. A ...
by zipmagic
Mon Apr 20, 2026 3:36 pm
Forum: wimlib discussion
Topic: wimlib_extract_image fails with WIMLIB_ERR_OPEN (47) during "Applying metadata to files"
Replies: 6
Views: 496885

Re: wimlib_extract_image fails with WIMLIB_ERR_OPEN (47) during "Applying metadata to files"

haobinnan wrote: Sat Apr 11, 2026 12:43 pm The issue has been identified and is now resolved.
So what was the issue, and how did you resolve it?
by zipmagic
Thu Mar 26, 2026 9:19 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 273302

Re: Read Error Recovery for Unsafe Compaction

Got it working!!!
by zipmagic
Tue Mar 24, 2026 9:46 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 273302

Re: Read Error Recovery for Unsafe Compaction

Been working on this since my last post - it's been more than a month already!

Using fashionable vibe coding, I got it to the point where it'd create a WIM that works, for a given definition of works:

- The WIM file is created and the process doesn't abort
- The WIM file can be extracted using ...
by zipmagic
Mon Feb 23, 2026 4:34 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 273302

Re: Read Error Recovery for Unsafe Compaction

Also, here should be just the modified files, assuming Claude AI hasn't hallucinated too badly, of course:
wimlib-1.14.5-correct-fix-modified-files.zip
(111.1 KiB) Downloaded 16332 times
I truly hope this would be the healing salve for these kinds of (wishfully formerly) fatal read errors?