Skip to content

Commit 6a602e7

Browse files
committed
revise message on zpool upgrade scenario
1 parent 07c318e commit 6a602e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,11 +2968,11 @@ zpool_vdev_attach(zpool_handle_t *zhp,
29682968
(void) fprintf(stderr, dgettext(TEXT_DOMAIN, "If "
29692969
"you boot from pool '%s', you may need to update\n"
29702970
"boot code on newly attached disk '%s'.\n\n"
2971-
"Assuming you use GPT partitioning and 'da0' is "
2972-
"your new boot disk\n"
2971+
"Assuming you use GPT partitioning with CSM in bios and 'da0' is "
2972+
"your new boot disk and the mnbsd-boot partition is the first one on the disk\n"
29732973
"you may use the following command:\n\n"
29742974
"\tgpart bootcode -b /boot/pmbr -p "
2975-
"/boot/gptzfsboot -i 1 da0\n\n"),
2975+
"/boot/gptzfsboot -i 1 da0\n\nYou may need to update the loader.efi(8) on UEFI boot systems."),
29762976
zhp->zpool_name, new_disk);
29772977
}
29782978
return (0);

0 commit comments

Comments
 (0)