Tiny Core Linux

General TC => General TC Talk => Topic started by: halma on July 09, 2014, 12:37:48 PM

Title: Howto install tinycore64 ?
Post by: halma on July 09, 2014, 12:37:48 PM
Howto install tinycore64 ?
Title: Re: Howto install tinycore64 ?
Post by: gerald_clark on July 09, 2014, 01:32:10 PM
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
Title: Re: Howto install tinycore64 ?
Post by: bmarkus on July 09, 2014, 01:35:35 PM
Howto install tinycore64 ?

Install to where, what media? Installation method depends on installation target.
Title: Re: Howto install tinycore64 ?
Post by: halma on July 09, 2014, 04: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
Title: Re: Howto install tinycore64 ?
Post by: gerald_clark on July 09, 2014, 04:56:47 PM
Be sure to empty the tce dirrectory or use a different tce directory, such as tce64.
Title: Re: Howto install tinycore64 ?
Post by: halma on July 10, 2014, 07: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
Title: Re: Howto install tinycore64 ?
Post by: Misalf on July 10, 2014, 08: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
Title: Re: Howto install tinycore64 ?
Post by: halma on July 10, 2014, 08: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
Title: Re: Howto install tinycore64 ?
Post by: Misalf on July 10, 2014, 09: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
Title: Re: Howto install tinycore64 ?
Post by: Juanito on July 10, 2014, 09: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
Title: Re: Howto install tinycore64 ?
Post by: coreplayer2 on July 10, 2014, 09:55:46 AM
That's exactly the way I multi-boot architectures, works perfectly  8)
Title: Re: Howto install tinycore64 ?
Post by: Misalf on July 10, 2014, 12:58:55 PM
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) ?
Title: Re: Howto install tinycore64 ?
Post by: curaga on July 10, 2014, 02:31:34 PM
Just a question of which you prefer.