Hello,
I'm trying to get Solus to show the GRUB boot menu. I used the instructions in Boot management to configure the timeout with:
> sudo clr-boot-manager set-timeout 5
New timeout value is: 5
Generating grub configuration file ...
done
> sudo clr-boot-manager update
Generating grub configuration file ...
done
> sudo clr-boot-manager get-timeout
Timeout value: 5 seconds
Regardless of this my computer boots straight into Solus immediately. I even tried setting it to 30 seconds but as soon as my BIOS screen disappears, I see no menu and withing a few of seconds Solus has booted and I see the Budgie desktop.
Please note that I am pretty sure that my Solus boots using grub even though I dual-boot into Windows, because I removed the Windows disk altogether and my system still starts (even though my Linux disk has no EFI partition at all). As it stands now (with Windows disk disconnected) I have two SSDs installed:
/dev/sda with two partitions is my system disk: sda1 is an ext4 /boot filesystem, whereas /dev/sda2 is an LVM physical volume which has the root file system.
> fdisk -l /dev/sda
Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Disk model: TOSHIBA Q300.
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x56e91f4f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 589823 587776 287M 83 Linux
/dev/sda2 589824 468860174 468270351 223.3G 8e Linux LVM
A second SSD has my home:
> fdisk -l /dev/sdb
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: CT1000MX500SSD1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 6C5AEC15-C136-415C-9954-0BC55E4323D9
Device Start End Sectors Size Type
/dev/sdb1 2048 976566271 976564224 465.7G Linux filesystem
Any idea why grub won't show the menu?