WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Return to Microcore but everything has changed!  (Read 4563 times)

Offline lemming

  • Newbie
  • *
  • Posts: 37
Return to Microcore but everything has changed!
« on: March 30, 2014, 12:05:44 AM »
I had a 'play' with Microcore a few years ago, thought it was great, but did not have a use for it at the time. I now have a need for a robust remote location device and want to use it. However it has evolved since.

My device is a PCengines Alix board which has no VGA (HDMI or anything) and the basic BIOS will not boot from USB (CD-ROM or USB stick).  With the old Microcore  there was a way to manually load Microcore onto the CF card, when plugged into my Ubuntu desktop, and then plug the CF card into the target board and it would just run.  The new Core (Core Base) seems to require a a board that boots from CD and has a VGA display. A few questions about the new version:

1) Is there a guide to manually installing the new Core base to a CF or Sd card using a host Linux desktop command line like the 'old days'?

2) One of the guides talk about installing X to Core base. What is the difference between Core base plus X and Tinycore?

3) I am looking to try a Raspberry Pi with Core base but need Lighthttp webserver that was in the old versions but not the new. Is Lighthttp going to make it eventually to Raspberry Pi Core version?

4) The remote device will not have internet access so will not be able to download modules. Is there a way to copy TCZs to a USB stick for the device to download or can I copy them directly to the opt directory?
« Last Edit: March 30, 2014, 12:16:04 AM by lemming »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Return to Microcore but everything has changed!
« Reply #1 on: March 30, 2014, 01:42:44 AM »

3) I am looking to try a Raspberry Pi with Core base but need Lighthttp webserver that was in the old versions but not the new. Is Lighthttp going to make it eventually to Raspberry Pi Core version?


There is the mongoose ultra lite web serve as well as latest Apache 2.4.9 available.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Return to Microcore but everything has changed!
« Reply #2 on: March 30, 2014, 02:01:10 AM »
There is no new CD or VGA requirement. You can still prepare a media in advance.

To do this either boot another computer from the CF, or if not possible, do so via a virtual machine. "qemu -hda /dev/sdX -cdrom CorePlus.iso" would let you to install to the CF via the gui installer. Of course manual ways also work, and the methods have not changed - install a bootloader, copy files.

Tinycore is simply core + X + wm + wbar, so no difference.
The only barriers that can stop you are the ones you create yourself.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Return to Microcore but everything has changed!
« Reply #3 on: March 30, 2014, 07:26:31 AM »
@  4)

Yes. extensions are stored at  "TCE-DIRECTORY/optional"  (not "/opt") and can easily be copied to this location.
'TCE-DIRECTORY' is either  "/tce"  on your boot device, or can be configured via bootparameter (f.e. "tce=/tinycore-5.x")
Download a copy and keep it handy: Core book ;)

Offline lemming

  • Newbie
  • *
  • Posts: 37
Re: Return to Microcore but everything has changed!
« Reply #4 on: March 31, 2014, 04:05:40 PM »
Thanks guys for the prompt replies.

@bmarkus
I have not heard of the Mongoose webserver. Is it robust like the well used and well sorted Lighthttp or is it a Beta startup?

@ curaga
"..There is no new CD or VGA requirement..."
All the guides for 5.x versions refer to usb booting (either CD or USB stick) and following prompts on the screen. Maybe the Wiki should have a more prominent (I could not find one) guide for manual loading of a CF or SD card without USB or VGA on the target machine for version 5.x.

Which bootloader is the best to use for CF /SD cards and 5.x? Grub, grub2, or other? (It will be a dedicated Microcore device with no other OS).

@Misalf
Do TCZs contain all the dependencies or do I have to copy other files as well?  Do all apps/TCZs not require any files copied to system directories, (e.g. /usr/bin, /usr/lib etc) to run?

 

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Return to Microcore but everything has changed!
« Reply #5 on: March 31, 2014, 04:58:58 PM »
Hi lemming
Go here:
http://tinycorelinux.net/book.html
Spend an hour with the book. It's an easy read and well worth your time.

Offline lemming

  • Newbie
  • *
  • Posts: 37
Re: Return to Microcore but everything has changed!
« Reply #6 on: March 31, 2014, 07:14:24 PM »
Thanks Rich.

Just what the doctor ordered!

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Return to Microcore but everything has changed!
« Reply #7 on: March 31, 2014, 09:46:23 PM »
Thanks guys for the prompt replies.

@bmarkus
I have not heard of the Mongoose webserver. Is it robust like the well used and well sorted Lighthttp or is it a Beta startup?


You can trust, it is matured, stable.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Return to Microcore but everything has changed!
« Reply #8 on: April 01, 2014, 05:20:31 AM »
@Misalf
Do TCZs contain all the dependencies or do I have to copy other files as well?  Do all apps/TCZs not require any files copied to system directories, (e.g. /usr/bin, /usr/lib etc) to run?
You probably know already by having read the book,
TCZ extensions do not contain dependencies. Instead,  foobar.tcz  comes with  foobar.tcz.dep  , which is a list of tcz extensions that get loaded automatically together with foobar.tcz. If foobar.tcz was installed manually, all its dependencies need to be installed manually, too.
TCZ extensions do not require to have anything stored in  /usr/bin,  /usr/lib  (or /usr/local/*). They are just mounted filesystems (read only) which can even contain user files (/home/tc/*).
Download a copy and keep it handy: Core book ;)