diff --git a/src/installer/hw.c b/src/installer/hw.c index 06bf42b67..add36c8f4 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -436,7 +436,7 @@ static unsigned long long hw_root_size(struct hw_destination* dest) { } static unsigned long long hw_boot_size(struct hw_destination* dest) { - return MB2BYTES(64); + return MB2BYTES(128); } static int hw_device_has_p_suffix(const struct hw_destination* dest) {