VukVuk Posted May 2, 2021 Share Posted May 2, 2021 (edited) It's not clear from Dortania OpenCore guides how to explicitly mark an OpenCore entry as Auxiliary. Does anyone know how and where to do that in OpenCore config.plist ? Thanks. This is from the guide: Edited May 2, 2021 by VukVuk Spelling Quote Link to comment https://www.insanelymac.com/forum/topic/347610-marking-explicitly-an-opencore-entry-as-auxiliary/ Share on other sites More sharing options...
etorix Posted May 2, 2021 Share Posted May 2, 2021 Just look at the last key in this example: <key>Tools</key> <array> <dict> <key>Comment</key> <string>memtest.efi</string> <key>RealPath</key> <false/> <key>Name</key> <string>MemTest 8.2</string> <key>TextMode</key> <false/> <key>Enabled</key> <true/> <key>Arguments</key> <string></string> <key>Path</key> <string>memtest/memtest.efi</string> <key>Auxiliary</key> <true/> </dict> 1 Quote Link to comment https://www.insanelymac.com/forum/topic/347610-marking-explicitly-an-opencore-entry-as-auxiliary/#findComment-2757001 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.