Hi, That doesn't look right. I hope you just copied it down wrong.
The Start and End numbers should be in ascending order. I reformatted it to make it look like it should. Code: Device Boot Start End Blocks ID System
/dev/sda1 1 368 2955928+ 82 Linux swap/solaris
/dev/sda2 369 628 2088450 83 Linux
/dev/sda3 629 1024 3180870 5 Extended
/dev/sda4 * 629 966 2714922 83 Linux
/dev/sda5 967 989 184716 82 Linux swap/solaris
/dev/sda6 990 1024 281106 82 Linux swap/solaris
/dev/sda7 1025 1216 1542240 82 Linux swap/solaris
I don't know if this is actually how yours is set up, but there are two things that I noticed.
First, you have more swap partitions than actual operating system partitions. Even if you have several versions of Linux installed, you still only need one swap partition. The same swap partition can be used by all distros, as long as they are not running at the same time (impossible?).
The other is the boot partition, marked with a *. It is either the forth or sixth partition, depending on which version of the partition table you look at. The boot partition is usually on the first partition, and the swap the last partition.
This is so screwy, that I recommend reformatting the entire drive and starting with a fresh install. If you have a Solid State Drive (SSD) you shouldn't even have a swap partition. The constant writing to a swap partition will wear out a SSD prematurely.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|