Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

After turning on encryption with FileVault on my MacBook Air with Mountain Lion my login screen went gray. Is there a way to go back to the default one?

The grey one

The grey one

The default one The default one

share|improve this question
With the default one being what exactly? – patrix Sep 7 '12 at 5:44
Sorry, uploaded some pictures for illustration. – ihatetoregister Sep 7 '12 at 5:58

3 Answers

up vote -1 down vote accepted

That's worked great for me:

OS X 10.8.2 included one important change to Apple’s fdesetup FileVault 2 management tool. fdesetup now has the authrestart verb, which allows a FileVault 2-encrypted Mac to restart and bypass the FileVault 2 pre-boot login screen. Instead, the Mac reboots as a unlocked system and goes straight to the regular login window.

When you run sudo fdesetup authrestart, it asks for a password or recovery key. The password must be an account that has been enabled for FileVault 2 (i.e. an account that shows up at the FV2 pre-boot login screen.) After that, it puts an unlock key in system memory and reboots. On reboot, the reboot process automatically clears the unlock key from memory.

Source

share|improve this answer
Sites disappear, links change, blogs get deleted. You should quote or explain the relevant information within the answer itself. – Jason Salaz Apr 21 at 6:49
It works one time but when rebooting, the file vault login screen is back :( – ihatetoregister Apr 21 at 13:32
This disables FileVault for one boot. – duci9y Apr 21 at 14:52

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Nope, you can’t. When FileVault is enabled, the disk needs to be decrypted on every boot. As the computer can’t access files on the disk, It generates a simple login screen so that you can enter your password and decrypt the disk. This UI is hardcoded into the firmware of your computer, and can’t be changed.

Source: https://discussions.apple.com/message/15823532#15823532

When your Mac first starts up, EFI-boot takes over to decide what to do. It either

  • continues to bring up the system to the typical OSX login screen, which is managed by OSX's system preferences, or

  • it starts a special EFI pre-boot where it displays the FV2 unlock screen with the icons of designated OSX accounts approved to unlock the disk. Once you log on, the EFI unlock sequence carries forth your credentials, performing a single signon.

share|improve this answer
If you have a link to some explanation of where in the firmware (EFI perhaps) this image is stored, that would be an awesome thing to share. – bmike Sep 7 '12 at 12:36
Just what I was looking for. Thanks a lot. :) – Can Sürmeli Jan 14 at 9:03
You’re welcome. – duci9y Jan 14 at 9:10

I'm afraid it's not common knowledge how to change this (yet). This is the default behaviour when enabling FileVault, and this login background cannot be altered using a standard control that Apple built.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.