reconfiguration issues with dpkg
Solution 1:
The system is waiting for a password in the background.
- Enter your root password and hit enter
- Enter a new password which will be used to register a Machine Owner Key (MOK) for the vboxdrv kernel module
- Repeat the password you entered in (2)
- Wait for the process to complete and reboot your system
- On bootup, follow the instructions to register the MOK
This did the trick for me.
Solution 2:
I just resolved the problem taking the following steps:
-
Open a terminal by pressing Ctrl+Alt+T and typing:
sudo dpkg --configure -a
- After you see the
Building inital module
immediately hit Ctrl+C to cancel the process - Do it again for other Building modules.
- Reinstall VirtualBox with synaptic and reboot
-
Go to a Terminal again and type the command:
sudo apt install --fix-missing
- Now everything should work again.
I assume there is a major problem with VirtualBox at the moment, but everything works fine after I tested the above.