
So on LiveUSB (non persistent) add the i8042 commands in grub before installing. See below. They go in front of quiet and between the quotes.
Code: Select all
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Custom Live CD"
GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux quiet splash"
GRUB_CMDLINE_LINUX=""
There is a third way I am working on for instant switch to imps in modprobe. Stand by for details some day.