diff --git a/src/installer/hw.c b/src/installer/hw.c index 8189aba18..b329db545 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -706,7 +706,6 @@ int hw_create_partitions(struct hw_destination* dest, const char* output) { if (*dest->part_bootldr) { asprintf(&cmd, "%s set %d bios_grub on", cmd, dest->part_boot_idx); } - asprintf(&cmd, "%s disk_set pmbr_boot on", cmd); } r = mysystem(output, cmd);