BearzRobotics How does one go about installing custom kernels when using efi? I got the kernel to build and installed with sudo make modules_install -j 4 && sudo make install -j 4, but I don't know how to configure the system to see it.
Justin I imagine you'd have to create an EFI stub to point to it, how that's done is another question.