I use systemd-boot to boot my Linux installation. I have installed android on another partition. I don't like having two loaders on my efi partition. Is there any way to boot android-x86 without loading grub?
title Android-x86
linux /kernel
initrd /initrd.img
options root=PARTUUID=xxxxxxxxxxxxxxx root=/dev/ram0 rw SRC=/android-xxxx rootfstype=xxxx androidboot.hardware=android_x86_64 androidboot.selinux=permissive quiet