So, I tried editing my fstab and my menu.lst to point to the proper drives, however I still received an Error 21 so I must have done something wrong.
So I am now lost again, here is all the information I can think is relevant. This is current as of my current live CD bootup, which I will leave running for now so as not to confuse things further:
grub Drive Type Name in GParted What's on it
hd0 SATA sda Win XP
hd1 PATA sdb Storage
hd2 PATA sdc Mint
my menu.lst is:
- Code: Select all
title Linux Mint, kernel 2.6.22-14-generic
root (hd2,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
boot
title Linux Mint, kernel 2.6.22-14-generic (recovery mode)
root (hd2,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/sdb1 ro single
initrd /boot/initrd.img-2.6.22-14-generic
boot
title Linux Mint, kernel memtest86+
root (hd2,0)
kernel /boot/memtest86+.bin
boot
and my fstab is:
- Code: Select all
# /dev/sdb1
#UUID=af8425fb-b6ee-44bf-8321-93bcf5d193dc
/dev/sdb1 / ext3 defaults,errors=remount-ro 0 1
# /dev/sdb5
#UUID=5413c7d7-592f-46aa-a6a4-90f70b73c6ab
/dev/sdb5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
Sorry for the hassles, and thanks for the help?
Would it just be easier for me just to create a partition and install Mint on the SATA drive, or will I still run into this UUIB Hell (which really is hell, but a good learning experience).