I am trying to install Mint to a hard drive separate from my XP drive. Every time I boot I get an Error 21. I am currently using the Daryna live CD.
I have been editing fstab and menu.lst attempting to resolve my problems, however nothing is working.
I'm on the verge of wiping the Mint drive and attempting to reinstall a second time and I wanted to post my info and see if anyone has any tips to either fix the issue, or for me to use on the reinstall to avoid the issue again.
So, currently my fstab shows
- Code: Select all
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdc1
#UUID=af8425fb-b6ee-44bf-8321-93bcf5d193dc
/dev/sdc1 / ext3 defaults,errors=remount-ro 0 1
# /dev/sdc5
#UUID=5413c7d7-592f-46aa-a6a4-90f70b73c6ab
/dev/sdc5 none swap sw 0 0
# /dev/sda1
#UUID=AEAC1346AC13088B
/dev/sda1 /media/disk-1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sdb1
#UUID=3E084449084401FF
/dev/sdb1 /media/Music ntfs defaults,umask=007,gid=46 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
My /boot/grub/menu.lst shows:
- Code: Select all
## ## End Default Options ##
title Linux Mint, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/sdc1 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 (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/sdc1 ro single
initrd /boot/initrd.img-2.6.22-14-generic
boot
title Linux Mint, kernel memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
Screen shots of my drives in GParted are attached.
[img][/img]
[img][/img]
[img][/img]
Thanks



