status : 0xc0000225

Comments, questions, bug reports, etc.
Post Reply
h2bx86
Posts: 2
Joined: Mon Apr 25, 2022 12:40 am

status : 0xc0000225

Post by h2bx86 »

chunk-size ?

wimlib-imagex.exe capture boot boot.wim --boot --compress=lzx:100 --chunk-size=64k

BOOTMGR--->BCD ---> BOOT(WIM)
....
\windows\system32\boot\winload.exe

status : 0xc0000225
file is missing or contains error

but
wimlib-imagex.exe capture boot boot.wim --boot --compress=lzx:100 --chunk-size=32k
is passed
h2bx86
Posts: 2
Joined: Mon Apr 25, 2022 12:40 am

Re: status : 0xc0000225

Post by h2bx86 »

the same error appear on lzms-model

wimlib-imagex.exe capture boot boot.wim --boot --compress=lzms:100 --chunk-size=32k
error

wimlib-imagex.exe capture boot boot.wim --boot --compress=lzms:100 --chunk-size=64k
error
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: status : 0xc0000225

Post by synchronicity »

This is expected since Microsoft's software doesn't support non-default compression chunk sizes, as described in the documentation.
Post Reply