Warning: extended partition does not start at a cylinder boundary.

Can you please help me to remove this error.

Disk /dev/sda: 64.4 GB, 64424509440 bytes
255 heads, 63 sectors/track, 7832 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00079bfe
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          92      737280   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              92        4780    37650432   83  Linux
/dev/sda3            4780        6868    16777216   82  Linux swap / Solaris
/dev/sda4            6868        7833     7748608    5  Extended
/dev/sda5            6868        7833     7747584   83  Linux
[root@testvm ~]# sfdisk -V /dev/sda
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
Warning: partition 1 does not end at a cylinder boundary

This is not a problem unless you use very old DOS. You're much more likely to cause more harm than good trying to correct this, especially in the extended partition. And for no good reason!

Thank you. Can i ignore this messages ?

---------- Post updated at 10:02 AM ---------- Previous update was at 09:54 AM ----------

I there a way to modify the kickstart file so that we don't get this kind of messages .

man sfdisk shows this hopefully useful option:

       -L or --Linux
              Do not complain about things irrelevant for Linux.

Thank you.