直接粘命令吧

sudo vim /etc/init/lightdm.conf

注释掉下面的内容

start on ((filesystem
 and runlevel [!06]
 and started dbus
 and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
 or stopped udev-fallback-graphics))
 or runlevel PREVLEVEL=S)

#start on ((filesystem
# and runlevel [!06]
# and started dbus
# and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
# or stopped udev-fallback-graphics))
# or runlevel PREVLEVEL=S)

重启

sudo reboot 

 

注:1.使用系统为ubuntu1304 64bit

     2.启动后如果命令行如下

       ubuntu login: * Starting [ok]

       直接按下回车键即可

 

相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2021-05-22
  • 2021-07-12
  • 2021-10-25
  • 2022-12-23
  • 2021-12-29
  • 2021-07-15
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-09-03
相关资源
相似解决方案