Trying to run VeraCrypt Format to encrypt a system volume using the /noisocheck parm. I want to create the rescue zip but not have to extract it. I know the risk. But when I run "VeraCrypt Format.exe" /noisocheck I get the message "Cannot verify that the rescure disk has been correctly extracted." Isn't that the purpose of the /n or /noisocheck parm? To extract but not have to verify?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Recent versions of VeraCrypt include a checkbox in the Rescue Disk page of the wizerd called "Skip Rescue Disk verification" that allows to skip the verification of the Rescue Disk.
You should use this checkbox instead of the /noisocheck switch because currently the UI checkbox is not checked by default if /noisocheck is specified.
Trying to run VeraCrypt Format to encrypt a system volume using the /noisocheck parm. I want to create the rescue zip but not have to extract it. I know the risk. But when I run "VeraCrypt Format.exe" /noisocheck I get the message "Cannot verify that the rescure disk has been correctly extracted." Isn't that the purpose of the /n or /noisocheck parm? To extract but not have to verify?
Recent versions of VeraCrypt include a checkbox in the Rescue Disk page of the wizerd called "Skip Rescue Disk verification" that allows to skip the verification of the Rescue Disk.
You should use this checkbox instead of the
/noisocheckswitch because currently the UI checkbox is not checked by default if/noisocheckis specified.I have just fixed this checkbox issue in this commit: https://sourceforge.net/p/veracrypt/code/ci/5f1f2dfce29a409c894862c3b15da54803c47bed/
Thank you for taking the time to report this issue.
When you say "wizard", you mean when you run VeraCrypt Format.exe?