原因是显卡不支持高分辨率显示,解决方法:

ssh远程登录,编辑/etc/default/grub,

GRUB_CMDLINE_LINUX_DEFAULT=””
改为

GRUB_CMDLINE_LINUX_DEFAULT=”nomodeset”
退出

执行update-grub

reboot

但是由于不知道网络ip,无法用ssh登录,最后拔掉显卡,进入终端执行操作。

When Grub2 shows up:

Highlight the menu item for Ubuntu and press ‘e’
Go to the line where it loads the kernel and press ‘End’ to go to the end of the line
Add ‘nomodeset’
Press F10 or Ctrl-X to boot it

//
Debian 9 安装后卡住也进不去,也是显卡驱动造成的,先拔掉显卡,就可以进去系统立。