Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: graybird on March 22, 2013, 03:54:00 AM
-
Hi all
I downloaded TinyCore-current.iso, and run it by frugal install: unpack to C;, and add entry to menu.lst:
kernel /boot/vmlinuz loglevel=3 cde
initrd /boot/core.gz
it boot, but boot only commandline.
How to install/run/setup X?
-
Try moving extensions to C:\tce\optional and *.lst to C:\tce while removing the "cde" boot code.
-
not help :( It boot only to commandline :(
-
I would advice to run TC from USB stick installed with core2usb and a bit later when your familiar with TC move on the HD install only.
-
If I try to run Core2Usb, I need to start TinyCore previous :(
-
What happens if you run "xsetup" after boot?
-
"sh: xsetup: not found"
-
If I try to run Core2Usb, I need to start TinyCore previous :(
Why do you think? It is an MS WINDOWS program to install TC. Read FAQ:
http://tinycorelinux.net/faq.html#pendrives
-
I am not Windows user for many years. I have not windows.
Maybe, I need to change my menu.lst lines? but how?
-
tce=sda1
Adjust to your device.
Though that should be auto scanned for...
-
I am not Windows user for many years. I have not windows.
Maybe, I need to change my menu.lst lines? but how?
In such case justt dd ISO to USB sticj and rename cde to tce
-
I tried. flash-usb not bootable now :(
-
Try this:
After boot, check if your partition is mounted with
mountIn case it is not mounted, check
cat /etc/fstaband determine your partition.
Then mount it with
mount /mnt/sda1(adjust to your device)
Then
tce-load -i /mnt/sda1/tce/optional/*.tcz
-
Graybeard, your posts are confusing and contradictory.
You say you are not running Windows, yet you talk about running a windows core installer and
talk about copying files to C:.
Perhaps if you told us exactly what you are doing, we could help you.
-
I mean "C:" as first partition in hda
I find a solution. I just need to add (to menu.lst)
kernel /boot/vmlinuz tce=sda1
with "tce=sda1" all works.
(and, of cource, rename "cde" to "tce")
Thank you very much for help
Sorry for confusing posts. I just a newbie...
-
That's OK. Glad you got it working.