File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cddl/contrib/opensolaris/lib/libzfs/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2968,11 +2968,11 @@ zpool_vdev_attach(zpool_handle_t *zhp,
2968
2968
(void ) fprintf (stderr , dgettext (TEXT_DOMAIN , "If "
2969
2969
"you boot from pool '%s', you may need to update\n"
2970
2970
"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"
2973
2973
"you may use the following command:\n\n"
2974
2974
"\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. " ),
2976
2976
zhp -> zpool_name , new_disk );
2977
2977
}
2978
2978
return (0 );
You can’t perform that action at this time.
0 commit comments