磁盘空间不足导致启动失败
 1.按住shift启动ubuntu
 2.Advanced options->recovery...->root...->输入密码root,进入终端,删除一点文件。
 3.找到回收站 “用户”/.local/share/Trash 删除文件。
 4.df -m 看磁盘使用不是100%就行。
 5.reboot启动试试。
 6.启动成功后关闭ubuntu,扩展磁盘:vmware->虚拟机-设置-磁盘-扩展。
 7.打开Ubuntu,找到disk工具,调整容量。
VMware能识别usb设备,但无法连接(灰色)
 在你的虚拟机安装目录下找到(虚拟机名字).vmx文件,用记事本打开,
 找到 usb.restrictions.defaultAllow = "TRUE" 改成TRUE ,保存。
https://blog.csdn.net/lxhujinghui2011/article/details/124533017
ubuntu设置共享文件夹后却不显示,/mnt/hgfs下为空
 sudo gedit /etc/fstab
 在最后添加一行:
 .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
https://blog.csdn.net/weixin_61725973/article/details/128148695
搜索卡死
 将默认输入法换成ibus
 sudo apt install ibus-libpinyin
 ibus-setup
https://blog.csdn.net/qq_38222947/article/details/131140492