MaddieM4 / os-prober

Tool for adding other distros to GRUB. A fork of the original Debian util, but designed to be more distro-agnostic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement chainloading for ChimeraOS

djibux opened this issue · comments

commented

ChimeraOS uses EFI and requires full control of the boot loader. That prevents adding an entry in Grub using initrd like other distributions.

They suggest dual booting using bios hard drive selection. I prefer keeping using Grub with Chainloading, just like Windows. Chainloading ChimeraOS works by pointing to /EFI/systemd/systemd-bootx64.efi.

Could you add ChimeraOS detection?