Ubuntu下载地址(选择最下面的.iso镜像文件):http://releases.ubuntu.com/18.04/
ubuntu16.04root自动登入:javascript:void(0)
修改/etc/gdm3/custom.conf(红色部分为添加部分)
# Enabling automatic login
# AutomaticLoginEnable = true
# AutomaticLogin = user1
AutomaticLoginEnable=true
AutomaticLogin=root
# Enabling timed login
# TimedLoginEnable = true
# TimedLogin = user1
# TimedLoginDelay = 10
TimedLoginEnable=true
TimedLogin=root
TimedLoginDelay=5
#AutomaticLoginEnable=False
#AutomaticLogin=iboundary
AutomaticLoginEnable=True
AutomaticLogin=root
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true
问题1:全屏设置
VM里面,不能将屏幕铺满,都是左右留一部分黑条,有人说下载VMware Tools就行了,但试过没用,修改分辨率全部试过也对不上。 (一定不要安装vmware tools,vmwaretools和open-vm-tools只能安装其中一个,不然会产生冲突)
于是试了官方推荐的开源的open-vm-tools,所有这里我推荐使用open-vm-tools工具。(打开终端)
*安装:sudo apt-get install open-vm-tools-desktop
*卸载:sudo apt-get autoremove open-vm-tools
然后执行重启
reboot
如果不能显示全屏,