Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: casey on November 04, 2013, 09:47:11 AM

Title: boot server at a later time
Post by: casey on November 04, 2013, 09:47:11 AM
hello guys

I downloaded TinyCore_current.iso (14mb)

and I added the text "cde" in the "append" line below the MENU LABEL Boot Core (command line only) in the file isolinux.cfg,
so that the extensions are loaded ntfs-3g.tcz, and kmaps.tcz that I added to the file onboot.lst

now the extensions are loaded, but why start directly server X and not the command line?

is possible to start before the command line, and then start the server X only when needed via the command startx?
Title: Re: boot server at a later time
Post by: gerald_clark on November 04, 2013, 10:33:12 AM
As stated previously, use the 'text' boot option.
http://wiki.tinycorelinux.net/wiki:boot_options
Title: Re: boot server at a later time
Post by: casey on November 04, 2013, 11:18:34 AM
thanks
works perfectly
Title: Re: boot server at a later time
Post by: casey on November 04, 2013, 11:39:28 AM

at boot shows:
Core is distributed with ABSOLUTUTELY NO WARRANTY
and soon after I get prompt tc@box:/$

I have already removed this written from the file boot.msg and f1.
you can also remove it from the boot?
Title: Re: boot server at a later time
Post by: tinypoodle on November 04, 2013, 12:27:09 PM
Code: [Select]
grep -r WARRANTY /etcwould show you.

However, in case of allowing any third party access to such a remaster, I would think twice about the potential legal implications of removing a disclaimer.
Title: Re: boot server at a later time
Post by: casey on November 04, 2013, 02:03:03 PM
thanks

It's possible enter a password for boot?
Title: Re: boot server at a later time
Post by: mocore on November 04, 2013, 02:24:46 PM
use boot option "secure "
from tinycorelinux.net/faq.html (http://tinycorelinux.net/faq.html)

 
Quote
Tiny Core accepts the following additional boot time options:
...
 tinycore secure                     Set password

and @ wiki (http://wiki.tinycorelinux.net/?do=search&id=password&button=)
wiki.tinycorelinux.net/wiki:passwd (http://wiki.tinycorelinux.net/wiki:passwd?s=password)
wiki.tinycorelinux.net/wiki:security (http://wiki.tinycorelinux.net/wiki:security?s=password)
Title: Re: boot server at a later time
Post by: casey on November 04, 2013, 04:05:43 PM
thanks for the info

I added to line append the parameter vga=extended to have the command line in text mode 80x50

without adding vga=extended in the append line, it would be possible via a command from the command line switch from (80x25 to 80x50) and from (80x50 to 80x25)?
Title: Re: boot server at a later time
Post by: tinypoodle on November 04, 2013, 07:47:28 PM
"svgatextmode" but I think it's rather dated, and not sure how well it would work with current software and hardware.
Title: Re: boot server at a later time
Post by: tinypoodle on November 04, 2013, 08:09:11 PM
http://www.studotwho.com/computer-stuff/howto/linux-vga-text-video-mode-and-other-sizes-on-linux/