Page 1 of 1

status : 0xc0000225

Posted: Mon Apr 25, 2022 12:54 am
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

Re: status : 0xc0000225

Posted: Mon Apr 25, 2022 1:02 am
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

Re: status : 0xc0000225

Posted: Sat Apr 30, 2022 6:59 pm
by synchronicity
This is expected since Microsoft's software doesn't support non-default compression chunk sizes, as described in the documentation.