WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: how to enter text mode when power on?  (Read 3028 times)

Offline yong

  • Newbie
  • *
  • Posts: 10
how to enter text mode when power on?
« 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: how to enter text mode when power on?
« Reply #1 on: April 30, 2009, 12:09:54 PM »
Could you post your menu.lst?
The only barriers that can stop you are the ones you create yourself.

Offline yong

  • Newbie
  • *
  • Posts: 10
Re: how to enter text mode when power on?
« Reply #2 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: how to enter text mode when power on?
« Reply #3 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"
The only barriers that can stop you are the ones you create yourself.

Offline yong

  • Newbie
  • *
  • Posts: 10
Re: how to enter text mode when power on?
« Reply #4 on: April 30, 2009, 02:31:29 PM »
Thanks. it works.  ;)
I have to put after quiet argument.