Comment 3 for bug 1745134

Revision history for this message
GJ (testguest) wrote :

Me too.

And I fixed it by rolling back the kernel. I verified this by using the GRUB menu to boot into a previous kernel (26-generic) and ES started again. I then purged the tricky kernel. Here's how:

sudo apt-get purge linux-image-4.13.0-31-generic
sudo apt-get purge linux-headers-4.13.0-31-generic

and then reboot

because we haven’t purged the linux-generic package, Ubuntu will still try to get a new kernel when one is available, skipping the purged one.