WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: boot server at a later time  (Read 2969 times)

Offline casey

  • Newbie
  • *
  • Posts: 34
boot server at a later time
« 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?
« Last Edit: November 04, 2013, 09:51:39 AM by casey »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: boot server at a later time
« Reply #1 on: November 04, 2013, 10:33:12 AM »
As stated previously, use the 'text' boot option.
http://wiki.tinycorelinux.net/wiki:boot_options

Offline casey

  • Newbie
  • *
  • Posts: 34
Re: boot server at a later time
« Reply #2 on: November 04, 2013, 11:18:34 AM »
thanks
works perfectly

Offline casey

  • Newbie
  • *
  • Posts: 34
Re: boot server at a later time
« Reply #3 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?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: boot server at a later time
« Reply #4 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.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline casey

  • Newbie
  • *
  • Posts: 34
Re: boot server at a later time
« Reply #5 on: November 04, 2013, 02:03:03 PM »
thanks

It's possible enter a password for boot?

Offline mocore

  • Hero Member
  • *****
  • Posts: 586
  • ~.~
Re: boot server at a later time
« Reply #6 on: November 04, 2013, 02:24:46 PM »
use boot option "secure "
from tinycorelinux.net/faq.html

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

and @ wiki
wiki.tinycorelinux.net/wiki:passwd
wiki.tinycorelinux.net/wiki:security

Offline casey

  • Newbie
  • *
  • Posts: 34
Re: boot server at a later time
« Reply #7 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)?
« Last Edit: November 04, 2013, 04:11:21 PM by casey »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: boot server at a later time
« Reply #8 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.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)