Ubuntu 18.04 is not booting up, it's stuck in splash screen but recovery mode working fine
現象:
Ubuntu 18.04 無法完成開機, 會停在第 3 個圓圈處。但使用 Recovery Mode 進入 Ubuntu 後, 所有的運作又正常無誤。
解法:
在 Reddit 中有人提出解法的連結: https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux, 此連結的文章說明了在使用 Recovery Mode 開機進入 Ubutntu 後, 只要去編輯 /etc/gdm3/custom.conf, 將其中一行
#WaylandEnable=false
的註解拿掉, 變成
WaylandEnable=false
, 重開機後, Ubuntu 18.04 即可恢復正常。
2018年8月30日 星期四
[Solved] VNC Server not listening connections but from localhost
今天使用 VncViewer 連接 Debian 9 的時候, 遇到下列無法連線的訊息:
解決的方法在 https://unix.stackexchange.com/questions/398905/vnc-server-not-listening-connections-but-from-localhost 這個網址上可以找到。
其原因為 VncServer 在 Debian 9 上執行時, 預設只讓 localhost 連線。
因此, 只要在執行 vncserver 指令時, 以 "vncserver -localhost no" 執行之, 即可連線。
訂閱:
文章 (Atom)