1. First Partition = Linux, Ext3 (Active)
2. Second Partition = Linux Swap
/etc/fstab :
===========================================================
/dev/hdb3 / ext3 acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb1 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda1 /windows/E ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb2 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/hdd1 /data2 ext3 defaults 1 1
/dev/hdd1 /data3 ext3 defaults 1 1
===========================================================
/boot/grub/grub.conf Could not find file.
Original System:
1. First Partition = Linux Swap
2. Second Partition = Linux, Ext3
/boot/grub/grub.conf also didn't exist.
My original system had a grub boot loader menu, giving options for Linux, and windows 1, 2 and 3. In the BIOS, the first boot disk is C: where I think the loader is.
C: has 1 partition, only NTFS.
D: has 3 partitions, 1st NTFS, 2nd Linux Swap, 3rd Linux Ext3 where linux is situated and which boots when option 1 in bootloader is selected.
E: has 1 partition, NTFS, has Vista on.
F: has 2 partitions, 1st Linux Ext3, 2nd Linux Swap. This is where the duplicated OS should boot from.
I disabled the IDE 0 channel, and SATA 3 port, when I worked on F:. This deactivates the C: and D: and E: drives, because I don't want to damage that system, which works fine.
I think I might have gone a bit overboard with the information, but I think it might help you guys?
Oh, how do you run fdisk again? I'm a bit rusty.