changing login screen disclaimer via configprofile

jwojda
Valued Contributor II

I had to change the verbiage in our login screen config profile, the laptop shows the updated config profile under Sys Prefs --> Profiles, but when I shutdown / power on the laptop it's not displaying the changes at the FileVault login screen (retains the original information).

1 ACCEPTED SOLUTION

jwojda
Valued Contributor II

I ran the following and it seemed to correct it.

diskutil apfs updatePreboot /

View solution in original post

5 REPLIES 5

gachowski
Valued Contributor II

Apple expected behavior ....

It was two years ago but I had to use a profile and script...

and the script included

defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText

rm /System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/loginui.efires

and a forced reboot...

C

PS we also changed motd

jwojda
Valued Contributor II

these are both config profiles, no script... though there is a script that updates terminal's motd, but not the login screen's display

gachowski
Valued Contributor II

@jwojda

What is the domain/key for the FV widow? With new imaged machines a single profile works, but on older systems to change the message to change was a pain .. I had to open a ticket with Apple and there was a lot of trial and error and back and forth....

C

jwojda
Valued Contributor II

Not sure what the domain is, they were made from the config profile on the jss.

jwojda
Valued Contributor II

I ran the following and it seemed to correct it.

diskutil apfs updatePreboot /