Quick Tip: There is a com.Boot.efi.plist file in OSXE 1.3b3. This is to disable rootless during the Installation and when booting to the system. Replace in both the Core Services and in the SystemConfiguration folders. Alternatively you can try this code:
Code:
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.Boot.plist "Kernel Flags" -string "rootless=0"
sudo plutil -convert xml1 /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
sudo reboot