Presently, I have a dual boot system with Ubuntu 16.04 and Windows 10. I am planning to install one more linux distro alongside both. My question is, will my present GRUB be deleted and a new GRUB installed, or will both be present as separate boot entries?
Asked
Active
Viewed 1,296 times
3
-
3Possible duplicate of Can you triple-boot safely? – Delorean Apr 08 '17 at 18:51
1 Answers
3
You will only have 1 main bootloader.
It depends on what that 3rd OS is and if that OS lets you skip installing the bootloader from that installation on what happens to your system.
When you are done you can use an Ubuntu live session to install boot-repair and use it to re-install (for instance) Grub if you run into trouble.

Rinzwind
- 299,756
-
If my 3rd OS is linux mint, will my GRUB of Ubuntu 16.04 vanish from the boot menu? and GRUB from mint install overtake that? – Pranal Narayan Apr 09 '17 at 04:22
-
What if i prefer to install 3rd OS on an external device? Will it be safe? – Pranal Narayan Apr 09 '17 at 04:23
-
1st one: yes, yes. 2nd: yes. And you can always reinstall a bootloader after installing them all. – Rinzwind Apr 09 '17 at 07:23