Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: yong on April 30, 2009, 11:24:31 AM

Title: how to enter text mode when power on?
Post by: yong on April 30, 2009, 11:24:31 AM
Hi,
     After I install TCL into my harddisk, I want to always start switch to text mode, not in GUI mode. I tried add text or superuser boot setting into menu.lst kernel config. but it always enter GUI mode, how should I config? Thanks.
Title: Re: how to enter text mode when power on?
Post by: curaga on April 30, 2009, 12:09:54 PM
Could you post your menu.lst?
Title: Re: how to enter text mode when power on?
Post by: yong on April 30, 2009, 01:27:08 PM
My menulist as following.

default 0
timeout 10
title tinycore
kernel /boot/bzImage text quiet
initrd /boot/tinycore.gz

which didn't works. then I changed as following:

default 0
timeout 10
title tinycore
kernel /boot/bzImage superuser quiet
initrd /boot/tinycore.gz

but it still didn't work.
Title: Re: how to enter text mode when power on?
Post by: curaga on April 30, 2009, 01:37:31 PM
Two things to try:

- first see if the command "showbootcodes" shows your arguments
- if they are shown, try putting the codes after "quiet"
Title: Re: how to enter text mode when power on?
Post by: yong on April 30, 2009, 02:31:29 PM
Thanks. it works.  ;)
I have to put after quiet argument.