Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: wawi on March 06, 2012, 03:13:18 PM

Title: Installation on non parted hard disc and ReiserFS
Post by: wawi on March 06, 2012, 03:13:18 PM
Hello,

I want to install TC additionally to Ubuntu in a directory.

It is possible out of the box
Title: Re: Installation on non parted hard disc and ReiserFS
Post by: gerald_clark on March 06, 2012, 03:29:02 PM
You must use a partitioned drive.
Title: Re: Installation on non parted hard disc and ReiserFS
Post by: curaga on March 07, 2012, 05:09:10 AM
No support for reiser as the extension fs in the standard image, you would need to remaster for that.
Title: Re: Installation on non parted hard disc and ReiserFS
Post by: wawi on March 07, 2012, 05:47:56 AM
I should say: I am a simple user, not a programmer. I want to use the exist GRUB from Ubuntu to start TC.

What about ReiserFS for a simpleton?
Title: Re: Installation on non parted hard disc and ReiserFS
Post by: maro on March 07, 2012, 01:23:59 PM
(1) Amending the Ubuntu GRUB configuration to contain a stanza for TC should work just fine (assuming it contains the correct references to the TC kernel and initrd).

(2) What Curaga meant with reply #2: To support ReiserFS a kernel module (i.e. 'reiserfs.ko.gz') is required that is not included in the "official" initrd (but could be installed via tce-load -wi filesystems-KERNEL into a running TC system). You'll probably wish to have said module available early in the boot process to be able to mount the ReiserFS file system. Therefore you'll have to create your own initrd into which you've copied that module. This process is known as remastering and several explanations are to be found in the Wiki (as well as in many forum threads).
Title: Re: Installation on non parted hard disc and ReiserFS
Post by: wawi on March 08, 2012, 11:24:07 AM
Thank you to all for the explanations.