WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore without any X files(Core)!  (Read 2089 times)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
TinyCore without any X files(Core)!
« on: February 04, 2017, 09:51:45 PM »
Hi,
I used Tiny Core for several month with much more custom config without any Error.
Now, I want to uninstall every X related extensions (Like Core) and also I can not use Core because of much more configs that I used in TinyCore.
How Can I boot TinyCore into terminal? (Without FLWM X)
And How Can I uninstall and removed every TinyCore FLWM related files?
Thanks in advance.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: TinyCore without any X files(Core)!
« Reply #1 on: February 04, 2017, 09:57:22 PM »
Hi mbzadegan
Quote
How Can I boot TinyCore into terminal? (Without FLWM X)
You could just use the  text  boot code in your bootloader. You wouldn't even need to remove the FLWM stuff.

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: TinyCore without any X files(Core)!
« Reply #2 on: February 04, 2017, 10:06:11 PM »
Thanks for your quick reply,
Where can I find bootloader file?
(I can not find any /boot)
Also, My main goal is run my custom Tiny Core With 50MB Ram.
Is that this very small memory size can load with TinyCore?
« Last Edit: February 04, 2017, 10:09:55 PM by mbzadegan »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: TinyCore without any X files(Core)!
« Reply #3 on: February 04, 2017, 10:20:11 PM »
Hi mbzadegan
Quote
Where can I find bootloader file?
(I can not find any /boot)
Look under  /tce.

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: TinyCore without any X files(Core)!
« Reply #4 on: February 04, 2017, 10:26:42 PM »
I can not find any /tce or /boot! :-\
I don't use Live mode and I have installed it.
« Last Edit: February 04, 2017, 10:55:43 PM by mbzadegan »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: TinyCore without any X files(Core)!
« Reply #5 on: February 05, 2017, 12:33:24 AM »
Hi, 

the boot config file is usually installed to /tce/boot/extlinux
but that would depend on how you installed TC

try the find command
Code: [Select]
sudo find / -iname "*linux.conf"which should spit out something like
Quote
/mnt/sda2/tce/boot/extlinux/extlinux.conf

Or if you installed with grub??  then use
Code: [Select]
sudo find / -iname grub.cfgwhich may spit out something like
Quote
/mnt/sda2/tce/boot/grub/grub.cfg

You will likely need root privileges to write to the config file so use sudo

« Last Edit: February 05, 2017, 12:39:04 AM by coreplayer2 »

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: TinyCore without any X files(Core)!
« Reply #6 on: February 05, 2017, 01:16:15 AM »
50MB RAM is enough even with Xvesa and this stuff.