Before I go about fixing something that isn't broke, I am hoping that someone can help with a couple questions. After reading through some posts about the fdisk it is my understanding that the start of a partition should be 1 click above the end of the previous partition - so I looked and mine
Disk /dev/sda: 319.9 GB, 319936615424 bytes
255 heads, 63 sectors/track, 38896 cylinders, total 624876202 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x49ed49ec
Device Boot Start End Blocks Id System
/dev/sda1 63 42299144 21149541 7 HPFS/NTFS
/dev/sda2 * 42299392 105209931 31455270 83 Linux
/dev/sda3 105211904 112551935 3670016 82 Linux swap / Solaris
/dev/sda4 112567455 624864239 256148392+ 5 Extended
/dev/sda5 112567518 175461929 31447206 83 Linux
/dev/sda6 175461993 238372469 31455238+ 83 Linux
/dev/sda7 238372533 624864239 193245853+ 83 Linux
and panicked.
Breathing returned when used cylinders and got
Disk /dev/sda: 319.9 GB, 319936615424 bytes
255 heads, 63 sectors/track, 38896 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: 0x49ed49ec
Device Boot Start End Blocks Id System
/dev/sda1 1 2633 21149541 7 HPFS/NTFS
/dev/sda2 * 2634 6550 31455270 83 Linux
/dev/sda3 6550 7007 3670016 82 Linux swap / Solaris
/dev/sda4 7008 38896 256148392+ 5 Extended
/dev/sda5 7008 10922 31447206 83 Linux
/dev/sda6 10923 14838 31455238+ 83 Linux
/dev/sda7 14839 38896 193245853+ 83 Linux
I want to be sure that this overlap is something that I should fix - or is it not necessary.
Secondly, I would like to know why boot is stared on sda2 while my default boot is sda5. If I choose boot option sda2(KDE) then I am presented with a list of boot options again with KDE as default. Not a big problem but just doesn't seem right. Is it supposed to do that?
Thanks in advance for any help/edification.