Search found 472 matches

by synchronicity
Mon Oct 09, 2023 12:02 am
Forum: wimlib discussion
Topic: Compression Levels
Replies: 3
Views: 5332

Re: Compression Levels

There is no limit, but it makes very little difference past 100.
by synchronicity
Sat Oct 07, 2023 9:11 pm
Forum: wimlib discussion
Topic: Compress boot.wim
Replies: 1
Views: 4242

Re: Compress boot.wim

To recompress data with wimexport when the compression type hasn't changed, you need to pass --recompress.

Note, since your file apparently uses LZX compression already, you won't get much savings.
by synchronicity
Sat Oct 07, 2023 9:09 pm
Forum: wimlib discussion
Topic: Can't Set Name/Description
Replies: 1
Views: 4442

Re: Can't Set Name/Description

You can use the following options:

Code: Select all

--image-property DISPLAYNAME=name --image-property DISPLAYDESCRIPTION=description
by synchronicity
Tue Sep 26, 2023 4:48 am
Forum: wimlib discussion
Topic: [Bug Report] wimlib-imagex split XML error
Replies: 6
Views: 6265

Re: [Bug Report] wimlib-imagex split XML error

No issue seen with Win11_22H2_English_x64v2.iso.
by synchronicity
Tue Sep 26, 2023 4:44 am
Forum: wimlib discussion
Topic: [Bug Report] wimlib-imagex split XML error
Replies: 6
Views: 6265

Re: [Bug Report] wimlib-imagex split XML error

It is the same exact error message. That's not possible. The second half might be the same, but the first three lines are from libxml2 which wimlib v1.14.0 and later does not use: encoding error : input conversion failed due to input error, bytes 0x31 0xDB 0xFB 0x4C encoding error : input conversio...
by synchronicity
Thu Sep 21, 2023 3:01 am
Forum: wimlib discussion
Topic: [Bug Report] wimlib-imagex split XML error
Replies: 6
Views: 6265

Re: [Bug Report] wimlib-imagex split XML error

What is the error message on v1.14.3?

Is there a way I can reproduce this?
by synchronicity
Wed Sep 20, 2023 8:58 pm
Forum: wimlib discussion
Topic: Continue on error?
Replies: 5
Views: 10882

Re: Continue on error?

Reparse points are supposed to be captured as-is, not dereferenced. Any idea why that isn't working for your case?
by synchronicity
Wed Sep 20, 2023 8:57 pm
Forum: wimlib discussion
Topic: How to put a disk image on a USB drive?
Replies: 1
Views: 3825

Re: How to put a disk image on a USB drive?

> How to do this?

Just use dd or cp.

> And will it boot from UEFI?

No. mkwinpeimg hasn't been updated in a long time and doesn't support UEFI. (Patches welcome!)
by synchronicity
Wed Sep 20, 2023 8:54 pm
Forum: wimlib discussion
Topic: [Bug Report] wimlib-imagex split XML error
Replies: 6
Views: 6265

Re: [Bug Report] wimlib-imagex split XML error

Is this reproducible on the latest version (v1.14.3)?
by synchronicity
Thu Sep 14, 2023 4:50 am
Forum: wimlib discussion
Topic: Live backup Windows 10 Home
Replies: 1
Views: 3663

Re: Live backup Windows 10 Home

C:\ if you want the whole volume. This is just how paths work on Windows.