Trying to install Void Linux, at a Loss

ahh I think I forgot to add extlinux generator u-boot-menu as a dependency. You’ll need that :face_with_spiral_eyes:

Having the package on your system should trigger the hook to have it auto-generate when the kernel install happens. On the off chance that it doesn’t auto-generate when you reinstall your kernel with the package on your system you can put something similar to this in /boot/extlinux/extlinux.conf

Sorry 'bout that

default l0
menu title U-Boot menu
prompt 0
timeout 50


label l0
        menu label Void GNU/Linux 6.11.5_1
        linux /vmlinux-6.11.5_1
        initrd /initramfs-6.11.5_1.img
        fdt /dtb-6.11.5_1

        append   loglevel=3 ${bootargs} console=tty1