Page 1 of 1

Re: Installation Problem - Boot with XP and seperate Hard Drives

Posted: Sat Mar 01, 2008 3:08 pm
by keithp
I run XP on one hard drive and Mint on the other. Both are normal installations, I just had to make certain that I didn't have the Mint MBR on the XP drive.

When the BIOS boots, I press F8 and I get a menu to select which hard drive or DVD drive I want to boot from. Some motherboards need F11 pressed.

Have no problems with this.

Hope this helps.

Keith

Re: Installation Problem - Boot with XP and seperate Hard Drives

Posted: Sat Mar 01, 2008 3:16 pm
by Husse
Are both disks internal?
Then it should just work - unless you install Win after Linux
It can be something with grub and we have a good wiki for that
http://www.linuxmint.com/wiki/index.php ... _your_grub
Error 21 indicates to me that somehow you may have ended up in UUID hell
http://www.linuxmint.com/wiki/index.php ... _a_problem
but as Mint from Daryna does not use UUID in grub I doubt it - but if it is Celena or earlier....
Please post you /boot/grub/menu.lst as this file is at the center of this

Re: Installation Problem - Boot with XP and seperate Hard Drives

Posted: Sat Mar 01, 2008 7:52 pm
by atlef
Take a look at my post here and see if that sorts you out.

atlef.

Re: Installation Problem - Boot with XP and seperate Hard Drives

Posted: Sun Mar 02, 2008 10:15 am
by Husse
I think I now see the error here
XP is installed on hd0 and I installed Mint on hd2.
Nope!
This is the grub way, but you should have (hd0) = sda and (hd1) = sdb
Grub should be in the MBR of (hd0) if you want to do it the simplest way
Following the grub wiki
http://www.linuxmint.com/wiki/index.php ... _your_grub
you should have (probably)
grub> root (hd1,1)
and
grub> setup (hd0)
Grub is hard to understand
I think you failure earlier can be explained along these lines