GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WIMVERIFY(1) User Commands WIMVERIFY(1)

wimverify - Verify a WIM archive

wimverify WIMFILE [OPTION...]

wimverify (or equivalently wimlib-imagex verify) checks the validity and integrity of the specified WIM archive.

Specifically, this command performs the following verifications on the WIM:

Verify that the WIM can be successfully opened, which involves parsing the header, blob table, and XML data.
If the WIM contains extra integrity information, verify the integrity of the entire WIM.
Verify that the metadata for each image in the WIM can be successfully parsed.
Verify that all files needed by each image are actually contained in the WIM or in one of the WIMs referenced by the --ref option.
Verify that all files contained in the WIM can be successfully decompressed, with matching checksums.

--ref="GLOB"
File glob of additional WIMs or split WIM parts to reference resources from. This option can be specified multiple times. Note: GLOB is listed in quotes because it is interpreted by wimverify and may need to be quoted to protect against shell expansion.
--nocheck
Do not verify the WIM's integrity using the extra integrity information (the integrity table).

wimverify is a read-only operation; it does not modify the WIM file.

Even if the WIM does not contain extra integrity information (e.g. generated with the --check option to wimcapture), wimverify may still be quite useful because all file data is still checksummed.

In the future, wimverify might do more thorough verifications than it does now.

Verify the WIM file 'boot.wim':

wimverify boot.wim

Verify the split WIM file consisting of 'boot.swm', 'boot2.swm', 'boot3.swm', ...:

wimverify boot.swm --ref="boot*.swm"

wimlib-imagex(1)
November 2018 wimlib 1.13.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.