2 hard disks

B.J. McClure keepertoad at verizon.net
Tue Nov 27 16:42:47 UTC 2007


Two options come to mind:

    1.  If the computer is fairly new there is usually an option in the
bios to set boot order for hard drives and removable media.  Setting
that option to hdd1 (or the equivilant) should boot the XP drive.

    2.  A slightly more elegant solution is to do 
            sudo gedit /boot/grub/menu.lst 
then add something like this to the bottom of that file.

title Windows XP professional
	map (hd0) (hd1)
	map (hd1) (hd0)
	rootnoverify (hd1,0)
	chainloader +1

Cheers
    
CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 10:36:14 up 3:12, 1 user,
load average: 0.05, 0.05, 0.01
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20071127/65acbcd0/attachment.html>


More information about the ubuntu-users mailing list