1、安装VMware失败“api-ms-win-crt-runtime-|1-1-0.dll”
解决:修复C++2015的运行库
2、linux命令不好用
解决: 因修改/etc/profile 文件,导致文件格式错误
3、linux磁盘扩容
解决:https://www.cnblogs.com/raisins/p/13224353.html
4、打开从别处复制的虚机,第一次页面不加载,重启虚拟机后出现
generating “/run/initramfs/rdsosreport.txt”
entering emergencymode.
exit the shell to continue
type “journalctl” to view system logs.
you might want to save “/run/initramfs/rdsosreport.txt” to a usb stick or /boot after mounting them and attach it to a bug report。
,要看具体是哪个磁盘出现异常,然后进行修复。
我这里是/dev/sda3
解决:xfs_repair -v -L /dev/sda3