Using Pluspack on 4.016 development, created new kernel
make config
make dep
make bzImage
make modules
make modules_install
copied bzImage and System.map to /emergency/boot
backed up old bzImage and System.map
edit lilo.conf and updated boot loader using lilo -r /emergency/boot
Kernel boots, the problem is that I cannot load any modules after booting with the new kernel,
After logging in, I run modprobe and get a lot of errors
I know I'm missing a step but can't seem to find it,
anyone have any ideas.
Thanks.