On Thursday 09 January 2003 15:54, Cliff Wells wrote:
> On Thu, 2003-01-09 at 13:35, Jianping Zhu wrote:
> > i have redaht 7.3. after i start my computer it will go gui mode. I
> > prefer it to go text mode after i start it.
> > what change should i made in order to acheave this goal?

If you are using grub, try this:

(login as root)
vim /etc/grub.conf
(or use the editor of your choice -- kedit is fine)

(an example of what to look for:)
title Red Hat Linux (2.4.18-19.8.0)
        root (hd0,0)
        kernel /vmlinuz-2.4.18-19.8.0 ro root=LABEL=/ hdd=ide-scsi
        initrd /initrd-2.4.18-19.8.0.img

(here's a really quick change:)
        kernel /vmlinuz-2.4.18-19.8.0 ro root=LABEL=/ hdd=ide-scsi 3

The "3" at the end of the line of kernel parameters is the init level.
1 = Single user (I personally find this annoying)
2 = Multi-user, no networking (although it's worthwhile to check if the 
network daemon is on or off.  RH 7.3 leaves it on from some strange reason.)
3 = Multi-user, networking
4 = Undefined (Customize this as you will)
5 = XFree86, Multi-user, networking

Never, ever set it to 0 (shutdown) or 6 (reboot).  Unless someone deserves a 
LART.  :)

Daniel.
-- 
"Bash forehead on any key to continue..."
t-shirts still available for $15
Free shipping within the continental U.S.
Call (316) 204-1700 to order or email me for details

"Success doesn't compile itself and arrive as a binary pre-packaged for your 
OS on a free CD that's been mailed to you by God.  Unless you do the work, 
you don't get it."

6,000+ ebooks free at http://www.gutenberg.net



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to