back in the day I used Refit for that, it is a configurable boot manager. Not sure if it’s still a thing or if there is a current equivalent, but it might be worth a search.
Is there a way to switch to Windows without going through System Prefs ? Im on a Mac Pro 2019 with a wireless magic keyboard and holding down Option does not show the Windows partition.
If I use a wired keyboard it does show up.
I have a magic keyboard 2 (space gray) and when i use the wired connection (lightning) it still doesnt work.Don't know what kind of keyboard you have, but with an Apple Magic Keyboard, if you plug it into the Mac with the cable then it will become a wired USB keyboard and not use Bluetooth. Or at least, that's the way mine works.
sudo nvram manufacturing-enter-picker=true
That's interesting. I also have a Space Grey Magic Keyboard. When plugged into my 2018 Mini via USB, I can turn off bluetooth and it still works. I just leave it plugged in now, because I sometimes had problems logging in wirelessly. I guess there's something different about the startup sequence on the Mac Pro?
BTW, there was a lot of confusion about versions of the Magic Keyboard in another thread. System Report says I have a "Magic Keyboard with Numeric Keypad". According to this, the Magic Keyboard 2 is the one with touch ID that was released in 2021 and is not available in space grey.
OSXDaily - Make an Intel Mac Boot Directly to Startup Manager
https://osxdaily.com/2021/02/26/make-intel-mac-boot-startup-manager/
Code:sudo nvram manufacturing-enter-picker=true
Read the valueThis is great, thanks for the heads up. Just tried this and it works, and switching to =false resets it back and also can reset nvram with nvram -c in terminal to get rid of it completely.
nvram manufacturing-enter-picker
sudo nvram manufacturing-enter-picker=true
sudo nvram -d manufacturing-enter-picker
Its also interesting that you disable BT and when its wired it works, I will give that a shot, not that I want to use it wired forever.
Yours is the same keyboard I have. It actually works fine with Bluetooth in general usage, the problem is that when I first power up the computer the keyboard sometimes isn't "awake" yet (apparently) and it will "eat" the first character when I type the password. So I got in the habit of typing a couple random characters before pressing the power button on the Mac to "wake it up" in advance.
I just got tired of doing that, and leaving it plugged in cures the problem. Then there was a time when the battery was low and my logins failed even though the computer was receiving characters (apparently there was garbage). I almost reached the threshold of login attempts before realizing what was going on. That finally convinced me to stop using Bluetooth. I mean, it's a desktop computer right next to the keyboard, there's really no point in wireless (although it saves a USB port).
Glad you found a fix for your problem.
Yeah, I did that and it also works to tap the shift key a few times. But I just got tired of that kind of nonsense. There's really no point in a wireless keyboard when it sits less than a foot away from the computer (although it does free up a USB port).
Read the value
Code:nvram manufacturing-enter-picker
Set/modify
Code:sudo nvram manufacturing-enter-picker=true
Delete
Code:sudo nvram -d manufacturing-enter-picker
I don’t think macOS has such an option. The only way I can think of to achieve that is to use a boot loader like OpenCore https://forums.macrumors.com/threads/opencore-on-the-mac-pro.2207814/Is there a way to make macOS the default OS so after like 10 seconds it boots into it?