OK can confirm this works ,,,,,,,,,change /etc/init/lightdm.conf so it looks like in post# 14 (add the and runlevel [!03] )
now if at the grub menu you press e and add the 3 before the ro on the linux line ,,,,,so it looks like this at the end ,,,,,,, 3 ro quiet splash ,,,,,,,you will boot to TTY1 and if you wish login and "startx"
you can make this permanent by adding it to /etc/default/grub on this line ,,,,, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and runing
VINNY
now if at the grub menu you press e and add the 3 before the ro on the linux line ,,,,,so it looks like this at the end ,,,,,,, 3 ro quiet splash ,,,,,,,you will boot to TTY1 and if you wish login and "startx"
you can make this permanent by adding it to /etc/default/grub on this line ,,,,, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and runing
Code:
sudo update-grub
Comment