Tiny Core Linux
General TC => General TC Talk => Topic started 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.
-
Hi mbzadegan
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.
-
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?
-
Hi mbzadegan
Where can I find bootloader file?
(I can not find any /boot)
Look under /tce.
-
I can not find any /tce or /boot! :-\
I don't use Live mode and I have installed it.
-
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
sudo find / -iname "*linux.conf"
which should spit out something like
/mnt/sda2/tce/boot/extlinux/extlinux.conf
Or if you installed with grub?? then use
sudo find / -iname grub.cfg
which may spit out something like
/mnt/sda2/tce/boot/grub/grub.cfg
You will likely need root privileges to write to the config file so use sudo
-
50MB RAM is enough even with Xvesa and this stuff.