Due to some strange behavior in Beyond All Reason, zooming just jumping to extents I installed EndeavourOS alongside the current Manjaro install. My sons machines with EndeavourOS does not have this issue, not hardware related, Beyond all reason from EndeavourOS liveusb works perfectly, so this is not hardware.
menuentry ‘EndeavourOS Linux (rolling) (on /dev/nvme0n1p5)’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-simple-5c1f27fe-49fd-45a6-8748-2644a4646e03’ {
savedefaultinsmod
part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 5c1f27fe-49fd-45a6-8748-2644a4646e03
linux /boot/vmlinuz-linux root=UUID=5c1f27fe-49fd-45a6-8748-2644a4646e03 rw nowatchdog nvme_load=YES nvidia_drm.modeset=1 loglevel=3
initrd /boot/initramfs-linux.img
}
I see the insmod entry is using ext2, I know the partition is formatted as ext4, but if the file system type was a problem I would expect a different error.
Using refind is a more manageable solution to multi-booting with several Linux flavours in the mix. The idea is to use the refind boot manager as your initial boot loader, which in turn will effectively chainload every UEFI boot loader in your system, including that of Windows or BSD, if you have them.
This allows one to leave each GRUB untouched and managed by it’s respective OS – this means less maintenance (no juggling settings just to enable a successful boot) – plus, the added convenience of being able to bypass any installed GRUB and boot the respective kernel stub directly.
Setting up refind is quite easy;
1. Install the refind package so that it’s available to Manjaro.
sudo pacman -S refind
2. Use refind’s own tool to install it to the $ESP.
sudo refind-install
After a reboot, refind should be your default UEFI boot manager and allow you to boot each Linux OS either via GRUB or directly via the kernel stub.
In the rare case that it’s doesn’t automatically assume the role of default boot, you will need to boot to your UEFI BIOS and select “rEFInd UEFI Boot Manager” manually as the first in boot order.
refind is configured from one file – the defaults are quite sane – in fact, it’s likely all you might want to change is the timeout and the theme.