jsluk
There are two solutions, and I only know for one of them what to do:
- Repairing the current Solus install by moving the Solus bootloader through that grub command to the
dev/sde partition.
(assuming that grub command actually does that. I do not know)
- Reinstalling Solus completely with the bootloader in
dev/sde
This will probably leave some nonfunctional Solus entries in the dev/sda (MX Linux) bootloader.
I have little knowledge on moving an existing grub, so I am solely talking about (2) a new Solus install. This is also the easiest, depending on how much you lose by reinstalling Solus. 😁
Just to make the steps more specific with the locations you gave:
- Boot the Solus live USB
- open up the partition manager (Disks, Gparted, etc.)
- Format partitions on
dev/sde (failed solus install)
(If not present, create boot partition on dev/sde: Fat32, 512Mb, boot/esp flags)
- Remove the boot/esp flags from
dev/sda (and other bootloaders I do not know about)
(MX Linux may be unbootable after this)
- Install Solus to
dev/sde; the dev/sde bootloader should be selectable now.
- Reboot in Solus now installed on
dev/sde
- Open partition manager
- Re-add the boot/esp flags to
dev/sda
(MX Linux should work again)