Cmd line option in login screen

Asked by Dean Browning

Can an option to boot into command line be added to the login screen. I would like to start in command line and use the startx if I need to.

Dean

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Allen (allenlitchfield) said :
#1

At the login screen, press <Ctl+Alt+F1> without the <>. to exit, type in <Ctl+Alt+F7>. I don't know if those are able to use startx though. Hope this helps

Revision history for this message
Dean Browning (dcb53719) said :
#2

No, I want to have the command line from the login menu. Do not want to swap out to it

Dean

Revision history for this message
George Standish (george-standish-deactivatedaccount) said :
#3

Dean,

What you are basically asking for is an option to kill GDM, from GDM. I don't think this is feasible (but I certainly could be wrong).

If you want to disable GDM you can use the following command:

    sudo mv /etc/init/gdm.conf /etc/init/gdm.conf-disabled

To undo, simply referse:

   sudo mv /etc/init/gdm.conf-disabled /etc/init/gdm.conf

Good luck,
George

Revision history for this message
delance (olivier-delance) said :
#4

Do you want from the login menu or could you be interested by a new option in boot menu ?

Can you help with this problem?

Provide an answer of your own, or ask Dean Browning for more information if necessary.

To post a message you must log in.