Thanks, this works!<br><br><div><span class="gmail_quote">On 6/27/06, <b class="gmail_sendername">Mitsuho Iizuka</b> <<a href="mailto:m-iizuka@cp.jp.nec.com">m-iizuka@cp.jp.nec.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>From: "Deepak Shrestha" <<a href="mailto:d88pak@gmail.com">d88pak@gmail.com</a>><br>Subject: Dual Boot Problem in Fedora 5<br>Date: Tue, 27 Jun 2006 13:21:18 +0800<br><br>> I have windows xp in my first drive(master) and just installed fedora 5 in
<br>> second drive (slave) but Grub is not installed. After long process of<br>> installation, it says the installation was successful and ask me to reboot.<br>> During reboot, it goes back to windows instead of first boot process. I
<br>> tried to boot from boot disk and hope to fix by choosing upgrade option,<br>> which asked me to install the grub. I tried choosing option to write the<br>> boot loader in MBR with force LBA mode but still no luck. What's happening?
<br>> Any Idea?<br><br>I had a same problem on the same environment. It seems something wrong<br>in the FC5 installer. I guess manual grub boot loader setup must be<br>required as follows.<br><br>    1. boot 'linux rescue' with FC5 install CD/DVD
<br>    2. file system will be mounted in /mnt/sysimage<br>    3. 'chroot /mnt/sysimage'<br>    4. 'cd /boot' and make sure all files are correct(i.e. grub.conf)<br>    5. launch grub command, and write grub boot loader in MBR manually
<br><br>       # grub<br>        > root(hd1,0) <-- specify /boot partition ?<br>        > setup(hd0) <-- write boot loader record in hd0 MBR<br><br>I'm linux novice. So please take care above parameters.<br><br>
good luck<br><br>// M. Iizuka<br></blockquote></div><br>