> You probably want >to default to not having X startup on boot if you are not sure of your >configuration. Of course your mileage will vary.. I found a nice little thing involving grub edit /boot/grub/menu.lst copy the two lines that boot to the command login change the title to X Window System (or whatever) add a 5 to the end so it'll boot into runlevel 5. default 0 title linux kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 title X Window System kernel(hd0,0)/boot/vmlinuz root=/dev/hda1 5
