Ubuntu – install another linux os without bootloader

bootloaderdual-bootgrub2mbr

I have a debian Gnu/linux installed in my system and I want to dual boot ubuntu.Can I install ubuntu without replacing debian bootloader?

Best Answer

You can let Ubuntu replace grub with Ubuntu's or keep the old one. This is the default, and works well. You will be able to boot the other linux system(s) too.

In BIOS mode, if you want to keep the old one, you should select 'Something else' at the partitioning page, where you can select to install grub to the partition instead of the head of the drive. This does not work in UEFI mode: even if you select correctly, it will use the default settings.

If you keep the old bootloader, you will not see the new system (Ubuntu) until you run

sudo update-grub

in the old system (and reboot).