I installed a different kernel on my VPS, but it's not being used automatically and I can't select it in grub because I don't have access to the server during boot. How do I configure which kernel to use via ssh while it's booted up?
The kernel in use now came with the server image. The one I want to use now is the current generic kernel from the repositories.
apt
, it should automatically update the GRUB configuration to use the new kernel as default on the next reboot. – Byte Commander Jun 05 '17 at 19:53