Solved Kernel build error

So, you did make buildkernel? That actually builds the GENERIC kernel, not your custom kernel. It fails at the installkernel stage because you haven't built MYKERNEL.
I did build my kernel I just typed it that way for sake of ease. I'll try building my kernel again after cleaning up, attempts, but it failed first time.
 
It is imperative you tell us exactly what you did or else we won't be able to understand your problem. We're good but we're not clairvoyant. We can't see what you did or what output you got. We are entirely depended on the information you provide.
 

It is imperative you tell us exactly what you did or else we won't be able to understand your problem. We're good but we're not clairvoyant. We can't see what you did or what output you got. We are entirely depended on the information you provide.



I ran

make buildkernel KERNCONF= MYKERNEL
it worked

make installkernel KERNCONF=MYKERNEL
it worked will update thread if I have further oriblems, idk why it's working now.
 
Back
Top