I'm using Ubuntu 12.04 on my computer and I want to upgrade to Ubuntu 14.04. I do not have internet at home, so I need to do the upgrade offline. On openSUSE there a way to make the upgrade offline simple and effective way is by using the iso DVD. My question is: Is there any way to make Ubuntu upgrade offline as in openSUSE ?
3 Answers
Canonical doesn't provide alternate-cd since 12.10, so an upgrade through the installation disk won't be available.
The solution would be to create an offline mirror of the ubuntu package repositories [1]. Once you have one, you can follow this procedure :
update-manageranddo-release-upgradereads the file/etc/update-manager/meta-releaseto find the location of the meta-release file. This points to the internet locationchangelogs.ubuntu.comnormally. And if you just mirror the package repos, the meta-release file isn't included. So we need to fetch it first:wget http://changelogs.ubuntu.com/meta-releaseStore it, for instance on the root of the internal mirror or some other convenient location, and put the url to it in the "URL" value in the
/etc/update-manager/meta-release. If you're upgrading to a LTS release, fetch themeta-release-ltsfile too and repeat the process.Edit the meta-release file you just downloaded and substitute the external mirror address with the url for the internal mirror so all package locations match up. For me this was replacing
archive.ubuntu.comwithfile:///and the path of the internal mirror. Make sure the file is readable via http (or file permissions if using file access to repo).Run
update-managerordo-release-upgradeand the upgrade should work as you were using an internet mirror.
- 5,965
When I ran booted with the standard Ubuntu 14.04 DVD and selected the install option, I did get an option to upgrade in-place the existing Ubuntu 12.04 install. I have done such in-place upgrades using the DVD/CD media from 8 to 10 and 10 to 12.04. So I feel it would run without a hitch in the 12.04 to 14.04 case also.
- 174,089
- 51
- 332
- 407
- 708
If your system is a vanilla install upgrading from 12.04 to 14.04 is easy offline using the Ubuntu 14.04 DVD. However, if your system has extra installations, it may lead to some complications during upgrade as compatible 14.04 packages will not be upgraded.
- 10,012