WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Howto install tinycore64 ?  (Read 5045 times)

Offline halma

  • Full Member
  • ***
  • Posts: 164
Howto install tinycore64 ?
« on: July 09, 2014, 09:37:48 AM »
Howto install tinycore64 ?
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Howto install tinycore64 ?
« Reply #1 on: July 09, 2014, 10:32:10 AM »
There is no tinycore64.
If you want the 64 bit kernel for the 32 bit userspace, just replace vmlinuz with vmlinuz64.

If you want tinycorepure64, it is in the downloads section.  Burn the ISO do a CD, boot it and run the installer.

Please read the corebook  http://tinycorelinux.net/book.html

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Howto install tinycore64 ?
« Reply #2 on: July 09, 2014, 10:35:35 AM »
Howto install tinycore64 ?

Install to where, what media? Installation method depends on installation target.
Béla
Ham Radio callsign: HA5DI

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

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: Howto install tinycore64 ?
« Reply #3 on: July 09, 2014, 01:10:34 PM »
sorry for bugging around but if i load the "TinyCorePure64-5.3.iso" i am not finding the installer for tc.


so i loaded the CorePlus-current.iso, from there i installed TC with the "tc-install" to the hard drive, then i turned off the Virtual Machine and replacing core.gz with corepure64.gz and vmlinuz with vmlinuz64 and also modified the , i believe the file was called extlinux.conf" to use the "64" bit version to start

uname -a
Linux box 3.8.13-tinycore64 #777
« Last Edit: July 09, 2014, 01:46:16 PM by halma »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Howto install tinycore64 ?
« Reply #4 on: July 09, 2014, 01:56:47 PM »
Be sure to empty the tce dirrectory or use a different tce directory, such as tce64.

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: Howto install tinycore64 ?
« Reply #5 on: July 10, 2014, 04:04:10 AM »
is this the right way to install TC64 what i did as written above, cause now the filetool.sh -b doesnt work the mydata.tgz is 0 bytes after running filetool.sh -b

tc@box:filetool.sh -b
Backing up files to /mnt/xvda1/tce/mydata.tgz

...  ?

Quote
Be sure to empty the tce dirrectory or use a different tce directory, such as tce64.
can you give me more information what to you mean ?

i am sorry for bugging around.

many thanks
« Last Edit: July 10, 2014, 04:59:02 AM by halma »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Howto install tinycore64 ?
« Reply #6 on: July 10, 2014, 05:23:23 AM »
Besides the kernel and initrd you also need to replace extensions...
Code: [Select]
/mnt/xvda1/tce/optional/
... and ...
Code: [Select]
/mnt/xvda1/tce/onboot.lst
Download a copy and keep it handy: Core book ;)

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: Howto install tinycore64 ?
« Reply #7 on: July 10, 2014, 05:44:11 AM »
thanks for helping me out

Besides the kernel and initrd you also need to replace extensions...

if i understand this right, then i do a normal tc-install to the harddisk without any extensions, creating a second folder called tce64 and also change the extlinux.conf to home=xvda1 opt=xvda1 .. right ? ok i did this allready
Quote
Code: [Select]
/mnt/xvda1/tce/optional/
... and ...
Code: [Select]
/mnt/xvda1/tce/onboot.lst
where i have to place this ?

and this is my /boot/extlinux.conf
Code: [Select]
Default Core
Label Core
Kernel /tce64/boot/vmlinuz64 tce64=xvda1 opt=xvda1 home=xvda1
Append initrd=/tce64/boot/corepure64.gz quiet waitusb=5:UUID="SomeValues" tce64:UUID="SomeValues"

thank you very much
« Last Edit: July 10, 2014, 05:56:35 AM by halma »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Howto install tinycore64 ?
« Reply #8 on: July 10, 2014, 06:04:22 AM »
You don't 'need' a tce64 dir but it helps identifying it and you could have a 32bit install at the same time.
Code: [Select]
tce=UUID="SomeValues"/tce64
Download a copy and keep it handy: Core book ;)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Howto install tinycore64 ?
« Reply #9 on: July 10, 2014, 06:09:50 AM »
Up to you of course, but I'd be tempted to put corepure.gz, corepure64.gz, vmlinuz and vmlinuz64 in (for example) /mnt/sda1/boot, the 32-bit extensions in /mnt/sda1/tce and the 64-bit extensions in /mnt/sda1/tce64

You would then use the tce=UUID="SomeValues"/tce64 boot code to select the 64-bit extensions

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Howto install tinycore64 ?
« Reply #10 on: July 10, 2014, 06:55:46 AM »
That's exactly the way I multi-boot architectures, works perfectly  8)
« Last Edit: July 10, 2014, 06:57:56 AM by coreplayer2 »

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Howto install tinycore64 ?
« Reply #11 on: July 10, 2014, 09:58:55 AM »
I have
Code: [Select]
/mnt/sdXY/tce-5.x/boot/vmlinuz
/mnt/sdXY/tce-5.x/boot/core.gz
/mnt/sdXY/tce-5.x/boot/more.gz
/mnt/sdXY/tce-5.x/onboot.lst
/mnt/sdXY/tce-5.x/optional/*.tcz

Any reason not to put it into tce-dir (boot sub-dir) ?
Download a copy and keep it handy: Core book ;)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Howto install tinycore64 ?
« Reply #12 on: July 10, 2014, 11:31:34 AM »
Just a question of which you prefer.
The only barriers that can stop you are the ones you create yourself.