On Thu, 2010-12-09 at 17:45 +0100, Suraj Polade wrote: > Dear James Shelby, > Thank you for the help > But i don't know how to change the boot loader > > can you please enplane how to do it > > > Suru > > > ______________________________________________________________________ > From: James.Shelby@xxxxxxxx > To: users@xxxxxxxxxxxxxxxxxxxxxxx > Date: Thu, 9 Dec 2010 08:40:11 -0700 > Subject: RE: Fedora and window Xp dual boot > > Change the boot loader or add the chain loader in the XP loader C: > \boot.ini file What he is talkiing about is lines like below in the /etc/grub.conf file. The last wo lines chain load the Windowws on a machine that also has Linux. In your case thew Windows would be loaded from (hd0.0) , the boot partition on the first disk. The linux from let us say (hd1,1) the first partition on the second disk. title Fedora (2.6.34.7-56.fc13.i686.PAE) root (hd0,1) kernel /vmlinuz-2.6.34.7-56.fc13.i686.PAE ro root=/dev/mapper/vg_cyrus-lv_root rd_LVM_LV=vg_cyrus/lv_root rd_LVM_LV=vg_cyrus/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet initrd /initramfs-2.6.34.7-56.fc13.i686.PAE.img title WinXP rootnoverify (hd0,0) chainloader +1 -- ======================================================================= No evil can happen to a good man. -- Plato ======================================================================= Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@xxxxxxxxxxxxx -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines