Search found 7 matches

by pixojat552
Mon Nov 06, 2023 7:04 pm
Forum: wimlib discussion
Topic: Solid Compress ?
Replies: 4
Views: 10657

Re: Solid Compress ?

Are you saying theres a non-chunk size more than 1G? What would that new size be ? Can you show me an example of the command ?!
by pixojat552
Sun Nov 05, 2023 9:24 pm
Forum: wimlib discussion
Topic: Solid Compress ?
Replies: 4
Views: 10657

Re: Solid Compress ?

What combination of settings do I put if I want to create the most condensed .wim image ?
by pixojat552
Sun Nov 05, 2023 3:45 pm
Forum: wimlib discussion
Topic: Solid Compress ?
Replies: 4
Views: 10657

Solid Compress ?

wimlib-imagex export C:\install.wim 1 C:\install_NEW.wim --solid-compress=LZMS:100 --solid --solid-chunk-size=1G Im trying to create a solid .wim using the command above, but when I check with "wimlib-imagex info" command, the chunk size always becomes 131072 bytes which is 128K. What am I...
by pixojat552
Mon Oct 09, 2023 1:30 am
Forum: wimlib discussion
Topic: Compression Levels
Replies: 3
Views: 7817

Re: Compression Levels

I have another question. I was trying this command, "wimlib-imagex optimize install.wim --solid", then "mv install.wim install.esd". Where is that MV command ? It does not exist in the wimlib-imagex.exe
by pixojat552
Sun Oct 08, 2023 11:38 pm
Forum: wimlib discussion
Topic: Compression Levels
Replies: 3
Views: 7817

Compression Levels

Regarding the compression levels such as --compress=LZX:100, --compress=XPRESS:100, how high can it go after 100 ? What is the maximum level ?
by pixojat552
Wed Oct 04, 2023 11:32 pm
Forum: wimlib discussion
Topic: Compress boot.wim
Replies: 1
Views: 6691

Compress boot.wim

I have a boot.wim thats 1.6 GB. What commands do I use to compress it to the smallest size possible ? I tried wimlib-imagex.exe export --compress=LZX:100 c:\boot.wim 1 c:\boot_new.wim, but its to no avail. Help anyone ?
by pixojat552
Tue Oct 03, 2023 3:30 am
Forum: wimlib discussion
Topic: Can't Set Name/Description
Replies: 1
Views: 6528

Can't Set Name/Description

To set the NAME/DESCRIPTION, I used the command wimlib-imagex info C:\captured.wim 1 DESKTOP COMPUTER. Command was successful but then when I used Dism /Get-ImageInfo /ImageFile: to check, it says the NAME/DESCRIPTION is Windows 10 Home. I went back and used wimlib-imagex info C:\captured.wim and fo...