Booting to the command line without X-windows
Zach
uid000 at gmail.com
Thu Nov 17 01:48:13 UTC 2005
This varies from distro to distro, but for Ubuntu, it's pretty
straightforward. The gdm initscript starts up the gdm login manager
attached to tty 7. If you don't want X, you just need to disable the
gdm startup script.
The best way to do this is with the update-rc.d utility.
update-rc.d gdm remove
It will complain that you're trying to remove the symlinks in the
rc<runlevel>.d directories when the init script still exists. you
have to use the -f option to force. Don't worry though, it will leave
the init script intact, so you can use update-rc.d again later to
re-enable it.
On 11/16/05, John W Redelfs <jredelfs at gmail.com> wrote:
> Because of all the Ubuntu hype, I'm coming back to Linux after several
> years away from it, and I have forgotten a lot. Can anybody tell me
> how I should change my setup so that it boots from the boot loader to
> a console login without X-windows and Gnome? I prefer starting out on
> the command line, and changing to a GUI only when I want one.
>
> Alternatively, could someone tell me how to drop from the Gnome
> desktop to the command line without X-windows. Using sudo in a
> terminal window from Gnome to install nVidia drivers doesn't work
> because I need to do it without X-windows running.
>
> --
> Your friend and brother,
> John W. Redelfs AKA Tars Tarkas, jredelfs at gmail.com
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
--
If you reply to a message I posted to a mailing list,
and you want me to see your reply, be sure to put my
address in the 'To:', or I might not see the message.
More information about the ubuntu-users
mailing list