Hi Maro,
Thanks for getting back to me.
Since this post, I have redone the steps & left the command "touch /mnt/sda2/tce/mydata.tgz" last after "cp /mnt/sdd1/optional/* /mnt/sda2/tce/optional" this populates the .filetool.lst with the following.
opt/bootlocal.sh
opt/bootsync.sh
opt/shutdown.sh
opt/tcemirror
opt/.filetool.lst
opt/.xfiletool.lst
and "tar tvf /mnt/sda2/tce/mydata.tgz" command gave me "tar: short read" I have assume that backup will work now.
"To me it would have made sense to also copy your previous 'onboot.lst' (e.g. via cp /mnt/sdd1/onboot.lst /mnt/sda2/tce)."
Yes, you are right, I will keep this in mind for the future.
"AFAIK there is no need for it as the "ondemand" extensions are meant to be in the '.../tce/ondemand' directory."
Oh, I thought it was support to have an ondemand.lst in the first place much like onboot.lst, well it clears things up
"cat /proc/cmdline" gave me the following, I have added the norestor after reading the wiki on backup for faster shutdown & startup time.
BOOT_IMAGE=/boot/bzImage quiet norestore tce=sda2 opt=sda2 home=sda3 xvesa=1600x1200x24
Thanks again.