This might help (1st answer)
You are missing the initramfs for that kernel. Choose another kernel from the GRUB menu under Advanced options for Ubuntu and run
sudo update-initramfs -u -k versionto generate the initrd forversion(replaceversionwith the kernel version string such as4.15.0-36-generic) thensudo update-grub.


