Found /etc/X11/xorg.conf had the following in the "ServerFlags"
#Option "AutoAddDevices" "off"Changed to
Option "AutoAddDevices" "off"
Little things I learned, other might want to know...
#Option "AutoAddDevices" "off"Changed to
Option "AutoAddDevices" "off"
#> sudo bash
#> /etc/init.d/gdm restart
#> /etc/init.d/gdm start
#> /etc/init.d/gdm stop
set timeout=-1to
set timeout=5in /etc/grub.d/00_header and then executed the update-grub (of course none of this is possible without sudo)
if [ \${recordfail} = 1 ]; then set timeout=5 else set timeout=${GRUB_TIMEOUT} fi
update-grub