Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: athouston on May 02, 2010, 07:18:52 AM

Title: Problem using bootcode extension tce=hda1 (solved)
Post by: athouston on May 02, 2010, 07:18:52 AM
If I have read the help files correctly the parameter tce=hda1 used on the boot line will create a directory called tce and that the applications will be stored in this folder. On subsequent boot the system will automatically read the contents and load the programs. My problem is that my system does not seem to create that directory.

Have I got this idea wrong or am I missing something?

Anthony
Title: Re: Problem using bootcode extension tce=hda1
Post by: jur on May 02, 2010, 08:27:06 AM
your HD may be sda1 instead of hda1. Have a look in /etc/fstab.
Title: Re: Problem using bootcode extension tce=hda1
Post by: athouston on May 03, 2010, 04:51:51 AM
/etc/fstab says
/dev/hda /mnt/hda auto noauto,users,exec 0 0 # Added by TC
 /dev/hda1 /mnt/hda1 ext3 noauto,users,exec,relatime 0 0 # Added by TC

with entries for /dev/fd0 and /dev/hdc.

Thanks
Title: Re: Problem using bootcode extension tce=hda1
Post by: curaga on May 03, 2010, 05:43:49 AM
Which version of TC? From your fstab it looks like an older one.
Title: Re: Problem using bootcode extension tce=hda1
Post by: athouston on May 04, 2010, 04:54:52 AM
At boot screen says TinyCore _2.4.1 using Kernel 2.6.29.1.
Title: Re: Problem using bootcode extension tce=hda1
Post by: curaga on May 04, 2010, 05:42:08 AM
Please try the latest stable.
Title: Re: Problem using bootcode extension tce=hda1 (solved)
Post by: athouston on June 29, 2010, 07:49:42 AM
Sorry for the delay - the later version worked. Thanks.