Hello,
I'm facing a strange issue with TC.
I have two TC 8.2 installations : one on a USB stick and one on a hard disk.
Both installations are totally identical (copy of tce dir from USB to HD), except that on HD, the boot directory is under tce directory.
extlinux.conf are identical, except for UUID values used in boot codes for tce and home definitions
When booting on USB stick, the home directory (/home) is correctly mounted on my persistent home, whereas when booting on HD, the home dir is not mounted on my persistent home.
I've changed the boot option home=UUID=<sda1 UUID> to home=sda1, without better success
The only way to have home correctly mounted is to add a line in /opt/bootlocal.sh : sudo mount /mnt/sda1/home /home
Could someone explain this difference, and perhaps help me in correcting this issue?
Thank you