Skip to main content
Question

Bypass Firmware Password on Bootcamp

  • July 12, 2022
  • 5 replies
  • 16 views

rm2930
Forum|alt.badge.img+3
  • New Contributor
  • 4 replies

Currently my organization is using Bootcamp in order to run specific Windows apps instead of Parallels. Is there a way to bypass the firmware prompt when switching from the Mac to the Windows OS without actually disabling the firmware itself via JAMF?

 

Thank you

5 replies

Forum|alt.badge.img
  • New Contributor
  • 1 reply
  • July 12, 2022
You can use restart in( or startup disk selection) to avoid this issue --
*With Regards*

*Praveen Kumar *
Certified Associate* - *** *|** Jamf Pro 200 **| **CompTIA N+*

*Senior PreSales Consultant - Conquer Technologies - Chennai *
📞 +91 9551707799 *| *📬 praveenkumar@vconquer.com

rm2930
Forum|alt.badge.img+3
  • Author
  • New Contributor
  • 4 replies
  • July 12, 2022
You can use restart in( or startup disk selection) to avoid this issue --
*With Regards*

*Praveen Kumar *
Certified Associate* - *** *|** Jamf Pro 200 **| **CompTIA N+*

*Senior PreSales Consultant - Conquer Technologies - Chennai *
📞 +91 9551707799 *| *📬 praveenkumar@vconquer.com

I already tried that but that requires admin access which we do not want to give users.


easyedc
Forum|alt.badge.img+16
  • Esteemed Contributor
  • 631 replies
  • July 12, 2022

A few folks have written posts around the security command and editing

security authorizationdb

Maybe look into something like this: https://macmule.com/2012/05/13/unlocking-preference-panes-for-non-admin-users-on-10-6-10-7/ or https://derflounder.wordpress.com/2014/02/16/managing-the-authorization-database-in-os-x-mavericks/.  It's a legacy process, but you may find something similar still functions. Running a quick test on my Monterey system and it does set the startup disk lock still.

security authorizationdb write system.preferences allow security authorizationdb write system.preferences.startupdisk allow

 In the attached pic, the lock is forced-open. you can't re-lock it and relaunching system preferences it always opens that pane unlocked. I don't have a second partition to try booting to ATM, but give it a try. It should also keep that setting through reboots. 


Fluffy
Forum|alt.badge.img+10
  • Honored Contributor
  • 209 replies
  • July 14, 2022

A few folks have written posts around the security command and editing

security authorizationdb

Maybe look into something like this: https://macmule.com/2012/05/13/unlocking-preference-panes-for-non-admin-users-on-10-6-10-7/ or https://derflounder.wordpress.com/2014/02/16/managing-the-authorization-database-in-os-x-mavericks/.  It's a legacy process, but you may find something similar still functions. Running a quick test on my Monterey system and it does set the startup disk lock still.

security authorizationdb write system.preferences allow security authorizationdb write system.preferences.startupdisk allow

 In the attached pic, the lock is forced-open. you can't re-lock it and relaunching system preferences it always opens that pane unlocked. I don't have a second partition to try booting to ATM, but give it a try. It should also keep that setting through reboots. 


Something I would keep in mind for this approach is it enables the user to be able to erase the device by plugging in a USB installer and get out of supervision. Although, the firmware password would still protect against anyone who can't normally log in to the device.


easyedc
Forum|alt.badge.img+16
  • Esteemed Contributor
  • 631 replies
  • July 14, 2022

It's a fair point about a user being able to wipe a device if they can pick the boot drive on their own. There is the safeguard with ABM for folks who are able to use that program - if it's wiped, I'll re-enroll to your Jamf server.