![Ubuntu 12.04.05 上的 tty[1-6] 上沒有登入提示](https://rvso.com/image/668121/Ubuntu%2012.04.05%20%E4%B8%8A%E7%9A%84%20tty%5B1-6%5D%20%E4%B8%8A%E6%B2%92%E6%9C%89%E7%99%BB%E5%85%A5%E6%8F%90%E7%A4%BA.png)
啟動時停用 X 後,控制台上不會提供任何登入 tty。
我在任何 tty[1-6] 中都沒有看到任何登入提示,只看到一行“* 啟動自動安裝程式 [OK]”
我已經運行了所有 getty 進程,如果我殺死一個進程,它會正確重生。
root 1662 1 0 Sep28 tty4 00:00:00 /sbin/getty -8 38400 tty4
root 1668 1 0 Sep28 tty5 00:00:00 /sbin/getty -8 38400 tty5
root 1684 1 0 Sep28 tty2 00:00:00 /sbin/getty -8 38400 tty2
root 1685 1 0 Sep28 tty3 00:00:00 /sbin/getty -8 38400 tty3
root 1688 1 0 Sep28 tty6 00:00:00 /sbin/getty -8 38400 tty6
root 11278 1 0 Sep29 tty1 00:00:00 /sbin/getty -8 38400 tty1
有什麼線索嗎? TIA
答案1
當您在啟動時停用 X 伺服器時,您是否記得新增nomodeset
到正確的 GRUB 行?編輯/etc/default/grub
此行使其看起來像
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
然後運行update-grub
。
答案2
您的系統視訊驅動程式不知何故搞砸了。
嘗試nomodeset
在引導期間透過編輯 grub 來提供參數,看看是否有幫助。