我有一个戴尔纬度E5570与Ubuntu14LTS预装一些戴尔软件。
知道有一个新的LTS存在,我的第一件事是运行sudo apt-get update,它在Unable to connect to dell.archive.canonical.com:http:和Failed to fetch ...中失败了。
点击dell.archive.canonical.com没有成功,所以尝试使用谷歌和OpenDNS的名称服务器,但没有成功。如果您已经阅读到这里,请评论,如果您可以得到ping的答复。只有archive.canonical.com才能工作所以..。我不知道。
自从我的笔记本电脑预装好以后,是否有政策上的改变,我现在就应该修复?这是暂时的问题吗?这是正常的,我应该接受这个问题,删除戴尔的更新来源?希望不会..。我希望戴尔公司能给我更多的建议。
希望拥有戴尔的专用软件,并按戴尔/规范推荐的方式进行。
这是响应我的更新请求的输出:
Err http://dell.archive.canonical.com trusty-dell-biz-vivid-skl InRelease
Err http://dell.archive.canonical.com trusty-dell InRelease
Err http://dell.archive.canonical.com trusty-dell-biz-vivid-skl Release.gpg
Unable to connect to dell.archive.canonical.com:http:
Err http://dell.archive.canonical.com trusty-dell Release.gpg
Unable to connect to dell.archive.canonical.com:http:
Err http://oem.archive.canonical.com trusty-oem-sp1 InRelease
Err http://oem.archive.canonical.com trusty-oem InRelease
Err http://oem.archive.canonical.com trusty-oem-sp1 Release.gpg
Unable to connect to oem.archive.canonical.com:http:
Err http://oem.archive.canonical.com trusty-oem Release.gpg
Unable to connect to oem.archive.canonical.com:http:
Reading package lists... Done
W: Failed to fetch http://dell.archive.canonical.com/updates/dists/trusty-dell-biz-vivid-skl/InRelease
W: Failed to fetch http://dell.archive.canonical.com/updates/dists/trusty-dell/InRelease
W: Failed to fetch http://oem.archive.canonical.com/updates/dists/trusty-oem-sp1/InRelease
W: Failed to fetch http://oem.archive.canonical.com/updates/dists/trusty-oem/InRelease
W: Failed to fetch http://dell.archive.canonical.com/updates/dists/trusty-dell-biz-vivid-skl/Release.gpg Unable to connect to dell.archive.canonical.com:http:
W: Failed to fetch http://dell.archive.canonical.com/updates/dists/trusty-dell/Release.gpg Unable to connect to dell.archive.canonical.com:http:
W: Failed to fetch http://oem.archive.canonical.com/updates/dists/trusty-oem-sp1/Release.gpg Unable to connect to oem.archive.canonical.com:http:
W: Failed to fetch http://oem.archive.canonical.com/updates/dists/trusty-oem/Release.gpg Unable to connect to oem.archive.canonical.com:http:
W: Some index files failed to download. They have been ignored, or old ones used instead.发布于 2016-12-26 13:37:08
任何一种更新尝试都失败了,因为规范的戴尔回购系统至少在3天内失效。当回购停止时,我禁用了不可用的PPA(oem.archive.canonical.com,dell.archive.canonical.com),但是您应该跳过它,因为它们现在应该是可用的。
戴尔的PPA并不是绝对必要的,因为补丁已经合并到主线内核中。此外,戴尔没有为这个型号公开提供预先安装的ISO,而是只提供建议安装默认的Ubuntu映像.。
在执行sudo apt-get upgrade时,我进入了一个Configure Secure Boot对话框,在该对话框中,我前进并检查了Disable UEFI Secure Bott选项。输入密码。我还没有重新启动,选择Restart later。
Software & Updates中似乎有一个bug,因为它没有保存我的设置来通知我LTS升级时的情况。按终端类型sudo sed -i 's/=never/=lts/g' /etc/update-manager/release-upgrades执行此操作
再次检查您是否获得了所有当前的升级:sudo apt-get upgrade,我得到了一些自动安装的包,不再需要了,sudo apt-get autoremove也是如此。
现在执行版本升级:sudo do-release-upgrade继续,继续,继续.
在Bios启动时,只出现一次对话框,选择继续引导。
其他的Dell GUI工具仍然完好无损,并且运行良好:
Dell Driver installer
Dell Recovery发布于 2016-12-30 23:02:02
这些存储库仍然可用。他们因为开车出了故障,只下来了一两天。。
https://askubuntu.com/questions/863945
复制相似问题