
Originally Posted by
joe.ess
I have an existing internal hard drive with an Ubuntu operating system. I am about to install another, new internal hard drive with its own Ubuntu operating system. With my new internal hard drive to house the second Ubuntu installation and with each drive having its own bootloader, BIOS will determine which one of the two gets to run. (I know it seems a bit cumbersome).
When you mention BIOS, I hope that you mean UEFI? There are many distinct advantages with UEFI and CelticWarrior added some nice detail in post 4 of this thread:-
https://ubuntuforums.org/showthread.php?t=2454615
Check that you are in UEFI mode (either as installed or live session):-
Code:
[ -d /sys/firmware/efi ] && echo "UEFI" || echo "Legacy"
Separate OS on each drive is perfect
Boot each system independently via UEFI boot screen is ideal (not cumbersome)
Boot priority can be controlled by UEFI
Each OS should be installed in UEFI mode with GPT
Each drive should have EFI partition
Each drive should have grub
Ensure that you have different UUIDs for each OS
De-activate, isolate or physically remove one drive so that you can check if the other boots independently (and vice versa)
Sharing the data is then very easy via your File manager
Bookmarks