can I start ubuntu 11/04 in monitor only. If yes how can I login, and use some administrations without 'X'
Shall be grateful for any help![]()
can I start ubuntu 11/04 in monitor only. If yes how can I login, and use some administrations without 'X'
Shall be grateful for any help![]()
If you don't need to do it a lot, press e when your grub menu comes up, arrow down to the vmlinuz line and remove all the options back to and including quiet splash. Type a 3. Press CTRL+X and should should boot up to the command line login
[EDIT - see below]
Don't put a 3, put "text" (no quotes)
[End of EDIT]
Last edited by Jose Catre-Vandis; May 11th, 2011 at 10:05 PM. Reason: Initially indicated incorrect integer !!
No longer participating......
Jose Catre-Vandis's suggestion only disables the Plymouth boot splash and makes the output during the boot process visible.
See here on how to boot into the CLI instead of running GDM:
http://ubuntuforums.org/showthread.p...18#post9644518
And yes, you can of course log in there and work on the command line.
Greetings.
Improve the Look of Ubuntu Forums | AWN Install/Setup Script | Ubuntu/Linux Resources
Please mark your thread as [SOLVED] when done!
That method does not work in Natty.
@OP:
You can disable GDM with the following command:
The splash screen can cause some problems, so I would suggest you to disable it. Edit the /etc/default/grub file and replace the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" with GRUB_CMDLINE_LINUX_DEFAULT="quiet". Then generate a new Grub2 config file:Code:echo "manual" | sudo tee -a /etc/init/gdm.overrideIf you want to start an X session from the virtual console, simply run:Code:sudo update-grub
or start GDM:Code:startx
Code:sudo service gdm start
If you want to re-enable GDM, then simply remove the .override file:
Code:sudo rm /etc/init/gdm.override
Improve the Look of Ubuntu Forums | AWN Install/Setup Script | Ubuntu/Linux Resources
Please mark your thread as [SOLVED] when done!
Improve the Look of Ubuntu Forums | AWN Install/Setup Script | Ubuntu/Linux Resources
Please mark your thread as [SOLVED] when done!
Bookmarks