Fedora This forum is for the discussion of the Fedora Project. |
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-17-2005, 10:12 AM
|
#1
|
Senior Member
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721
Rep:
|
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
|
|
|
04-17-2005, 10:33 AM
|
#2
|
Senior Member
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Rep:
|
can you post your /boot/grub/menu.lst (or grub.conf) and what patition/drive your windows system resides on?
|
|
|
04-17-2005, 10:37 AM
|
#3
|
LQ Newbie
Registered: Oct 2003
Distribution: Fedora3
Posts: 4
Rep:
|
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
[
|
|
|
04-17-2005, 02:07 PM
|
#4
|
Senior Member
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721
Original Poster
Rep:
|
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.
|
|
|
04-17-2005, 02:52 PM
|
#5
|
Senior Member
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151
Rep:
|
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.
|
|
|
04-17-2005, 04:09 PM
|
#6
|
Senior Member
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721
Original Poster
Rep:
|
Gave those grub setting a try in grub.conf and they had no affect on booting. No change.
Thanks
Jim
|
|
|
04-17-2005, 05:27 PM
|
#7
|
Member
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560
Rep:
|
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
|
|
|
04-17-2005, 06:27 PM
|
#8
|
Senior Member
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,721
Original Poster
Rep:
|
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
|
|
|
04-18-2005, 12:41 PM
|
#9
|
Member
Registered: Nov 2004
Location: Canada
Distribution: Puppy Linux/ Mint
Posts: 211
Rep:
|
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.
|
|
|
04-18-2005, 12:43 PM
|
#10
|
Member
Registered: Nov 2004
Location: Canada
Distribution: Puppy Linux/ Mint
Posts: 211
Rep:
|
|
|
|
All times are GMT -5. The time now is 07:10 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
|
|