diff --git a/base/system/diskpart/partlist.c b/base/system/diskpart/partlist.c index 5aba189de1f..2f82e817a30 100644 --- a/base/system/diskpart/partlist.c +++ b/base/system/diskpart/partlist.c @@ -1935,6 +1935,7 @@ AddVolumeToList( VolumeEntry->SerialNumber = 0; VolumeEntry->SectorsPerAllocationUnit = 1; VolumeEntry->BytesPerSector = 512; + VolumeEntry->VolumeType = VOLUME_TYPE_PARTITION; } }