Greetings,
I'm trying to test a new initramfs I'm working on for a system I have, I don't want to test on a live system to I'm trying to get qemu to work.
I've created a dummy fs to boot after, grabbed a kernel and skeleton initramfs, I ran this cmd: qemu-system-x86_64 -bios /usr/share/edk2/OvmfX64/OVMF_CODE.fd -kernel vmlinuz-linux-6.14.2-gentoo -nographic -append "console=ttyS0" -initrd initramfs -drive format=raw,file=guest.img.raw
and I get efi shell, what am I doing wrong?

