Tiny Core Linux

General TC => General TC Talk => Topic started by: mbzadegan on February 05, 2017, 12:51:45 AM

Title: TinyCore without any X files(Core)!
Post by: mbzadegan on February 05, 2017, 12:51:45 AM
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.
Title: Re: TinyCore without any X files(Core)!
Post by: Rich on February 05, 2017, 12:57:22 AM
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.
Title: Re: TinyCore without any X files(Core)!
Post by: mbzadegan on February 05, 2017, 01:06:11 AM
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?
Title: Re: TinyCore without any X files(Core)!
Post by: Rich on February 05, 2017, 01:20:11 AM
Hi mbzadegan
Quote
Where can I find bootloader file?
(I can not find any /boot)
Look under  /tce.
Title: Re: TinyCore without any X files(Core)!
Post by: mbzadegan on February 05, 2017, 01:26:42 AM
I can not find any /tce or /boot! :-\
I don't use Live mode and I have installed it.
Title: Re: TinyCore without any X files(Core)!
Post by: coreplayer2 on February 05, 2017, 03: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

Title: Re: TinyCore without any X files(Core)!
Post by: hiro on February 05, 2017, 04:16:15 AM
50MB RAM is enough even with Xvesa and this stuff.