> > 2) where is the information stored, that debian starts with graphical > login? I want to finish boot process at the prompt, but debian always > starts his graphical login utility. Can this behaviour only be changed > by deinstalling the utility?
You certainly speak about xdm. So, the only thing you have to done is : (as root) update-rc.d -f xdm remove This will remove xdm from starting of your machine (from /etc/rcx.d/S*xdm and K*xdm) ---- Fabien.

