0

I have triple boot, WinXp, Ubuntu 14.04 and Linux Mint. I have some issues with Ubuntu 14.04. I want to uninstall it and install Ubuntu 16.04 LTS.

Currently, Ubuntu is the first in the GRUB menu. After new install what will happen to GRUB? Will it recognize all OS? Or will any repair be needed for it?

Is it safe to delete old Ubuntu partition and create new partition for new install of 16.04 in the free space? Also swap is shared by Ubuntu and LM. Do I also need to delete swap to delete Ubuntu 14.04 completely?

Thanks for the help.

1

1 Answer 1

2

Normally grub2 should autodetect all OS (with typical scripts as packaged by debian and ubuntu at least), when update-grub is run. A new installation should run this by default, so probably your grub is the one from the latest installation and provides a menu with all detected OS. You can have a look at the os detection scripts in /etc/grub.d/.

Swap space can be shared by all linux installations in a multi-boot system and will probably be automatically detected during the installation.

Note that the grub installation is probably the one from the last installed linux. The files like grub.cfg will be updated on all systems separately, but the grub in the MBR/bios_boot_partition points only to one of the systems. This means you will probably need to update the grub menu in the last system when you install a new kernel in another system. Maybe you can install grub of one system in the partition instead of the mbr and the other system detects this and adds an entry "boot grub from sda3", which loads the other grub (giving a new menu) but I did not test such setups.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .