LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-22-2004, 07:42 PM   #1
Desram
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
Unhappy


I created a partition for fedora core 2 on my slave hd and the installation went fine. Fedora booted up fine. When I rebooted and tried to run windows XP, I recieved the following message:
Booting 'Windows XP'

rootnoverify (hd0,0)
Chainloader + 1

and then it freezes. This has happened twice now.

I didn't do anything to the drive with windows on it.
Thanks for any replys
-Des

Last edited by Desram; 05-22-2004 at 07:57 PM.
 
Old 05-22-2004, 11:00 PM   #2
sonic.cfg
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
i have the same problem
 
Old 05-23-2004, 12:01 AM   #3
amir_h
LQ Newbie
 
Registered: Aug 2003
Distribution: RedHat-9.0
Posts: 26

Rep: Reputation: 15
Me too
 
Old 05-23-2004, 12:06 AM   #4
Bambino
LQ Newbie
 
Registered: May 2004
Posts: 16

Rep: Reputation: 0
HI,

If you look around on the forum you will see a lot of threads discussing this problem....

Try to add the makeactive command in /boot/grub/grub.conf:

Title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1

if this still dont doesnt do it then try to add these 2 lines after the chainloader command

map (hd0) (hd1)
map (hd1) (hd0)

Regards,
Bambino
 
Old 05-23-2004, 08:30 PM   #5
kingkrill
LQ Newbie
 
Registered: May 2004
Posts: 26

Rep: Reputation: 15
I am new to all of this, so how would you do this from the command line. Thanks for your help.

Last edited by kingkrill; 05-23-2004 at 08:54 PM.
 
Old 05-24-2004, 12:59 AM   #6
Bambino
LQ Newbie
 
Registered: May 2004
Posts: 16

Rep: Reputation: 0
well - you just need at least to know how to edit a file. You can use the "vi" editor for that. So from the command line:

#vi /boot/grub/grub.conf

this will bring up the GRUB configuration file for editing using the vi editor. This file contains your dual boot options. You will have entries for booting Linux and for your windows.
Look for the section starting with "title DOS" or "title Windows". The FC installation will have inserted 2 commands in there:

title DOS
rootnoverify (hd0,0)
chainloader +1

make the changes I proposed by entering vi INSERT mode by typing i. When the changes are done, exit and save the changes by typing
ESC :x

(ESC leaves the INSERT mode,
: for COMMAND mode and
x will exit and save the changes

If you want to exit witout saving changes, use :q!

good luck
 
Old 05-24-2004, 01:45 AM   #7
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Your WinXP partition has been tossed .. you may want to check this thread:

http://www.linuxquestions.org/questi...hreadid=183558

and try every single thing you can find here:

http://bugzilla.redhat.com/bugzilla/....cgi?id=115980

And let us know if you've fixed it
 
Old 05-24-2004, 06:07 AM   #8
kingkrill
LQ Newbie
 
Registered: May 2004
Posts: 26

Rep: Reputation: 15
I tried the vi editor last night, but when I opened grub.conf file I did not find any text in the file. The command prompt I am using is the linux rescue because my linux will not boot either. I followed all the default settings and instructions for this install, I also have XP on a separate hard drive. I used to know a few vi commands but it has been several years since I have used them, so what is the command to scroll to the top. I think the lines you are talking about are at the top of the file, so to speak, I had this same problem last week when I was using a single drive, so I bought another drive hoping to get the problems resolved and not mess up my XP drive. I tried some things to try to fix it like sfdisk command I found on RedHat.com and the BIOS LBA setting for the hard drive, then opening the file but of course I forgot all my vi commands. I will keep trying to get this fixed this time without formatting my XP again.
 
Old 05-24-2004, 06:32 AM   #9
Bambino
LQ Newbie
 
Registered: May 2004
Posts: 16

Rep: Reputation: 0
Hi,

If your Linux wont boot, Im afraid the problem is different. I dont have that much knowledge on Linux and cant help you then.

My solution was only for the Windows XP not able to boot problem. And as mentioned in the previous mail in this thread, also the LBA setting might fix it, depending on the problem.

Regards,
Bambino
 
Old 05-24-2004, 03:52 PM   #10
harley51
Member
 
Registered: Nov 2003
Location: Downey Ca
Distribution: Fedora 11
Posts: 230

Rep: Reputation: 30
Fedora Core 2 Install Experience

Check my thread on page 2 of the Fedora Forum titled Fedora Core 2 Install Experience. It might shed some light.
 
Old 05-25-2004, 06:24 AM   #11
kingkrill
LQ Newbie
 
Registered: May 2004
Posts: 26

Rep: Reputation: 15
Thanks for the information, some of the work arounds you tried I have thought about but I was setback yesterday when I tried a fixboot and fixmbr from the XP resuce console. After a half a day of troubleshooting I can finally boot off my first hardrive again. Now it is time to tackle Fedora again. Since I had to blow everything away again, I think I will just go with Core 1 this time. I may upgrade to Core 2 when I hear it is more stable on the install.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup Tape Drive - Fedora 3 joshnya Linux - Hardware 5 10-06-2005 12:12 PM
Installed GRUB on 3rd hard drive, how do I boot 1st drive? jesusphreak Linux - Newbie 4 04-06-2005 09:34 AM
Installed Fedora, which installed Grub - how to boot to Knoppix? squall14716 Linux - General 3 03-15-2004 03:11 PM
Backup Boot drive question... Spec Linux - General 5 09-17-2002 09:56 AM
Alternate boot hard drive for backup irishb3 Linux - General 1 08-24-2001 02:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration