WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v4.2rc1  (Read 60867 times)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Core v4.2rc1
« Reply #45 on: December 12, 2011, 09:34:44 PM »
Did you try it with 4.2rc1?

yes it works great

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.2rc1
« Reply #46 on: December 12, 2011, 10:16:26 PM »
Perhaps the issue is the booting of TinyCore-4.2rc1.iso and not the CorePlus iso.
I did not add the waitusb=5 to the default on TinyCore iso. In fact it *is* missing lst=xbase.lst which I will add.
But to boot the TinyCore iso from a dd'ed pendrive, or unetbootin, simply add the following two boot params.

lst=xbase.lst waitusb=5

HTH
10+ Years Contributing to Linux Open Source Projects.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.2rc1
« Reply #47 on: December 12, 2011, 10:41:05 PM »
I booted CorePlus with 'tce=sdb1' option.
The optional directory was created root.root and tce-load -iw was unable to download into it.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.2rc1
« Reply #48 on: December 12, 2011, 10:52:51 PM »
It would be nice if there was an additional CorePlus boot option that was just 'quiet waitusb=5'
After I dd CorePlus to a thumb drive, I like to add another partition with a custom tce directory.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Core v4.2rc1
« Reply #49 on: December 13, 2011, 02:17:05 AM »
Perhaps the issue is the booting of TinyCore-4.2rc1.iso and not the CorePlus iso.
I did not add the waitusb=5 to the default on TinyCore iso. In fact it *is* missing lst=xbase.lst which I will add.
But to boot the TinyCore iso from a dd'ed pendrive, or unetbootin, simply add the following two boot params.

lst=xbase.lst waitusb=5

HTH

Of course waitusb was there. Adding lst=xbase.lst result is the same.
Béla
Ham Radio callsign: HA5DI

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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Core v4.2rc1
« Reply #50 on: December 13, 2011, 07:13:47 AM »
Booting CorePlus with X/GUI no extensions (aka TC) from USB stick (sdc1) tce dir is in /tmp even if I have a tce dire manually created in the root of sdc1 (VFAT). tce=sdc1 has no influence.

Is it possible to setup a permanent tce dir as with previous versions?
Béla
Ham Radio callsign: HA5DI

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

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.2rc1
« Reply #51 on: December 13, 2011, 09:50:45 AM »
You should be using TinyCore.iso.
boot:  tc waitusb=5 tce=sdc1   

Works as expected.


Your specs to CorePlus was no user extensions, i.e., lst=xbase.lst, therefore no user extensions were loaded.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.2rc1
« Reply #52 on: December 13, 2011, 09:56:56 AM »
It would be nice if there was an additional CorePlus boot option that was just 'quiet waitusb=5'
After I dd CorePlus to a thumb drive, I like to add another partition with a custom tce directory.
Typically dd'ing the iso image to a pendrive: 
dd if=CorePlus-4.2rc1.iso of=/dev/sdb bs=1M
results in a read-only device.

Unless you are using a different scheme dd'ing into a partition and messing with the boot record. Otherwise I am not following.
10+ Years Contributing to Linux Open Source Projects.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.2rc1
« Reply #53 on: December 13, 2011, 10:24:17 AM »
Yes, but if you select the last option to boot cmdline only, you can add a partition, format it ext2, create a tce directory, and reboot.
Now when you edit the last boot option, remove the 'base' option, add 'waitusb=5' and boot, the second partition is mounted rw.
You can now mount the first partition and copy the desired Xprogs,Xlibs,Xvesa, window manager to the second partition, create an onboot.lst.
Now you have a custom boot partition that you can tce-load into for a utility boot.
The only thing missing is a boot selection that has "quiet waitusb=5" as the only boot options.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.2rc1
« Reply #54 on: December 13, 2011, 06:08:28 PM »
Booting CorePlus already searches for user tce directory and loads user extensions first before loading the extensions provided on the CorePlus media. This is done for two reasons:

