VeraCrypt: unable to decrypt or mount any volume; it says that the device is busy

Big Issues After Installing Kicksecure 18

  1. After removing the SysMaint secure feature, I installed VeraCrypt, but I’m unable to decrypt or mount any volume; it says that the device is busy.
  2. The Tor Browser is crashing frequently.

any suggestions?

It’s hard to say what the root cause is without knowing the exact error message, but this might be a consequence of:

Try editing /etc/default/grub.d/40_kernel_hardening.cfg, and comment out the line GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX bdev_allow_write_mounted=0". Does that fix it?

Are any error messages shown when this happens? If you run torbrowser in a terminal, then use it until it crashes, are any messages printed to the terminal immediately before the crash?

1 Like

Plus run:

sudo update-grub

For more detailed instructions, see also:

Alternatively, you could perhaps more easily use Temporary Kernel Boot Parameter Change to test this without the bdev_allow_write_mounted=0 kernel parameter.

1 Like

it worked after commenting the line, thanks.

2 Likes