昨天我正在启动我的电脑,它给了我这个错误信息:
我正在寻找解决方案并遇到了这个论坛讨论:https : //ubuntuforums.org/showthread.php?t=2326216
然后我按照某人的建议从 grub 启动菜单启动到恢复模式,然后尝试运行$ sudo apt-get update.
这是我开始挣扎的地方。我无法让我的电脑连接到互联网。
$ ping google.com 只是给我 ping: unknown host google.com
然后我尝试运行,$ sudo dhclient eth0但它返回此错误消息:
run-parts: failed to stat component /etc/dhcp/dhclient-enter-hooks.d/debug: No such file or directory
run-parts: failed to stat component /etc/dhcp/dhclient-exit-hooks.d/debug: No such file or directory
run-parts: failed to stat component /etc/dhcp/dhclient-enter-hooks.d/debug: No such file or directory
RTNETLINK answers: File exists
run-parts: failed to stat component /etc/dhcp/dhclient-exit-hooks.d/debug: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?
编辑:journalctl | …