1. User stored Extensions on a live drive will always be more recent than the "snapshots frozen" in the CorePlus iso.

2. Rarely used extensions in the CorePlus iso can easily be AppBroswer/Load Local when such might be needed.

CorePlus is not only an installation image but a utility resource for an existing system.
10+ Years Contributing to Linux Open Source Projects.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.2rc1
« Reply #55 on: December 13, 2011, 06:38:33 PM »
The only menu option that finds the tce directory is "BootCore to command line only. No X/GUI or extensions", and
then only if I remove "base" and add "waitusb=5".

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.2rc1
« Reply #56 on: December 13, 2011, 08:15:43 PM »
Case 1.
sda1 is a live working system from established tcedir on linux filesystem.
Booting CorePlus from sdb1 pendrive, finds and loads all extensions from sda1 before the CorePlus utility extensions.

Case 2.
I purposely rename the tce directory on sda1 so as to disable CorePlus from finding it.
I insert a second pendive with a FAT32 fielsystem and a tce directory.
Booting CorePlus from sdb1 finds and loads all extensions from sdc1 (second pendrive) before loading the CorePlus utility extensions.

Works as described and expected.

Would need more details to try to reproduce other than expected results.
10+ Years Contributing to Linux Open Source Projects.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.2rc1
« Reply #57 on: December 14, 2011, 12:42:41 AM »
I do not misunderstand how CorePlus works.

I boot core plus from sdb1 using any of the first seven offered selections.
I have a tce directory on sdb2.  It is not found.
This is because sdb2 cannot be mounted if sdb1 is mounted.

I select the eighth selection "BootCore to command line only. No X/GUI or extensions" and hit the tab key.
I delete the "nobase" option and add "waitusb=5"
My tce directory is found, my extensions are loaded, and my backup is restored.
This is because sdb1 is not mounted, so sdb2 can be, but only if there is no "nobase" option.

I would like to have a core plus thumb drive, but don't want to waste the whole thing with just one 50M partition.
I would like to use the rest of the drive for a full core system.
I can only do this if I manually edit the options at each boot.

My suggestion is that it would be nice to have another boot selection:
"BootCore and scan for tce"  that only has the boot options: "quiet waitusb=5".

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.2rc1
« Reply #58 on: December 14, 2011, 02:23:36 AM »
The whole point of offering these installation tools is to avoid manual setup.
However for the sake of using a disk image iso dd'ed onto a drive and then manual setup a second partition on the same drive.

On a single pendrive

Case 3:
1. dd if=CorePlus-42.rc1.iso of=/dev/sdb bs=1M
2. fdisk /dev/sdb
3. Create 2nd Linux partiion on the remaining unused drive.
4. hdparm -z /dev/sdb
5. mke2fs /dev/sdb2
6. mount /mnt/sdb2
7. mkdir -p /mnt/sdb2/tce/optional
8. chown tc.staff -R /mnt/sdb2/tce
9. copied sample extension, ace-of-penguins, to tce dir on sdb2 and onboot.lst
10 reboot.

Boot with no other drive with a tcedir other than sdb2 with CorePlus on sdb1
Works as expected with boot options 1-7. sdb2 scanned found mounted and ace-of-penguins loaded.
Followed by sdb1 mounted and CorePlus utilites mount loaded. Both sdb2 and sdb1 mounted in that order.

I am still unable to reproduce your case. You must be doing something else. 
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Core v4.2rc1
« Reply #59 on: December 14, 2011, 03:19:01 AM »
You should be using TinyCore.iso.
boot:  tc waitusb=5 tce=sdc1   

Works as expected.


Boots to command prompt, no graphics. startx command doesn't exist.

/mnt/sdc1/tce created. ab works as expected, using /mnt/sdc1/tce

All together  tc waitusb=5 tce=sdc1 leads to mc instead of tc. WIthout tce=sdc1it boots to usual TC.
Béla
Ham Radio callsign: HA5DI

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