Editing ZFS on Boot

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 470: Line 470:
  
 
This command actually sets the boot helper to be used on reboot:
 
This command actually sets the boot helper to be used on reboot:
  # sudo bless --device /dev/disk1s3 --setBoot --verbose
+
  # sudo bless --device disk1s3 --setBoot
 
+
This will also work, as it will locate the boot helper following the ZFS partition:
+
# sudo bless --device /dev/disk1s2 --setBoot --verbose
+
 
+
Currently --folder and --mount options will work (partially) but may select the wrong boot helper if there are multiple bootable ZFS pools.
+
(For example, if you have ZFS boot setup on both the internal disk and an external disk.)
+
# sudo bless --folder /Volumes/Capitan --setBoot --verbose
+
# sudo bless --mount /Volumes/Capitan --setBoot --verbose
+

Please note that all contributions to OpenZFS on OS X may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenZFS on OS X:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)