Index: head/usr.sbin/bsdinstall/partedit/gpart_ops.c =================================================================== --- head/usr.sbin/bsdinstall/partedit/gpart_ops.c +++ head/usr.sbin/bsdinstall/partedit/gpart_ops.c @@ -223,8 +223,6 @@ "Bootable on most x86 systems and EFI aware ARM64", 0 }, {"MBR", "DOS Partitions", "Bootable on most x86 systems", 0 }, - {"VTOC8", "Sun VTOC8 Partition Table", - "Bootable on Sun SPARC systems", 0 }, }; parttypemenu: @@ -724,11 +722,6 @@ else if (mountpoint == NULL || strlen(mountpoint) == 0) mountpoint = default_bootmount; } - - /* VTOC8 needs partcode at the start of partitions */ - if (strcmp(scheme, "VTOC8") == 0 && (strcmp(type, "freebsd-ufs") == 0 - || strcmp(type, "freebsd-zfs") == 0)) - md->bootcode = 1; if (mountpoint == NULL || mountpoint[0] == '\0') { if (md->fstab != NULL) {