enable touchpad on linux live cd

to enable touchpad on grub before boot

add pci=nocrs param on grub boot before quiet splash

to make it persistent

1 – add pci=nocrs param in the grub config file

sed -i '/splash/s/quiet/pci=nocrs quiet/' /etc/default/grub

2 – update grub

update-grub2

Leave a comment