diff --git a/reactos/boot/freeldr/freeldr/arch/arm/stubs.c b/reactos/boot/freeldr/freeldr/arch/arm/stubs.c index 87b22710a16..a2ab61a2b6c 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/stubs.c +++ b/reactos/boot/freeldr/freeldr/arch/arm/stubs.c @@ -40,7 +40,7 @@ ArmDiskGetBootVolume(IN PULONG DriveNumber, // Use magic ramdisk drive number and count the number of 512-byte sectors // *DriveNumber = 0x49; - *StartSector = 0; + *StartSector = 63; *SectorCount = gRamDiskSize * 512; // diff --git a/reactos/boot/freeldr/freeldr/ui/noui.c b/reactos/boot/freeldr/freeldr/ui/noui.c index 56922eee18e..a52c81cf45c 100644 --- a/reactos/boot/freeldr/freeldr/ui/noui.c +++ b/reactos/boot/freeldr/freeldr/ui/noui.c @@ -43,6 +43,7 @@ VOID NoUiDrawCenteredText(ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, PCST VOID NoUiDrawStatusText(PCSTR StatusText) { + printf("%s\n", StatusText); } VOID NoUiUpdateDateTime(VOID)