Dual boot problem FC5 and WinXP on a single disk

This is a discussion about Dual boot problem FC5 and WinXP on a single disk in the Everything Linux category; Hello, I had a perfectly fine FC4 and WinXP dual boot configuration on a single disk on my toshiba laptop. I upgraded to FC5 using all default options and now windows wont boot at all!!! The ntfs partition is still there.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar26.webp

1 Posts
Location -
Joined 2006-07-04
Hello,
 
I had a perfectly fine FC4 and WinXP dual boot configuration on a single disk on my toshiba laptop.
 
I upgraded to FC5 using all default options and now windows wont boot at all!!! The ntfs partition is still there.
 
Here is the output of fdisk-l:
/dev/hda1 1 13 104391 83 Linux
/dev/hda2 * 955 1296 50942083+ 7 HPFS/NTFS
/dev/hda3 14 954 7558582 8e Linux LW
 
and grub.conf
 
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/gr...
hiddenmenu
title fedora core...
root (hd0,0)
kernel....
initrd...
title other
rootnoverify(hd0,1)
chainloader +1
 
 
 
I wonder if anyone can point me in the right direction?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jul 4
Created
Jul 4
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Was this an upgrade installation, or a fresh installation? Folks tend to use "upgrade" to mean different things.
 
Did you cut and paste your Grub.conf file, or hand transcribe it? I see a couple of problems with it.
 
There should be a space between rootnoverify and (hd0,1)
 
Do you get any errors when trying to boot Windows, a "grub" cursor hang, or just a hang with no output?