After restart of my laptop with Lubuntu (18.x) I got sad surprise. My keyboard and mouse stop working. First, I plug-in external keyboard and mouse, but they did not work too. So I guess that it is rather software issue.
I followed steps from this topic: Updated from 16.04 to 16.10; the keyboard and mouse no longer works after getting to the lock screen
But unfortunately it did not help to me.
I focused on this answer:
I had the same issue today and found this bug report.
The problem seems to be, that during update process they forget to install/update the package xserver-xorg-input-all
!
So these instructions worked for me on my thinkpad p51s notebook with a little modification:
Press a Shift key during boot to get the GRUB menu.
In GRUB, select Advanced Options, then the first kernel with the recovery mode.
Select "Network" to get network access (needed for package installation)
Select "Drop to root shell"
Press Enter to confirm.
On my system not needed because, the filesystem was mounted rw, but if needed then mount -o rw,remount /.
Install the needed package: apt install xserver-xorg-input-all (and the message that they need to uninstall 16.04 packages!)
Press Ctrl+D to leave the root shell.
Select resume boot from the menu.
Now I could only log into console.
sudo reboot
After reboot my ThinkPad's mouse and keyboard and the external mouse and keyboard worked fine!
But I dont have the same options visible, as that user said. Now, I am preparing bootable usb with Lubuntu 20, but substantially it would be comfortable to stay on current Lubuntu and not wasting hours of time on configuring OS from the beginning.