Woa it's gonna be gore

I'm swiss so it's kinda hard to explain what I did in english lol..
OK So...
Here is quickly what happened :
I had ESSG 4.1.2 on a 60Gb HD
I decided to install SME v5
So I put a 8Gb HD in my server for SME v.5 on IDE1-Master
and on IDE2-Master my 60Gb.
I didnt read carefully the installation step and typed 'proceed'
After some seconds I thought "humm taking long to format a 8Gb HD... Oh damn @!#$ my 60Gb !!!"
I shut my computer down and tried to boot on the 60Gb... wasnt working.
ok here is the story

Then I searched all over the web for "+ext2 +unformat... +recover .. bla bla bla"
and didnt find anything for my problem.
I got home and Grand'Pa told me to do some stuff which actually worked

Apparently, SME didnt format my partitions.. it only modified the partitions table .. so I used fdisk to recreate the default partitions table and here you go.. it worked.
fdisk /dev/hda
- remove all partition
- create a partition for /boot from sector 1 to 2
- change the type of partition 1 to 83
- create an extented partition from 2 to MAX
- create a partition for the swap from sector 3 to 35
- change the type of partition 5 to 82
- create a partition from sector 36 to MAX
- change the type of partition 6 to 83
- write modification
Voila !
Thanx to Grand'Pa again... !!