The ancient Grub Customizer utility using OS-Prober previously generated a nice Grub boot menu using a modified StylishDark_mx theme. When I run Grub Customizer from CachyOS, it still generates a fully functional Grub boot menu. However, if I now run Grub Customizer using MX 21 Fluxbox, both Arch-based distos will fail upon bootup with a KERNEL PANIC message.
I suspect that this has something to do with the Arch community's recent problems with GRUB.
From MX Fluxbox Grub-Customizer, I edited the original CachyOS entry shown below:
Code: Select all
insmod part_msdos
insmod ext2
set root='hd0,msdos8'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 2e479209-d086-4167-a100-b463c6e24d63
else
search --no-floppy --fs-uuid --set=root 2e479209-d086-4167-a100-b463c6e24d63
fi
linux /boot/vmlinuz-linux-cachyos root=UUID=2e479209-d086-4167-a100-b463c6e24d63 rw quiet
initrd /boot/intel-ucode.img^/boot/amd-ucode.img^/boot/initramfs-linux-cachyos.img
Code: Select all
initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-linux-cachyos.img
Code: Select all
initrd /boot/initramfs-linux-cachyos.img