@Macjutsu
Having managed to get a Mac to upgrade from Big Sur to Ventura via this Super script I have observed that 'normal' behaviour is that it triggered an initial reboot to the FileVault2 login screen. Once that was logged in, the upgrade proceeded correctly.
I believe it might be possible to use the fdesetup authrestart command to pre-authorise the FileVault2 login to skip this step, this would speed up things and avoid the possibility that the user ignores the login screen and the login screen times out and shuts down the Mac.
Would it be possible for you to add using this function?
See the man page in Terminal for fdesetup
@Macjutsu
Having managed to get a Mac to upgrade from Big Sur to Ventura via this Super script I have observed that 'normal' behaviour is that it triggered an initial reboot to the FileVault2 login screen. Once that was logged in, the upgrade proceeded correctly.
I believe it might be possible to use the
fdesetup authrestartcommand to pre-authorise the FileVault2 login to skip this step, this would speed up things and avoid the possibility that the user ignores the login screen and the login screen times out and shuts down the Mac.Would it be possible for you to add using this function?
See the man page in Terminal for
fdesetup