How to boot microos from refind

Hi All,
I have several distros installed on my PC (who doesn’t…) and I use Refind to boot them. I’ve been using it for many years so I know nothing about grub. However I have not been able to get Refind to boot Microos. It can’t find it. I’ve tried creating a “manual stanza” (Refind terminology) but I can’t find the vmlinuz/initrd files to boot Microos. Where are they?

Thanks.

@mogplus88 Hi, Aeon is a standalone operating system, dual or multi booting is not supported.

Perhaps since it’s btrfs…

mount | grep boot
/dev/nvme0n1p3 on /boot/grub2/i386-pc type btrfs (rw,relatime,seclabel,ssd,discard=async,space_cache=v2,subvolid=267,subvol=/@/boot/grub2/i386-pc)
/dev/nvme0n1p3 on /boot/writable type btrfs (rw,relatime,seclabel,ssd,discard=async,space_cache=v2,subvolid=265,subvol=/@/boot/writable)
/dev/nvme0n1p3 on /boot/grub2/x86_64-efi type btrfs (rw,relatime,seclabel,ssd,discard=async,space_cache=v2,subvolid=268,subvol=/@/boot/grub2/x86_64-efi)
/dev/nvme0n1p2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

ls -la /boot/
total 29068
dr-xr-xr-x. 1 root root      392 Feb  8 21:20 .
drwxr-xr-x. 1 root root      220 Jul 30  2023 ..
lrwxrwxrwx. 1 root root       48 Feb  8 21:20 .vmlinuz-6.7.4-1-default.hmac -> ../usr/lib/modules/6.7.4-1-default/.vmlinuz.hmac
lrwxrwxrwx. 1 root root       29 Feb  8 21:20 .vmlinuz.hmac -> .vmlinuz-6.7.4-1-default.hmac
lrwxrwxrwx. 1 root root       45 Feb  8 21:20 System.map-6.7.4-1-default -> ../usr/lib/modules/6.7.4-1-default/System.map
lrwxrwxrwx. 1 root root       41 Feb  8 21:20 config-6.7.4-1-default -> ../usr/lib/modules/6.7.4-1-default/config
drwxr-xr-x. 3 root root    16384 Dec 31  1969 efi
drwxr-xr-x. 1 root root       98 Feb 10 01:27 grub2
lrwxrwxrwx. 1 root root       22 Feb  8 21:20 initrd -> initrd-6.7.4-1-default
-rw-------. 1 root root 29710665 Feb 10 01:27 initrd-6.7.4-1-default
-rw-r--r--. 1 root root       11 Jul 13  2023 mbrid
lrwxrwxrwx. 1 root root       46 Feb  8 21:20 sysctl.conf-6.7.4-1-default -> ../usr/lib/modules/6.7.4-1-default/sysctl.conf
lrwxrwxrwx. 1 root root       23 Feb  8 21:20 vmlinuz -> vmlinuz-6.7.4-1-default
lrwxrwxrwx. 1 root root       42 Feb  8 21:20 vmlinuz-6.7.4-1-default -> ../usr/lib/modules/6.7.4-1-default/vmlinuz
drwxr-xr-x. 1 root root       36 Jul 14  2023 writable

As long as you are using MicroOS with grub2 - vmlinuz/initrd are in /boot on the root subvolume, where they has always been. I am not sure I understand your question. Where do you expect them to be?