I want to compile and install kernel 3.10.61 on Ubuntu 18.04.
I compiled kernel 3.10.61 successfully.(It didn't been compiled, so I downgraded my gcc to 4.4 from 7)
But, after I install the kernel using 'make install', the kernel is not booted up.
The booting is stopped printing a message "loading initial ramdisk".
Anyone know how to install old kernel on latest ubuntu?
Thank you.