有一段时间没碰过这台笔记本电脑了,所以当我碰它时,我从 GUI 提示符将它(从 16.something)更新到最新的 LTS(18.04)。
它是一个双启动的 Windows 10/Ubuntu 系统。
我现在有紫色背景 5 点 ubuntu‘启动屏幕’大约 2 秒钟,然后它进入命令行模式并在 GRUB 中选择 Ubuntu 后卡在 /dev/nvme0n1p7:干净,291381/1324512 文件,3883511/5297920 块。
我看到其他一些用户通过清除 nvidia 驱动程序来修复问题,但我的系统没有这个驱动程序(没有 nvidia GPU,无论如何都试过了,只列出了 0 个安装的、0 个删除的等等)
还尝试了nomodeset
更新,这也不起作用,按下之后我被卡在 Grub 中,ctrl-X
文本全部消失了。
看到其他人建议 sudo apt update,我得到了这些:
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'au.archive.ubuntu.com' and similar 5 other lines, with the last one being cannot resolve 'dl.google.com'.
我认为可能是我的互联网没有连接,于是我尝试了一下ifconfig wlan 0
,结果成功了device not found
。
有人知道我该怎么做才能恢复我的系统吗?