16

When on GDM login screen, Ctrl+Alt+F3 ... F7 does not work. After logging into GNOME desktop, then Ctrl+Alt+F1 will bring me to GDM, F2 back to GNOME, and F3 to F7 to a TTY terminal.

But before I log into GNOME, I'm unable to switch to a terminal. Trying to do so even results in loosing my trackpad and no more control over the mouse pointer.

So are tty3 to tty7 (or more?) available when on GDM before logging into GNOME? If so, how to access them? If not, why, and how can I enable them?

pomsky
  • 68,507
alci
  • 5,839
  • 1
    Seems to be a problem for many people: See https://askubuntu.com/questions/1037369/access-terminal-from-login-screen-on-ubuntu-18-04?noredirect=1&lq=1 or https://askubuntu.com/questions/1028328/how-do-i-access-console-from-gdm-wayland Any new insights? – Ethunxxx May 17 '18 at 13:55
  • 1
    Have any of you actually reported this bug? – muru May 19 '18 at 10:46
  • what Ubuntu version are you using? @Ethunxxx you just linked the current question – Eskander Bejaoui May 19 '18 at 23:36
  • 1
    There was a bug where Alt+F4 was opening the console, maybe that key combination will work on the login screen for you? – WinEunuuchs2Unix May 20 '18 at 20:24
  • @muru I think it might have been reported already, is it this one? https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1759462 – Ethunxxx May 21 '18 at 07:23
  • @SkanderBejaoui Thanks! This is the correct one https://askubuntu.com/questions/1031131/cannot-switch-terminal-ubuntu-18-04 – Ethunxxx May 21 '18 at 07:23
  • @Ethunxxx looks a bit different. Do report it, if it was already reported, the devs will close it as a dupe. – muru May 21 '18 at 07:25

2 Answers2

5

The actual used tty consoles have changed around with the introduction of Wayland and 17.10. Now tty1 always contains the login screen, and tty2 contains your actual loaded session.

So use Ctrl+Alt+F3 up to Ctrl+Alt+F7 for getting to an actual unused tty and use Ctrl+Alt+F2 to go back to GUI.

Pablo Bianchi
  • 15,657
1

Get a wired Internet connection, the following steps will work like charm for you :

  1. start your machine then immediately upon start of boot begin to repeatedly tap shift key until the purple grub menu appears

  2. use down arrow key to move cursor to "Advanced options" for Ubuntu then hit enter

  3. choose one saying "recovery mode" and hit enter

  4. now at screen called " Recovery Menu" use arrow keys to move down to "option root Drop to root shell prompt" then hit enter

  5. type this at the terminal :

    sudo apt-get update && sudo apt-get upgrade
    

    then press enter

  6. enter your password if it asked and hit enter

  7. reboot and try to login

Kaylee
  • 63