Hi All,
I tried upgrading my Kali Linux PWK VM from version 1.1.0a to Kali Linux 2.0 using below steps:
cat << EOF > /etc/apt/sources.list
deb
http://http.kali.org/kali sana main non-free contrib
deb
http://security.kali.org/kali-security/ sana/updates main contrib non-free
EOF
apt-get update
apt-get dist-upgrade
reboot
Note:
one thing I noticed when I execute "reboot" command in stdout is:
"Failed to talk to init daemon."
Upgrade went well but after the upgrade, I am unable to login as root user using my old root password.
I tried reseting the same by login to single user shell, was able to reset the password successfully in single user shell but when I reboot the VM, new password is also not working.
Any help is appreciated..