]> code.delx.au - refind/blobdiff - refind.conf-sample
Version supports Secure Boot/MOK verification of binaries.
[refind] / refind.conf-sample
index 0a890368b49f553a78253601bfb40de7e1b8888f..f9720b82b31409005781dea794c7de215ed85294 100644 (file)
@@ -91,13 +91,15 @@ timeout 20
 #                    documentation for details)
 #  gptsync         - the (dangerous) gptsync.efi utility (requires external
 #                    program; see rEFInd documentation for details)
-#  about           - an "about this program" option
 #  apple_recovery  - boots the Apple Recovery HD partition, if present
+#  mok_tool        - makes available the Machine Owner Key (MOK) maintenance
+#                    tool, MokManager.efi, used on Secure Boot systems
+#  about           - an "about this program" option
 #  exit            - a tag to exit from rEFInd
 #  shutdown        - shuts down the computer (a bug causes this to reboot
 #                    EFI systems)
 #  reboot          - a tag to reboot the computer
-# Default is shell,about,apple_recovery,shutdown,reboot
+# Default is shell,apple_recovery,mok_tool,about,shutdown,reboot
 #
 #showtools shell, about, reboot
 
@@ -285,3 +287,16 @@ menuentry "Windows via shell script" {
        options "fs0:\EFI\tools\launch_windows.nsh"
        disabled
 }
+
+# Mac OS is normally detected and run automatically; however,
+# if you want to do something unusual, a manual boot stanza may
+# be the way to do it. This one does nothing very unusual, but
+# it may serve as a starting point. Note that you'll almost
+# certainly need to change the "volume" line for this example
+# to work.
+menuentry "My Mac OS X" {
+       icon \EFI\refind\icons\os_mac.icns
+       volume "OS X boot"
+       loader \System\Library\CoreServices\boot.efi
+       disabled
+}