Displaying 2 results from an estimated 2 matches for "30736383".
2013 Jul 22
4
Chaining with chain.c32 from syslinux 6.01 error
?
In qemu (virtual machine) it is working ok.
?
On?a physsical machine syslinux does not boot at all :
?
? SYSLINUX 6.02 EDD 6.02-pre9 ...
? Boot error.
I attached the usb drive info.
________________________________
From: Matt Fleming <matt at console-pimps.org>
To: Adrian Irimia <adixtx at yahoo.com>
Cc: "syslinux at zytor.com" <syslinux at zytor.com>
Sent:
2013 Jul 26
0
Chaining with chain.c32 from syslinux 6.01 error
...>
>
> I attached the usb drive info.
>
The CHS values in the Partition Table are inconsistent with the LBA
and fs size.
Partition Table:
Start CHS: 0 / 1 / 1
End CHS: 888 / 254 / 63 (*)
Partition #1 (FAT32LBA, type: 0C):
Start LBA: 63
Size LBA: 30736321 (*)
End LBA: 30736383 (*)
If I'm not mistaken, the last 2 values should better be:
Size LBA: 30732282
End LBA: 30732345
leaving 4038 unpartitioned sectors at the end of the device.
Then the corrected values would be:
Start CHS: 0 / 1 / 1
End CHS: 1023 / 254 / 63
(note the "1023" instead of &...