WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Why is there no CorePlus 64?  (Read 3490 times)

Offline Scorp1us

  • Newbie
  • *
  • Posts: 34
Why is there no CorePlus 64?
« on: September 05, 2018, 10:20:25 AM »
I'm trying to get a 64bit thing going like CorePlus, which is what I want (Install, boot into X). but there doesn't seem to be any simple way to do this on a 64Bit system?

I've installed TinyCorePure64... Then what to get X working?

Offline core-user

  • Full Member
  • ***
  • Posts: 191
  • Linux since 1999
Re: Why is there no CorePlus 64?
« Reply #1 on: September 05, 2018, 10:53:56 AM »
I'm guessing, but it's likely the same packages that are in the tce directory of a CorePlus.

So I'd take a look at them, & then download the same packages from the 64bit repos.

Edit: Maybe the onboot.lst is a better option to see which .tcz are needed.
« Last Edit: September 05, 2018, 10:59:47 AM by core-user »
AMD, ARM, & Intel.

Offline Scorp1us

  • Newbie
  • *
  • Posts: 34
Re: Why is there no CorePlus 64?
« Reply #2 on: September 05, 2018, 11:01:46 AM »
Well for your average package, that is probably pretty easy. But X seems rather complicated. There's Xorg and XFree86, all the various extensions, etc.

I tried installing xfbdev & ran startx, it bombed in waitforX
I tried installing xorg-server & ran startx, it bombed in waitforX also.


Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Why is there no CorePlus 64?
« Reply #3 on: September 05, 2018, 11:31:40 AM »
Well for your average package, that is probably pretty easy. But X seems rather complicated. There's Xorg and XFree86, all the various extensions, etc.

I tried installing xfbdev & ran startx, it bombed in waitforX
I tried installing xorg-server & ran startx, it bombed in waitforX also.
You need to install Xorg using tce-ab > search > Xorg or tce-load -w -i Xorg-7.7.tcz commands to install correctly all dependencies, then startx command


Sent from my iPhone using Tapatalk

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Why is there no CorePlus 64?
« Reply #4 on: September 05, 2018, 11:46:42 AM »
I'm trying to get a 64bit thing going like CorePlus, which is what I want (Install, boot into X). but there doesn't seem to be any simple way to do this on a 64Bit system?

I've installed TinyCorePure64... Then what to get X working?
Coreplus  is only an installer version with various boot options for x86, what you really need is tinycore-current
First install x86 version of tinycore. After setting up as desired adapt the the installed system to x86_64

Moving ahead with a working corepure64 system which boots to the command line only.. you’ll first need to edit the onboot.lst file to remove any Xfbdev, Xvesa entries

Then from the command line use tce-ab command (as above) to search and install the current version of Xorg

Then load Xorg
tce-load -I Xorg-7.7
startx



Sent from my iPhone using Tapatalk

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Why is there no CorePlus 64?
« Reply #5 on: September 05, 2018, 01:34:33 PM »
Quote
Coreplus  is only an installer version with various boot options for x86, what you really need is tinycore-current
First install x86 version of tinycore. After setting up as desired adapt the the installed system to x86_64
I should point out that this is just one of many ways to accomplish same result, it’s my recommended method with the minimal of extensions installed. 



Sent from my iPhone using Tapatalk

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Why is there no CorePlus 64?
« Reply #6 on: September 06, 2018, 01:02:10 AM »
Or you can use TinyCorePure64-current.iso as the source and install with tc-install/tc-install-GUI.
The installer will copy the extensions from the iso.

tc-install.sh:
Code: [Select]
sudo tc-install.sh
i --> iso
/path/to/TinyCorePure64-current.iso
... follow the remaining instructions

tc-install-GUI:
Code: [Select]
mkdir -p /mnt/sr0
sudo mount /path/to/TinyCorePure64-current.iso /mnt/sr0
run the GUI program.