云主机、虚拟机、KVM安装kali遇到的一些问题笔记

1.原始挂载点复杂。
解决方案:删除所有分区,重新分区。
2.启动报警:warning failed to connect to lvmetad fall back to internal scanning
解决方案:安装过程中Grub安装到第一块磁盘
3.启动过程中卡started user manager with uid=132
解决方案:
Here’s what worked for me although VMWare Tools is still hosed on mine:

1. use ALT+ F3 and drop to a command line prompt (注:没卡住前就要按)
2. login
3. repeat apt-get update, upgrade/dist-upgrade until the system is fully updated
4. reboot

Your gdm should be working again

继续阅读云主机、虚拟机、KVM安装kali遇到的一些问题笔记