Ubuntu 16.04. Linode Tokyo still uses XEN according to their blog ‘linode tokyo are sold out’, so my VPS is not upgraded to KVM.
There are some articles in Linode Docs, but for XEN, some are marked deprecated.
But this one is still useful: Custom Compiled Kernel with PV-GRUB on Debian & Ubuntu.
My /boot/grub/menu.lst:
1 2 3 4 5 6 |
timeout 5 title Ubuntu 4.4.0-45 root (hd0) kernel /boot/vmlinuz-4.4.0-45-generic root=/dev/xvda ro quiet initrd /boot/initrd.img-4.4.0-45-generic |
Linode Tokyo XEN Linux Switch to Distribution Kernel by @sskaje: https://sskaje.me/2016/10/linode-tokyo-xen-linux-switch-distribution-kernel/
Link to this post!