Home > OS >  Linux unable to load the new kernel
Linux unable to load the new kernel

Time:10-06

I use Hikey970 Ubuntu16.04,
The kernel version is 4.9.
Recently encountered a problem in running x11vnc:
Shmget: failed
Shmget: Function not implement
I find some material, is likely to be the kernel of the lack of System V IPC,
I look at the initial configuration file, do not check this option,
I tried to compile the kernel, but after the restart still as before,
My steps is as follows:
Make mrproper
Make menuconfig
The make - j8
Make modules_install
Make install
Mkinitramfs 4. * * - o/boot/initrd. Img - 4. * *
Update - grub2
  • Related