You are not logged in.
Pages: 1
Often I have some problems with the ati drivers. As I usually use KDE I have kdm as daemon in the rc.conf. When I have problems with X it freezes. Only way to fix it is to use the install disc and chroot into my system.
Is there any way to have a seperate grub line which will prevent my system to start X? This would make it a lot easier for me! I was searching the wiki and the forum for some time without any success.
Last edited by May-C (2009-06-02 17:07:13)
Offline
I don't think it's handled by grub, check out /etc/inittab. You should set the default level to 3
id:3:initdefault:
I boot into console and my inittab looks like this
# Boot to console
id:3:initdefault:
# Boot into X11
#id:5:initdefault:
Offline
use inittab to start the x in runlevel 5
http://wiki.archlinux.org/index.php/Start_X_at_boot
add init=3 to the kernel line to boot without x
oh, and you can press e in grub to edit the menu and append the kernel line with the single option to boot in single user mode (runlevel 1)
Last edited by sisco311 (2009-06-06 16:42:24)
don't drink unwashed fruit juice.
i never make predictions, especially about the future.
Offline
"1" or '3" in the kernel line is enough to boot to the respective runlevel.
Offline
I personnally put "5" in all of my grub entries. I keep the default to 3 in inittab. When something goes wrong, I simply edit the line (hitting "e" in grub) and remove the 5 to boot in run level 3 (multi-user).
Offline
Works like a charm! Thanks a lot for the help
Offline
Pages: 1