asNo that is what I will call pc2, the machine I have been using almost exclusively for Linux. This still has some problem which for example kills my use of LivHDD, ie all goes well until I try to do an install from a LiveHDD. I keep this in mind. It has several OS, it is the machine listed in my signature. And two KDE versions in particular. KDE 2010 no longer being updated to avoid problems and KDE-mini fully updated.
The very latest tests I am running on pc3, our latest machine which was meant to take over from pc1, which used to be our master machine running Win2000 for over 10 years, with maintenance of course, so when the hard drive started giving problems I was not surprised. The old master machine was running dual screen for use with some big geographical mapping program which will not be available in Linux and I am not going to try wine. I have spent a long time transferring applications as required to this machine and it was not really meant to be dual booting, but then I had some problems and needed a test bed and decided to put a little bit of Linux here, with a thought of teaching my wife slowly. As well it is brilliant to have as emergency if XP fails (upgraded to XP because my local MS support wizard indicated he was no longer keeping up with Win 2000, fair enough)
pc1 - 80 GB drive
pc2 2 x 1000G identical drives, fdisk will often show more drives connected
pc3 - 500 GB
This may be helpfull for the time being as a rough guide to what machines.
Back to the problem, I think I am on to something. The word "drive geometry" stuck in my head after the frist draklive-install failures, should have stood back at that time and done some thinking, but nothing triggered an understanding. I may have two problems, the problem on pc3 may be slightly different. On pc3, I will show what happened when I tried to use konsole and fdisk to add a new partition, as I basically had over 200 GB spare.
Here is pc3
fdisk -l[root@localhost gert]# fdisk -l
Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976771055 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: 0x2411d025
Device Boot Start End Blocks Id System
/dev/sda1 * 63 30732344 15366141 7 HPFS/NTFS
/dev/sda2 30732345 92164904 30716280 7 HPFS/NTFS
/dev/sda3 92164905 348160679 127997887+ 7 HPFS/NTFS
/dev/sda4 348162696 976768064 314302684+ f W95 Ext'd (LBA)
/dev/sda5 348162728 373328551 12582912 83 Linux
/dev/sda6 373330600 425759399 26214400 83 Linux
/dev/sda7 425770758 474544034 24386638+ 83 Linux
/dev/sda8 474544098 499733954 12594928+ 83 Linux
/dev/sda9 499734018 507911039 4088511 82 Linux swap / Solaris
/dev/sda10 there was a partition here, I thought it went to the end, no longer sure as it finally was deleted
I could add the default start location, but to add the end sector with +20G I got out of range, this was where I fell asleep on the job well and truely.
I deleted /dev/sda10 as obviously that spanned to the end of the drive (I assumed, because it should???) Then trying to add a new smaller partition and again the start default looked fine (did not check very closely the sector number, real bad move) when adding +20GB still out of range. A cup of coffee did not help, I gave up and thought I will leave it to draklive-install to fix it when installing (also bad thinking, I know at this stage that something is not right) then I got my calculator and pen out this morning.
In the following partition table I have added the inter partition sector step calculations, I could not believe it, even when my hair layed down again.

. Below is a cut from the sequence using fdisk on pc3-/dev/sda (only a single drive, thank heavens)
I have just done "p" to show what I have and then I do the "n" for new. Notice that the default start for the new partition is in the "middle" of the table, I did not notice, I simply "new" the default stat should be right, oh yeah,

, dead give away. May remember this for some time to come.
You will see I have added the columns with plus in front of values.
the start sector value is 63 or 2048
sector jumps between primary partitions are 1 and ??
sector jumps between logical partitions 64 or 2048
It is also possible to get 'unused space adjusters'
...
I am now getting a bit confused, as I am not sure I have drive table done with just fdisk-old or fdisk-new to check.
In the table below, there is 2 sector jumps that is not 2049 or 2048 that bothers me, then there is the big sector jump of 11359, I could accept this a an adjuster.
Ok, now what happens when I try to calculate the correct start sector, well I almost got it right as you will see, and fdisk helps me out.
Command (m for help): p
Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976771055 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: 0x2411d025
Device Boot Start End Blocks Id System
/dev/sda1 * 63 30732344 +1 15366141 7 HPFS/NTFS
/dev/sda2 30732345 92164904 +1 30716280 7 HPFS/NTFS
/dev/sda3 92164905 348160679 +2017 127997887+ 7 HPFS/NTFS
/dev/sda4 348162696 976768064 +2664 314302684+ f W95 Ext'd (LBA)
/dev/sda5 348162728 373328551 +2049 12582912 83 Linux
/dev/sda6 373330600 425759399 +11359 26214400 83 Linux
/dev/sda7 425770758 474544034 +64 24386638+ 83 Linux
/dev/sda8 474544098 499733954 +64 12594928+ 83 Linux
/dev/sda9 499734018 507911039 +2049 4088511 82 Linux swap / Solaris
Command (m for help): n
First sector (425761448-976768064, default 425761448): "I calculated 507913087 by adding 2048"
Below I have added my my calculated start sector, from the last line above and my +20G works:
First sector (425761448-976768064, default 425761448): 507913087
Sector 507913087 is already allocated
First sector (507913088-976768064, default 507913088):
Using default value 507913088
Last sector, +sectors or +size{K,M,G} (507913088-976768064, default 976768064): +20G
Command (m for help):
Command (m for help): p
Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976771055 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: 0x2411d025
Device Boot Start End Blocks Id System
/dev/sda1 * 63 30732344 15366141 7 HPFS/NTFS
/dev/sda2 30732345 92164904 30716280 7 HPFS/NTFS
/dev/sda3 92164905 348160679 127997887+ 7 HPFS/NTFS
/dev/sda4 348162696 976768064 314302684+ f W95 Ext'd (LBA)
/dev/sda5 348162728 373328551 12582912 83 Linux
/dev/sda6 373330600 425759399 26214400 83 Linux
/dev/sda7 425770758 474544034 24386638+ 83 Linux
/dev/sda8 474544098 499733954 12594928+ 83 Linux
/dev/sda9 499734018 507911039 4088511 82 Linux swap / Solaris
/dev/sda10 507913088 549856127 20971520 83 Linux
Command (m for help):
The table now shows my new 20G partition and I will add a file system. The problem will remain I believe draklive-install will tumble on the gap, I don't know yet, I don't know how the gap got there either. I am hoping this would remove the draklive-install failure on my pc3, at least that would be one problem out of the way. I will be looking on a couple of other drives to see if I can get a clue to what is allowable.
old-polackA simple repair suggestion? Or something I might try? Was thinking of fishing out my standalone GPARTED CD?
Edit:If this gives any indication
Just tried to install LXDE 2011.06 on pc3-/dev/sda10 it sailed through the process in record time