https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698
Andrey V. Elsukov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Andrey V. Elsukov <[email protected]> --- > > After creating all required partitions, embed bootstrap code into them: > > > > /sbin/gpart bootcode -p /boot/boot1 da0 > > That command is not valid. Maybe the '-p' should be a '-b'? > > # /sbin/gpart bootcode -p /boot/boot1 da0 > gpart: missing -i option This command is correct and applicably only for VTOC8 scheme. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
