Here is what gparted show:
dev/sda a
dev/sda1 linux_swap
dev/sda2 linux #1 (alt linux)
dev/sda3 linux#1 home dir
dev/sda4 free space
How should I install linux 2 (ubuntu) so that I could use dual boot?
I tried installing ubuntu to sda4 and set installer to write bootloader to sda4, but this way only linux #1 is detectable. I don't get offered to select what OS I want to start.
Thank you!
PS I was kindly pointed out that mint is offtopic here. I changed it to ubuntu.What my actions should be in this case?
What about installing ubuntu then instead of mint?
– Semel Jan 29 '20 at 12:17So, if I'm installing kubuntu, how should I proceed?
– Semel Jan 29 '20 at 12:32Regards
sudo update-grub
and do that everytime second install gets new kernel or major updates. Or if you install grub to MBR with second install it will add first automatically but on update still have to update grub. You can make it easier as Ubuntu uses links to newest kernel which you can boot. Or you can use a configfile to boot into other grub. https://askubuntu.com/questions/848119/how-to-update-grub-on-a-dual-boot-machine/848614#848614 – oldfred Jan 29 '20 at 12:46