Hello. For some reason, the program cannot write the password into the keychain and, accordingly, retrieve it from there. As an example, you can try writing down the password in the terminal: security add-generic-password -a ${USER} -s passTEST -w 1234 See if the password has been registered: security find-generic-password -a ${USER} -s passTEST -w Remove it: security delete-generic-password -a ${USER} -s passTEST Try the legacy version of Windows Install 5.9.1, this version does not write the password to the keychain, but this version can only install Windows UEFI. - https://sourceforge.net/projects/windows-install/files/
Author:
[source]
Post a Comment