Jump to content
5 posts in this topic

Recommended Posts

What I mean is:

On the OS options:

For example:

OSX

Windows NTFS

 

Can i change these to say something else?

And, Can i change which one it will boot by default?

 

I already have a timeout in com.apple.boot.plist, but i would like to default to windows(this is my work laptop)

 

I've tried searching, but keep seeing regular boot options.

 

Thanks for taking the time to read this....

Link to comment
https://www.insanelymac.com/forum/topic/40445-darwin-bootloader/
Share on other sites

http://neonkoala.co.uk/content/view/33/34/

 

But to do what you want you should try editing com.apple.boot.plist with the following to set a default:

 

<key>Kernel Flags</key>

<string>rd=disk?s?</sting>

 

Replacing the first ? with the number of you drive, 1st drive is 0 and 2nd is 1 and so on, and the second ? with the partition, 0 is mbr so never this, 1 is first partition, 2 is 2nd and so on.

×
×
  • Create New...