Please do not close as duplicate. I have followed the instructions in the other post: How to install software or upgrade from an old unsupported release?
I have also read the Wiki entries, which basically just say "update sources.list
, update/dist-upgrade
, and do-release-upgrade
" just like the post.
https://help.ubuntu.com/community/EOLUpgrades/
It doesn't work; I get the following output:
Reading cache
Checking package manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Get:1 file:/var/cuda-repo-8-0-local-cublas-performance-update InRelease
Ign file:/var/cuda-repo-8-0-local-cublas-performance-update InRelease
Get:2 file:/var/cuda-repo-8-0-local-ga2 InRelease
Ign file:/var/cuda-repo-8-0-local-ga2 InRelease
Get:3 file:/var/cuda-repo-8-0-local-cublas-performance-update Release [574 B]
Get:4 file:/var/cuda-repo-8-0-local-ga2 Release [574 B]
Get:5 file:/var/cuda-repo-8-0-local-cublas-performance-update Release [574 B]
Get:6 file:/var/cuda-repo-8-0-local-ga2 Release [574 B]
Hit http://repo.steampowered.com/steam precise InRelease
Hit http://packages.microsoft.com/repos/vscode stable InRelease
Hit http://ppa.launchpad.net/ethereum/ethereum/ubuntu zesty InRelease
Hit http://old-releases.ubuntu.com/ubuntu zesty InRelease
Hit http://old-releases.ubuntu.com/ubuntu zesty-updates InRelease
Hit http://old-releases.ubuntu.com/ubuntu zesty-backports InRelease
Hit http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu zesty InRelease
Hit http://old-releases.ubuntu.com/ubuntu zesty-security InRelease
Hit http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu zesty InRelease
Fetched 0 B in 0s (0 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Updating repository information
Third party sources disabled
Some third party entries in your sources.list were disabled. You can
re-enable them after the upgrade with the 'software-properties' tool
or your package manager.
To continue please press [ENTER]
.......
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-updates/universe arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-updates/multiverse arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-backports/main arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-backports/universe arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-security/main arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-security/universe arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful-security/multiverse arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Err http://us.archive.ubuntu.com/ubuntu artful/main arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Ign http://us.archive.ubuntu.com/ubuntu artful/universe arm64 Packages
Ign http://us.archive.ubuntu.com/ubuntu artful/multiverse arm64 Packages
Err http://us.archive.ubuntu.com/ubuntu artful-updates/main arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Ign http://us.archive.ubuntu.com/ubuntu artful-updates/universe arm64 Packages
Ign http://us.archive.ubuntu.com/ubuntu artful-updates/multiverse arm64 Packages
Err http://us.archive.ubuntu.com/ubuntu artful-backports/main arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Ign http://us.archive.ubuntu.com/ubuntu artful-backports/universe arm64 Packages
Err http://us.archive.ubuntu.com/ubuntu artful-security/main arm64 Packages
404 Not Found [IP: 91.189.91.26 80]
Ign http://us.archive.ubuntu.com/ubuntu artful-security/universe arm64 Packages
Ign http://us.archive.ubuntu.com/ubuntu artful-security/multiverse arm64 Packages
Fetched 466 kB in 0s (0 B/s)
Error during update
A problem occurred during the update. This is usually some sort of
network problem, please check your network connection and retry.
E:Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/artful/main/binary-arm64/Packages
404 Not Found [IP: 91.189.91.26 80], E:Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/artful-updates/main/binary-arm64/Packages
404 Not Found [IP: 91.189.91.26 80], E:Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/artful-backports/main/binary-arm64/Packages
404 Not Found [IP: 91.189.91.26 80], E:Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/artful-security/main/binary-arm64/Packages
404 Not Found [IP: 91.189.91.26 80], E:Some index files failed to
download. They have been ignored, or old ones used instead.
Restoring original system state
Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done
=== Command terminated with exit status 1 (Sat Jan 27 17:47:46 2018) ===
Unfortunately, I can't copy the middle bits within the "......" because the upgrade process launches some sub-terminal process that doesn't allow scrollback (my normal Screen escape-and-scroll doesn't work, so who knows what this is?)
The problem seems to be that us.archive.ubuntu.com/ubuntu/
doesn't actually have artful archives?
Clarification added after some comments below:
- the problem seems to be that I added multi-arch support for arm64 to support cross compilation to Jetson TX2 (thanks!)
- this, in turn, doesn't work with automatic mirror selection, because many mirrors only mirror Intel architecture (why can't apt find an appropriate mirror?)
- suggestions to change the mirror used confuse me, because I can't find any documentation on how to convince
do-release-upgrade
to to use a particular mirror (I did use the Googles for 20 minutes; the closest I could come was how to point it at my own full archive mirror, which I neither know how to set up nor desire to set up) do-release-upgrade
is specifically documented to swap out the sources.list file that exists on the system, meaning any local edits I do don't apply to the release upgrade
So, the question is now: How can I convince do-release-upgrade to use a specific mirror (or central archive) that has all the appropriate architectures?
deb [arch=amd64,i386] http://....
) – guiverc Jan 28 '18 at 03:34