When you guys have the black boot screen, does your mac still boot up with the white screen initially? Because that would really annoy me. If so I hope they release a firmware update or something to make the initial screen black rather than white.
Apple released an EFI update some time ago, it allows the OS to change the background color of the EFI bootloader, so your first Yosemite boot shows in old gray background and the future ones totally black (never a gray-then-black boot).
If you ever boot to an old version again (10.9 or so), you'll boot totally blacky (no apple logo), but after that, EFI will show gray background for the next boot on.
PS: Yes, I had the same doubt and risked myself for science. I own a 2014 macbook air 13"
I take it the efi update is only for newer macs? Mine is a 2011.
On my 2011 MBP, the Yosemite boot screen is gray (with the progress bar), and when I reboot to Mavericks it's still gray. Could it be because I have an older (2011) machine, or perhaps because Yosemite is on an external disk?
There is actually an SMC (or EFI, not sure) update for 2013 machines in the Yosemite installer which is why only newer (2013+) machines have the black boot screens. The rest have gray boot screens, but still have a progress bar.
Exactly, the good part is no one's going to see a gray+black awful boot process, but entirely gray.
The progress bar goes, indeed, from 0 to 50% during system boot and from 50 to 100% during WindowServer init (the graphic interface) which is faster, making the process a little weird. I hope they move the checkpoint a little further in the progress measure, so it makes more sense visually (like, say, 90% for system and last 10% for GUI).
Exactly, the good part is no one's going to see a gray+black awful boot process, but entirely gray.
The progress bar goes, indeed, from 0 to 50% during system boot and from 50 to 100% during WindowServer init (the graphic interface) which is faster, making the process a little weird. I hope they move the checkpoint a little further in the progress measure, so it makes more sense visually (like, say, 90% for system and last 10% for GUI).
...The progress bar goes, indeed, from 0 to 50% during system boot and from 50 to 100% during WindowServer init (the graphic interface) which is faster, making the process a little weird. I hope they move the checkpoint a little further in the progress measure, so it makes more sense visually (like, say, 90% for system and last 10% for GUI).
so is it possible to change the boot screen?
i have a MBA 2011, bootscreen is gray. i would like to have the black one, looks much better.
I have a macbook pro 13 inch early 2011 and i installed Yosemite on optibay HDD and my boot screen is grey, i think the macs that fully support Yosemite get the black screen and the once that can run Yosemite but docent have all features get grey screen.
for example
if u have bluetooth LE u get black screen
if u dont have bluetooth LE u get grey
could this be possible
Apple released an EFI update some time ago, it allows the OS to change the background color of the EFI bootloader, so your first Yosemite boot shows in old gray background and the future ones totally black (never a gray-then-black boot).
If you ever boot to an old version again (10.9 or so), you'll boot totally blacky (no apple logo), but after that, EFI will show gray background for the next boot on.
PS: Yes, I had the same doubt and risked myself for science. I own a 2014 macbook air 13"
<key>Background Color</key>
<integer>0</integer>
<key>Boot Logo</key>
<string>\System\Library\CoreServices\BootLogo.png</string>
The progress bar goes, indeed, from 0 to 50% during system boot and from 50 to 100% during WindowServer init (the graphic interface) which is faster, making the process a little weird. I hope they move the checkpoint a little further in the progress measure, so it makes more sense visually (like, say, 90% for system and last 10% for GUI).
its a progress bar.. if they did your idea then its just a visual thing to look pretty. Progress bars are supposed to have a FUNCTION
if you got 50% of your bar then 50% of the work its doing or the items its loading or scripts its running (what ever the bar represents) is done.
My Retina MacBook Pro (late 2013) boots to a grey screen by default on Yosemite. Only if I set it manually to boot into a black screen, will it do as you have described. However, I've set my boot screen to be in black since Snow Leopard, if not earlier (on my older MacBook Pro), and on both laptops, booting to Mavericks loads up the grey screen, then switches to the black one for Mavericks or whatever OS I have installed.
----------
Anyone wanting to set a black boot screen needn't modify boot.efi files or anything. Simply open: /Library/Preferences/SystemConfiguration/com.apple.Boot.plist then add:Code:<key>Background Color</key> <integer>0</integer>
This should set the boot screen to be black, and this works on previous OS X versions as well...
----------
You can also add a boot logo if you want. Choose an image and save it somewhere safe, in my case /System/Library/CoreServices/BootLogo.png
Then, as in my case, in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist addCode:<key>Boot Logo</key> <string>\System\Library\CoreServices\BootLogo.png</string>
its a progress bar.. if they did your idea then its just a visual thing to look pretty. Progress bars are supposed to have a FUNCTION
if you got 50% of your bar then 50% of the work its doing or the items its loading or scripts its running (what ever the bar represents) is done.
If they use your idea then they might as well just remove it and go back to a spinning fan thing. It's just a useless visually.
Be sure to allow the fill to complete before dismissing the progress bar. If you dismiss the progress bar too soon, users are likely to wonder if the process really finished.
A regular Mac user walked by as Yosemite booted up.
He asked, "Oh, is something wrong with your hard drive?"
That to me is what is wrong here. If you had HD issues and held "shift" for a safe boot you saw something very similar. Kind of confusing to change to this now.
My Retina MacBook Pro (late 2013) boots to a grey screen by default on Yosemite. Only if I set it manually to boot into a black screen, will it do as you have described. However, I've set my boot screen to be in black since Snow Leopard, if not earlier (on my older MacBook Pro), and on both laptops, booting to Mavericks loads up the grey screen, then switches to the black one for Mavericks or whatever OS I have installed.
----------
Anyone wanting to set a black boot screen needn't modify boot.efi files or anything. Simply open: /Library/Preferences/SystemConfiguration/com.apple.Boot.plist then add:Code:<key>Background Color</key> <integer>0</integer>
This should set the boot screen to be black, and this works on previous OS X versions as well...
----------
You can also add a boot logo if you want. Choose an image and save it somewhere safe, in my case /System/Library/CoreServices/BootLogo.png
Then, as in my case, in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist addCode:<key>Boot Logo</key> <string>\System\Library\CoreServices\BootLogo.png</string>