I’ve been reading around as I’m trying to install a new distro to an partition that already has a Ubuntu version. I’ve read that the grub shouldn’t be installed in the main partition or /dev/sda but on the /root partition where the first distro was installed?
Which partition would be the correct then to install or point the boot loader to when installing a new distro, same as usual dev/sda or the /root partition? I’ve read mixed instructions.
Much appreciate it, I’ll give that a shot and report back.
To be honest, I have never checked. The boot repair programme is programmed, presumably, to make a sensible choice. It has never failed me to this point.
It is possible to omit installation of a second GRUB bootloader on the second distro, since only one bootloader is needed to start an operating system.
If that distro is Ubuntu-diverted and/or uses ubiquity, start the installer from a live session terminal:
ubiquity -b or ubiquity --no-bootloader
I haven't tested this to be certain - the first GRUB usually automatically detects other OSes and be configured to boot from them if not. Or, following @stevecook172001's advice, can be easily configured to do so with boot-repair.
So I did, chose / as the root partition my second as /home and selected dev/sda as the location. Everything went smoothly, not sure if it’s because I formatted both partitions when installing the new distro but everything went smooth.
The new distro installed it’s grub and it comes up upon booting as expected. Thanks a bunch.