The term X:\MININT\Cache\PSDResources\Read ERROR entering deploymentboot
I assume this is after the 2.30 upgrade?
Can u post your custom settings.ini.
Also is there ps1 file in the PSDResources\Readiness folder? Also do you have this set in cs.ini:
PSDReadinessScript=Computer_Readiness.ps1
it can be that script or something similar. But you must also set this value to skip this :
SkipReadinessCheck=YES
It's possible this may be a bug in the PSDDeploymentShare.psm1 module.
I'd been having similar, but unrelated troubles with it referencing a cache folder on X:\MiniNT\ and not finding the files or folders there.
The code chunk from ~193 - ~210 has calls to actually copy the content if it's Web or UNC path, but standard Volume drives (which I assume is related to the Else statement) has no call to ever copy the content anywhere.
Is this stll an issue? can you follow these steps to see if it resolves them: https://github.com/FriendsOfMDT/PSD/issues/224