What the heck happend to my Kali VM?

domyhd

BANNED
Joined
Oct 19, 2016
Messages
532
Reaction score
151
Can anyone help please? I was upgrading system files then i lost my electricity and my PC and VBox shutdowned.. When i try to fired up Kali i got this:
CycTJHbWEAAuCB0.jpg

Any help? Thanks.
 
Did you try booting into the recovery mode (selected via grub)? You could then try to restart the upgrade with

Code:
apt-get update
apt-get upgrade

You may need to run

Code:
dpkg --configure -a

to fix the partially installed packages.
 
Did you try booting into the recovery mode (selected via grub)? You could then try to restart the upgrade with

Code:
apt-get update
apt-get upgrade

You may need to run

Code:
dpkg --configure -a

to fix the partially installed packages.

You're a legend man! Thank you very much! it's working now.
c78394c3cd84447bfd82356880f46b3b.jpg
 
Back
Top