I managed to install pclinuxos but now when booting, win7 is trying to start, failing,
and suggest to launch startup repair.
I do not get the linux window startup.
When I check with the livecd it says no bootloader found.
also I see that I "managed" to delete :/dev/sda3 37606 38654 8421567 1b Hidden W95 FAT32
which is no longer exist. (linux instead?)
please advise.
[root@localhost root]# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9499ce26
Device Boot Start End Blocks Id System
/dev/sda1 1 1 992+ 42 SFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 1 13055 104857600 42 SFS
/dev/sda3 13055 38914 207711576 83 Linux
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x974ff6cb
Device Boot Start End Blocks Id System
/dev/sdb1 1 30401 244196001 7 HPFS/NTFS
Now your /dev/sda is even more messed up than before. You have a partition that starts and ends on the
same cylinder,
/dev/sda1, and another that overlaps it, and is what
used to be /dev/sda1 but is now
/dev/sda2. Both are identified as
SFS partitions, when there should be only
one partition there, identified as
NTFS. Finally your Linux partition
/dev/sda3 starts on the
ending cylinder of
/dev/sda2, which also makes it an
overlapping partition, and claims to end on a cylinder that
doesn't exist. The drive claims to have a total of
38913 cylinders, yet your partition says it ends on cylinder
38914. There is no Linux swap partition either.
All things considered, were it my drive, I'd start over from scratch, partition the drive properly, then reinstall both operating systems.