I has created a USB boot from Ubuntu 20.10 image and on load it crashes. The mouse's pointer has freeze and Ctrl+Alt+F1 doesn't work.
I just changed the USB image but didn't work. I came back to Ubuntu 20.04, it's fine.
I need help to solve this problem.
update-manager
ordo-release-upgrade
? Necessary steps are for example here: https://linuxconfig.org/how-to-upgrade-ubuntu-to-20-10 – emk2203 Oct 29 '20 at 18:37sudo dmesg | grep 'PS/2\|keyboard\ as'
from a running sytem. That might help to get answers. – emk2203 Nov 19 '20 at 14:24You could try to boot with
i8042.nopnp
as kernel boot parameter, but I doubt this helps. https://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter.Maybe also look at https://itectec.com/ubuntu/ubuntu-keyboard-uunresponsive-after-resume-from-suspend/
– emk2203 Nov 22 '20 at 10:19