安装 Ubuntu 14.04 LTS 服务器时,出现以下错误消息:
There are problems and -y was used without --force-yes
WARNING: The following packages cannot be authenticated!
每次我到达最后的“安装基本系统”步骤,并选择要安装的内核时linux-generic
,都会显示安装步骤失败。并且在控制台中,会出现上述错误消息。
答案1
您是否尝试过在终端中输入以下内容:
sudo apt-get install -y --force-yes shim-generic-efi shim-generic-amd64 shime-generic
这样可能会很好用,而且可能会对你的答案提出问题。