For the tcb issue, there is a way to change the status of TCB to enabled without re-installing. You will need to create a text file with the following in it:
dflt = "tcb_enabled"
and then issue the following:
odmchange -o PdAt -q "dflt = tcb_disabled" your_textfile.txt
To check to see if it is enabled or disabled, enter:
odmget PdAt | grep tcb
Regards,
Chuck