Posted on 07-18-2013 09:54 AM
Is it possible to set something up to show two icons on boot up.. one for windows 7 and one for mt lion 10.8? The user would click on what they want and it would take them to the appropriate OS.
It would be nice to have this instead of holding in option. I tried researching this, but couldn't seem to come across it.
Any help would be greatly appreciated!
Thanks!!
Solved! Go to Solution.
Posted on 07-18-2013 11:22 AM
I can confirm that bootpicker works with 10.8.4 If you are deploying to a number of machines you can package and deploy a customized bootpicker backgroup image along with some configuration settings in /Preferences/bootpicker.plist
Posted on 07-18-2013 10:17 AM
There was an app called bootpicker that we used with success in Lion, but have since moved away from dual boot machines (We are now using Parallels) before Mountain Lion came out, so I have not tested it with ML. I believe it will accomplish your needs.
Here is a link from Apple that might help.
Posted on 07-18-2013 11:14 AM
That bootpicker download link appears to be broken. If all else fails, I've uploaded my bootpicker deployment package (created in Composer) to my dropbox at https://www.dropbox.com/s/e694d31p30ijdg9/Bootpicker%20for%20Lion.pkg
It is configured for Windows to be on disk0s3, but that can be changed either by converting the pkg to source in composer or after the fact by deploying another /Library/Preferences/bootpicker.plist
Posted on 07-18-2013 11:15 AM
We use rEFIt: http://refit.sourceforge.net/. It's not longer being developed, but it's still working for us. There is a version still being developed called rEFInd (http://www.rodsbooks.com/refind/), but we haven't really investigated it yet.
Posted on 07-18-2013 11:22 AM
I can confirm that bootpicker works with 10.8.4 If you are deploying to a number of machines you can package and deploy a customized bootpicker backgroup image along with some configuration settings in /Preferences/bootpicker.plist
Posted on 07-18-2013 11:47 AM
I have a script I've whipped up to set the Windows partition in the bootpicker plist based on the name of the windows partition. I also know that TwoCanoes sells a product called BootRunner with similar functionality. They seem to have stuff that "just works" with Casper so that may be worth a look.
Posted on 07-18-2013 12:51 PM
rEFInd is the way to go if you want to choose your OS without having to boot Mac OS up.
BootPicker (And I believe BootRunner) run on top of Mac OS.
Posted on 07-18-2013 12:55 PM
Are these EFI solutions remotely manageable?
Posted on 07-18-2013 12:57 PM
Are these EFI solutions remotely manageable?
Yes, as long as you have the timer set so that the computer boots up automatically at some point. Ours boot Mac OS by default after 20 seconds.
Posted on 07-29-2013 07:55 AM
Thanks for all the help!