Sorry, I should have posted my fstab: (It looks like I chose the by-id option during install?)
grub is my bootloader and the windows is winxp-64
This is the one I cloned from:
Code:
/dev/disk/by-id/ata-ST1000DL002-9TT153_W1V072QJ-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST1000DL002-9TT153_W1V072QJ-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST1000DL002-9TT153_W1V072QJ-part7 /home ext4 defaults 1 2
/dev/disk/by-id/ata-ST1000DL002-9TT153_W1V072QJ-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-ST1000DL002-9TT153_W1V072QJ-part2 /windows/D ntfs-3g 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
This is the one after modifying the cloned drive:
Code:
/dev/disk/by-id/ata-WDC_WD15EARS-00MVWB0_WD-WCAZA2794880-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD15EARS-00MVWB0_WD-WCAZA2794880-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD15EARS-00MVWB0_WD-WCAZA2794880-part7 /home ext4 defaults 1 2
/dev/disk/by-id/ata-WDC_WD15EARS-00MVWB0_WD-WCAZA2794880-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD15EARS-00MVWB0_WD-WCAZA2794880-part2 /windows/D ntfs-3g 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
I got the disk ID's from the YaST partitioner. I looked at the listing for the source drive and compared it to the listing from the destination drive. I'm thinking there is some file somewhere I am overlooking. I never even get a grub line on the screen - just the bios, then nothing.
Bookmarks