Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-28-2006, 09:37 PM
|
#1
|
LQ Newbie
Registered: Apr 2006
Posts: 4
Rep:
|
GRUB won't boot XP
Hello everybody,
Well I just finished installing both Fedora & WinXP on my computer, I had fedora installed on my primary HD with 11GB, and Win in my secondary HD with 20GG... now Fedora runs just fine, the only problem is GRUB won't boot WinXP, instead it showed this:
WinXP rootnoverify (hd1,0)
chainloader 1+ So I opened GRUB's menu.lst and change that for this:
title Winxp map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot But... as you guessed it didn't work or I wouldn't be here, so instead of booting XP, it asked me to remove and cd or media and press any button, and after doing so the screen went black and then only said GRUB...
So, does anybody know how to solve this problem?, well if anyone does please let me know.
Thanks.
|
|
|
04-29-2006, 01:03 AM
|
#2
|
LQ Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep:
|
this is from my grub.conf (sorry - had to pick it from an old post, since I'm running stuff on Windows at the moment, but I'm pretty sure it's the version in use).
I have windows on drive 0 and FC5 on drive 1 (sda and sdb)
Works for me.
See thread "FC5 and GRUB"
title Start Windows
rootnoverify (hd0,0)
map (hd1) (hd0)
map (hd0) (hd1)
makeactive
chainloader +1
|
|
|
04-29-2006, 07:00 AM
|
#3
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
By putting the rootnoverify command after remaping the drives, you've basically told grub to look in the Linux partition for the xp bootloader.
Putting rootnoverify first in the sequence, then remaping the drives, allows grub to follow the remaping and still locate the xp bootloader.
change this:
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
to this:
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
boot
or this:
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
boot
Last edited by bigrigdriver; 04-29-2006 at 07:03 AM.
|
|
|
04-29-2006, 12:42 PM
|
#4
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
Looks very right to me, good exposition, bigrigdriver.
|
|
|
All times are GMT -5. The time now is 04:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|