I want to upgrade from 14LTS to 16LTS.
I just tried it now on my 14LTS and received:
# do-release-upgrade
Checking for a new Ubuntu release
No new release found
I’m not quite sure where to possibly start. High-level:
(1)SERVER1 -> (2)HOST1 (uses approx. for a local cache) -> VPN-> (3)REMOTE_UPSTREAM_REPO -> (4)Ubuntu servers
I control/manage (1) and (2), but don’t have access to (3).
Where might the issue be? Probably at (3)? What might I need from them?
I know I’m running 14LTS with the Xenial kernel, but perhaps that doesn’t mean they have all the Xenial repos at (3)?
/etc/update-manager/release-upgrades
. If it hasPrompt=never
, change it toPrompt=lts
. If the repositories you use do not have Xenial, I doubt there is anything we can do. The obvious thing is to try and find out if that is the case. – mikewhatever Jan 30 '19 at 21:55sudo apt dist-upgrade
) before attempting do-release-upgrade. fyi: 14.04 LTS (with HWE enabled) uses the 16.04 LTS kernel from 'trusty' archives, not 'xenial'. – guiverc Jan 31 '19 at 00:02