LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-17-2005, 10:12 AM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721

Rep: Reputation: 68
GRUB , has got my dual boot screwed up


When I try to dual boot into WindowsXP all I get on the monitor GRUB GRUB GRUB
continuously and I can't get into XP.
Booting into Linux is no problem
Any Ideals ?

Jim
 
Old 04-17-2005, 10:33 AM   #2
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
can you post your /boot/grub/menu.lst (or grub.conf) and what patition/drive your windows system resides on?
 
Old 04-17-2005, 10:37 AM   #3
maherchr
LQ Newbie
 
Registered: Oct 2003
Distribution: Fedora3
Posts: 4

Rep: Reputation: 0
What does your grub.conf say? Mine looks like this:

default=0
timeout=30
splashimage=(hd0,1)/grub/splash.xpm.gz
password --md5 ...
title Fedora Core (2.6.11-1.14_FC3)
root (hd0,1)
kernel /vmlinuz-2.6.11-1.14_FC3 ro root=LABEL=/ acpi=on
initrd /initrd-2.6.11-1.14_FC3.img
title Fedora Core (2.6.10-1.14_FC2.stk16)
root (hd0,1)
kernel /vmlinuz-2.6.10-1.14_FC2.stk16 ro root=LABEL=/ acpi=on
initrd /initrd-2.6.10-1.14_FC2.stk16.img
title Windows 2000
rootnoverify (hd0,0)
chainloader +1
[
 
Old 04-17-2005, 02:07 PM   #4
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721

Original Poster
Rep: Reputation: 68
This is a dell laptop Inspiron8600 and , the first partition is reserved for dell utilities, the second partition
is for NTFS (XP), and hda3, hda4 is Linux.
I'am using the GAG boot loader to boot between XP and Linux , even if I boot from the Linux splash screen
into XP I get the Continous running of GRUB GRUB GRUB.
I can still boot into Linux.
Thanks for your help.

Jim


grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
#boot=/dev/hda3
default=0
timeout=5
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1240_FC4)
root (hd0,2)
kernel /boot/vmlinuz-2.6.11-1.1240_FC4 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.11-1.1240_FC4.img
title Fedora Core (2.6.11-1.1236_FC4)
root (hd0,2)
kernel /boot/vmlinuz-2.6.11-1.1236_FC4 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.11-1.1236_FC4.img
title Other
rootnoverify (hd0,1)
chainloader +1

Last edited by mickeyboa; 04-17-2005 at 02:09 PM.
 
Old 04-17-2005, 02:52 PM   #5
WhatsHisName
Senior Member
 
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151

Rep: Reputation: 46
Try this in Grub.conf:

title XP
unhide (hd0,1)
rootnoverify (hd0,1)
chainloader +1
makeactive
boot

GAG uses partition hiding. Windows will not boot from a hidden partition.
 
Old 04-17-2005, 04:09 PM   #6
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721

Original Poster
Rep: Reputation: 68
Gave those grub setting a try in grub.conf and they had no affect on booting. No change.

Thanks
Jim
 
Old 04-17-2005, 05:27 PM   #7
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
What does your partition info look like. Most people have WinXP on their first partition. Grub would define that as (hd0,0). Try...

title WinXP
rootnoverify (hd0,0)
makeactive
chainloader +1
 
Old 04-17-2005, 06:27 PM   #8
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721

Original Poster
Rep: Reputation: 68
hd0,0 is the Dell test partition, I guess it has to do with Bios.
hd0,1 is the XP partition and I do believe it has been corrupted.
I ran Knoppix and Knoppix couldn't mount the partition either.

Jim
 
Old 04-18-2005, 12:41 PM   #9
rarsa
Member
 
Registered: Nov 2004
Location: Canada
Distribution: Puppy Linux/ Mint
Posts: 211

Rep: Reputation: 31
I had that problem once.

I fixed the MBR (As I have a dual boot I used windows fixmbr utility) and reinstalled Grub.

If this helps press the tanks button bellow.
 
Old 04-18-2005, 12:43 PM   #10
rarsa
Member
 
Registered: Nov 2004
Location: Canada
Distribution: Puppy Linux/ Mint
Posts: 211

Rep: Reputation: 31
You can follow the instructions from here

http://www.microsoft.com/resources/d...d_tro_ldau.asp
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Please help me get back into WinXP. I screwed up Grub Boot Loader deived Linux - Newbie 8 10-31-2008 09:23 PM
dual boot screwed up by Vista beta Shanks Linux - Software 1 08-18-2005 08:34 PM
Fedora Core 3 Dual Boot, Dual Hard drives, Grub Boot Loader Denali03 Linux - Newbie 1 03-04-2005 01:44 PM
Dual boot, dual drives. Where to put GRUB? rgbrock1 Linux - Newbie 5 10-02-2004 10:56 AM
Trying to dual-boot XP and RH9 with GRUB...GRUB stops right after BIOS EvilYoda Linux - Newbie 5 06-20-2003 03:38 PM

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

All times are GMT -5. The time now is 07:10 PM.

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