Encontrou a resposta aqui: link
Starting Sector in CHS values (3 bytes). These values pinpoint the location of a partition's first sector, if it's within the first 1024 cylinders of a hard disk. When a sector is beyond that point, the CHS tuples are normally set to their maximum allowed values of 1023, 254, 63; which stand for the 1024th cylinder, 255th head and 63rd sector, due to the fact, cylinder and head counts begin at zero. These values appear on the disk as the three bytes: FE FF FF (in that order).
Starting Sector (4 bytes). LBA (Absolute Sector) value. This value uniquely identifies the first sector of a partition just as Starting CHS values do. But it does so by using a 4-byte Logical Block Address (starts counting from Absolute Sector 0), which means it can locate the beginning of a partition within the first FFFF FFFFh or 4,294,967,296 sectors, for hard disks up to about 2,199,023,255,552 bytes (exactly 2,048 GiB)!
Portanto, o CHS é praticamente um campo legado e usado apenas se uma partição estiver nos primeiros 1024 cilindros do disco. Além disso, o valor do LBA é necessário para determinar onde a partição está no disco.