12c12 < /usr/sbin/reboot [-dlnqf] [-e BE] [boot_arguments] --- > /usr/sbin/reboot [-dlnq] [boot_arguments] 21,25d20 < On x86 systems, when the -f flag is specified, the running < kernel will load the next kernel into memory, then transfers < control to the loaded kernel. < < 55,68d49 < -e If -f is present, reboot to the specified boot < environment. < < < -f Fast reboot bypassing firmware and boot loader. The < new kernel will be loaded into memory by the running < kernel, and control will be transferred to the loaded < kernel. If disk or kernel arguments are specified, < they must be specified before other boot arguments. < See Example 3 for details. < < Currently only available on x86 system. < < 138d118 < Example 3 Fast reboot 140,169d119 < Check if all the drivers on the system are fast reboot capable. < < example# reboot -f dryrun < < Rebooting to another UFS root disk. < < example# reboot -f -- '/dev/dsk/c1d0s0' < < Rebooting to another ZFS root pool. < < example# reboot -f -- 'rootpool/root1' < < Rebooting to "mykernel" on the same disk with "-k" option. < < example# reboot -f -- '/platform/i86pc/mykernel/amd64/unix -k' < < Rebooting to "mykernel" off another root disk mounted on /mnt. < < example# reboot -f -- '/mnt/platform/i86pc/mykernel/amd64/unix -k' < < Rebooting to "/platform/i86pc/kernel/$ISADIR/unix" on another boot < environment named "second_root". < < example# reboot -f -e second_root < < Rebooting to the same kernel with "-kv" options. < < example# reboot -f -- '-kv' < <