Results 1 to 7 of 7
Hi,
I've got a wee problem. I downloaded and installed Fedora Core 5 on my laptop and now, when i boot up there is no entry in the Grub boot ...
- 10-23-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
Can't find XP after installing Fedore Core 5
Hi,
I've got a wee problem. I downloaded and installed Fedora Core 5 on my laptop and now, when i boot up there is no entry in the Grub boot loader for Windows XP (which I started with)
Here's some details if it helps....
40Gb HDD >> Partitioned into 3 parts. (Windows, Linux and Linux SWAP??)
From Logical Volume Management i can see that:
Windows - hda1
Linux - hda3
Linux Swap - hda2
Any ideas how to add Windows XP to the bootloader?
Would it be more sensible to Reformat my HDD and start again? I have no data im particularly bothered about keeping.
- 10-23-2006 #2
You should be able to do it without doing something as drastic as a complete reinstall (which might leave you in the same situation any way!!).
You will need to edit the Grub configuration file (either /boot/grub.conf or /boot/grub/menu.lst) to include the option to boot windows. I can't remember the exact commands you should use, but a quick google around should find you the answer.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-24-2006 #3
add this to grub.conf
now you will be able to select and boot windows with GRUBtitle windows xp
rootnoverify (hd0,2)
chainloader +1
warning:this works for me but you have probaly windows installed one the other partitionrootnoverify (hd0,2)
if you can than post output of
fdisk -l
- 10-25-2006 #4as suggested by smolloy, dont reformat. its easy to set dual boot.
Originally Posted by Blast!
login as root and open file /boot/grub/grub.conf file
add this code at the end of file
save the file and reboot.Code:title Windows XP rootnoverify (hd0,0) chainloader +1
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-25-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
I installed Fedora 5 on my XP box. When the grub splash screen shows use up arrow key. A new menu should appear with two options. The first one should be Fedora the second one may say OTHER....
Hope this helps.
- 10-30-2006 #6Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
Hi, I new and just installed Linux for the first time last night (FC6). I have the same problem as the first guy and am grateful for finding this solution.
Or at least I would be if X hadn't decided to die leaving me with a black screen. So I'm using Linux Rescue off the installation DVD and so am in shell. Now where might I find the boot directory so I can make the changes necessary to get my Windows back at least.
- 10-30-2006 #7Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
FOund an answer to my onw question http://www.fedoraforum.org/forum/arc...php/t-996.html


Reply With Quote
