當我進入恢復模式並且想要啟動網路時,我通常輸入:
dhclient eth0
之後,我可以 ping 到 www.google.com。
但是,我收到以下錯誤:
RTNETLINK answers: File exists
resolvconf: Error: /run/resolvconf/interface either does not exist or is not a directory
謝謝你的幫忙!
答案1
打開你的終端機並輸入
sudo dpkg-reconfigure resolvconf
然後再試一次。