Recent OS Reload has caused errors for /boot

Hi there,

I have recently had to have my OS reloaded due to errors with the hard disk. However i have had my original hard drive slaved to prevent data loss.

Now when i check fdisk -l i get:

Code:
[root@bristol etc]# fdisk -l

Disk /dev/hdc: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdc1   *         1        13    104391   83  Linux
/dev/hdc2            14       144   1052257+  82  Linux swap
/dev/hdc3           145     10011  79256677+  83  Linux
This disk has both DOS and BSD magic.
Give the 'b' command to go to BSD mode.

Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1        13    104391   83  Linux
/dev/hda2            14       144   1052257+  82  Linux swap
/dev/hda3           145     10011  79256677+  83  Linux
As you can see both first partitions on the disks are set as Boot, so nothing will load.

Can someone tell me how to solve this, and only set one drive as the boot drive and the other as the slave.

My /etc/fstab is shown as this:

Code:
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
/dev/hda2               swap                    swap    defaults        0 0
Can someone help please?

Thanks

 

 

 

 

Top