1. F5 Networks Knowledge Base, K16461: Manually activating a new boot location.
Section: "Changing the active boot location from the command line"
Content: This document explicitly states: "To change the active boot location from the command line, you can use the switchboot utility... For example, to switch the active boot location to HD1.2, type the following command: switchboot -b HD1.2". It further instructs to "reboot the system by typing the following command: reboot". This directly validates the sequence in the correct answer.
2. F5 BIG-IP TMOS: Command Line Interface Guide, Version 15.1.0.
Section: "reboot"
Content: The guide details the tmsh reboot command syntax, which does not include an option to specify a boot volume directly (e.g., tmsh reboot HD1.2). It does, however, document the tmsh reboot volume command, which performs both actions in one step, but this specific command is not presented as an option in the question. This confirms that option A is syntactically incorrect.
3. F5 BIG-IP Systems: Getting Started, Version 15.1.0.
Chapter: "Maintaining the BIG-IP System" -> Section: "Managing software images"
Content: This guide describes the process of managing software volumes. While often focusing on the GUI, it references the underlying command-line tools for advanced administration, confirming that switchboot is the designated utility for this task outside of tmsh or the GUI.