I am trying to make a real time kernel by patching Xenomai framework: Xenomai 2.6.0 and Kernel 2.6.38.8
I patched it successfully. And was able to build the kernel:
make
make modules
make modules_install
make install
After make install
it creates and image in /boot
directory. But when I try sudo update-grub
, the process gets locked, pc freezes, and when I restart the computer, I can't see that kernel image anymore.
There are no errors or warnings but I cannot see my compiler image on grub menu.
PS: I cannot see inside of grub.cfg
, process freezes!
Try make bzImage along with
Now execute
update-grub
command.This will solve your problem.