LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dualboot WinXP doesn't detect DVD-RW (https://www.linuxquestions.org/questions/linux-newbie-8/dualboot-winxp-doesnt-detect-dvd-rw-236520/)

rockbttm 09-29-2004 01:21 AM

Dualboot WinXP doesn't detect DVD-RW
 
So I dualbooted WinXP with Fedora Core 2 with GRUB. When I boot into WinXP it doesn't detect my DVD-RW drive. It worked fine before I installed Fedora. The BIOS sees it fine and so does Linux; but in WinXP, the tray won't even pop out when I push the button. My drive setup is :

Primary IDE: Master HD (Contains WinXP and Fedora), Slave HD
Secondary IDE: Master DVD-RW, Slave HD

I'm able to get WinXP to detect the DVD-RW if I remove the Slave HD on the secondary IDE.

Here's my grub.conf:

default=1
timeout=10
splashimage=(hd0,2)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,2)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1

Any help would be appreciated. Thanks.

greg108 09-29-2004 01:28 AM

Did you set jumpers?

I don't think this is grub of fedora problem.

rockbttm 09-29-2004 01:32 AM

Yes, the jumpers are fine. Everything worked before I installed Fedora.

David the H. 09-29-2004 08:53 AM

This seems really strange to me. Each OS does it's own hardware detection and should be completely independent of the other. I don't see how adding Fedora should have changed anything.

How about this? Micro$haft products have a history of getting confused about their own settings and sometimes you just have to shake things up a bit to get them to re-detect everything properly. Try switching the devices around. Make the DVD drive the slave device and the HD the master. Or move the DVD over to the other IDE. See if this helps Winblows shake off it's confusion as to what's there. If it works in another configuration, then try putting everything back the way it was and trying it again. Perhaps it just needs a little goose to figure itself out.

rockbttm 09-29-2004 12:35 PM

Thanks for the advice. It works now with the DVD-RW as slave...although it's still bugging me as to why it did this after I installed Fedora.


All times are GMT -5. The time now is 03:23 AM.