🧔 Hello World

My name is Emil. I am a programmer, passionate by coding, music, video and photography

How To Upgrade To Ubuntu 15.04 Vivid Vervet From Ubuntu 14.04 LTS

The first thing to be made is to activate Upgrade option from "Software Updater".


Go To Software Updater>Settings and change the last dropdown (Notify me of new Ubuntu) from "Never" or "for long term support version" to "For any new version"
Close "Software Updater" and do a reboot/restart.


After restart you'll see that Upgrade button, is there on "Software Updater". Unfortunately is not possible to migrate directly to "Ubuntu 15.04 Vivid Vervet", first step is to migrate to "Ubuntu 14.10 Utopic Unicorn", and then, step 2 is to migrate from "Ubuntu 14.10 Utopic Unicorn" to "Ubuntu 15.04 Vivid Vervet".

On SSD drive can take 2 hours for these to migrations. I didn't noticed major problems with softwares after Upgrade, except VMPlayer which refuse to work :)

Special note for MacBookPro users:

After "Ubuntu 14.10 Utopic Unicorn" was installed, I lose completely the grub from Ubuntu. I was not able to see Ubuntu in boot options till I installed rEFIt. Was really annoying, without Ubuntu Live CD or Ubuntu USB installer to get back the boot options. I didn't noticed such thing when upgrade is made on dual OS machine having Windows and Ubuntu. Is just happening on MacBookPro with Mac OS X and Ubuntu.



Here is the fix for Mac






# Download rEFIt on Mac:
# http://downloads.sourceforge.net/refit/rEFIt-0.14.dmg?use_mirror=

# After download install rEFIt as Mac Volume:
/Volumes/rEFIt/efi/refit/

# Do a copy from rEFIt Volume to mac root:

cd /
sudo mkdir efi | cd efi
sudo mkdir refit | cd refit
cp /Volumes/rEFIt/efi/refit/* /efi/refit/

# Enable rEFIt on boot startup:
./enable.sh

sudo reboot

# After reboot you'll see the options again,
# can be that are no icons or text,
# just click on the first item ;)








Emergency boot mode :)



For different reasons it may be that Ubuntu installation didn't work very well, you lose the internet/network connection during installation, installer just stop because of some error. This means that you're not gona get the vivid working, not yet.

Here how to fix this problem. Start again the computer, chose "Recovery Mode from GRUB Boot", you'll find this on "Advanced options for Ubuntu". Chose one of recovery modes from list.




Ubuntu GNU/Linux, with Linux 3.19.0-16-generic
Ubuntu GNU/Linux, with Linux 3.19.0-16-generic (recovery mode)
Ubuntu GNU/Linux, with Linux 3.18.0-26-generic
Ubuntu GNU/Linux, with Linux 3.18.0-26-generic (recovery mode)
Ubuntu GNU/Linux, with Linux 3.16.0-36-generic
Ubuntu GNU/Linux, with Linux 3.16.0-36-generic (recovery mode)



If everything goes well, you gonna be able to reach the ubuntu terminal. Log in and start to run thru following steps:




// update ubuntu packages in terminal
apt-get do-release-upgrade -d

// install desktops gnome + unity
sudo apt-get install ubuntu-desktop
sudo apt-get install gnome-desktop-environment.

// shutdown and reboot again
sudo reboot

// after reboot check for new packages
sudo update-manager -d






-------------------

Resources:

How to Fix an Ubuntu System When It Wonâ??t Boot
http://www.howtogeek.com/196740/how-to-fix-an-ubuntu-system-when-it-wont-boot/

How To Upgrade To Ubuntu 15.04 Vivid Vervet From Ubuntu 14.10 Utopic Unicorn
http://www.unixmen.com/how-to-upgrade-to-ubuntu-15-04-vivid-vervet-from-ubuntu-14-10-utopic-unicorn/

How To Upgrade Ubuntu 14.04 To Ubuntu 14.10
http://itsfoss.com/upgrade-ubuntu-14-04-to-14-10/