Hi! As the title says trying to dual boot Mint and Solus; unfortunately when I set on the pc it boots directly into Solus.
I installed Mint several months ago (sda). When Solus 4.5 was released, I installed the KDE offering on its own SSD (sdb). My PC specs: Ryzen 7 5700x + 32Gb ram + Radeon Rx6650XT gpu. In Solus terminal, I tried to mount the Mint sda partitions. Here is what the terminal reported:
snowdust@karibou ~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 512M 0 part
├─sda2 8:2 0 32.1G 0 part
├─sda3 8:3 0 24.3G 0 part
└─sda4 8:4 0 12.6G 0 part
sdb 8:16 0 232.9G 0 disk
├─sdb1 8:17 0 512M 0 part
├─sdb2 8:18 0 32.1G 0 part /
├─sdb3 8:19 0 24.3G 0 part /home
└─sdb4 8:20 0 16.5G 0 part [SWAP]
zram0 252:0 0 8G 0 disk [SWAP]
snowdust@karibou ~ $ sudo mount /dev/sda1 /mnt
[sudo] password for snowdust:
snowdust@karibou ~ $ sudo mount /dev/sda2 /mnt
snowdust@karibou ~ $ sudo mount /dev/sda3 /mnt
snowdust@karibou ~ $ sudo grub-mkconfig -o /boot/grub/grub.cfg
[sudo] password for snowdust:
**/usr/sbin/grub-mkconfig: line 256: /boot/grub/grub.cfg.new: No such file or directory**
sda1 = EFI partition
sda2 = root partition
sda3 = /home partition
sda4 is the swap partition
What am I doing wrong? Would appreciate any feedback to help solve this issue. Thanks in advance to all of you savvy members.