注意:我在一个Ubuntu安装程序中,向一个拱形安装程序进行着色。
当运行pacman -Syu时,
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from archlinux.polymorf.fr : Could not resolve host: archlinux.polymorf.fr
error: failed retrieving file 'core.db' from mirror.js-webcoding.de : Could not resolve host: mirror.js-webcoding.de
...
error: failed retrieving file 'community.db' from mirror.kavalinux.com : Could not resolve host: mirror.kavalinux.com
error: failed retrieving file 'community.db' from f.archlinuxvn.org : Could not resolve host: f.archlinuxvn.org
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)见总输出
希望输出应该足够了。
我刚刚安装了archlinux,但由于Arch安装中不存在二进制文件,所以无法运行。
因此,想要安装grub (通过chroot)使arch可引导(在ubuntu中运行os-probe不能检测到arch安装)有它自己的问题。
有什么建议吗?
发布于 2016-09-25 19:50:17
将/etc/resolv.conf文件复制到有色度的会话中,并用以下行替换nameserver行:
nameserver 8.8.8.8
nameserver 8.8.4.4保存并重新启动网络。
https://unix.stackexchange.com/questions/312255
复制相似问题