Hi, I upgraded my server from 12.04 to 14.04 and I want to use the new kernel but I don’t see it available in the Settings > Kernel > dropdown list. This is the kernel I want to use:
root@dev:~$ ls /lib/modules
total 8.0K
drwxr-xr-x 5 root 4.0K Nov 7 17:07 3.13.0-100-generic/
drwxr-xr-x 4 root 4.0K Nov 7 17:09 3.8.0-29-generic/
but 3.13.0-100-generic is not available. It seems 3.13.0-91-generic is the highest.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You need to update to internally managed kernel. Go to Control Panel, select your Droplet, click Kernel. From drop down select GrubLoader v0.2 and change kernel to it. When it does finish power off your Droplet and power on again (power off is required, restart will not change to new kernel).
With this, you can manage kernels from Droplet. If you execute:
This command will update your Kernel to latest available - 4.8.x. For specific kernel you’ll need to specify which one you want.
All I wrote above is available in How To Update Kernel. Especially pay attention to changing to GrubLoader and to
Installing an Arbitrary Kernel on a Droplet
if you want specific version.