diff --git a/reactos/boot/freeldr/freeldr/arch/i386/hardware.c b/reactos/boot/freeldr/freeldr/arch/i386/hardware.c index 864569e7da4..fe9a4c9c43c 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/hardware.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/hardware.c @@ -563,7 +563,7 @@ GetHarddiskIdentifier(PCHAR Identifier, FsRegisterDevice(ArcName, &DiskVtbl); /* Add partitions */ - i = 0; + i = 1; DiskReportError(FALSE); while (MachDiskGetPartitionEntry(DriveNumber, i, &PartitionTableEntry)) {