Fedora Linux Support Community & Resources Center
  #1  
Old 18th July 2005, 07:30 PM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
Boot issue

I installed fedora successfully, I am using acronis but it does not recognize it so I disabled his os selector, reinstalled with grub and grub saw xp in the setup and linux was the primary os, after installation when I rebooted it went straight to xp. any ideas?
Reply With Quote
  #2  
Old 18th July 2005, 10:11 PM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
Ok, now I got fedora to boot after tinkering with grub, when I select it to boot windows it doesnt boot does that mean I gotta redo windows now?
Reply With Quote
  #3  
Old 18th July 2005, 10:22 PM
gertbor Offline
Registered User
 
Join Date: Jun 2005
Location: Italy
Posts: 61
I think that you post your grub file someone will help you. Or not maybe :-)
gertbor
Reply With Quote
  #4  
Old 19th July 2005, 01:33 AM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,4)
# kernel /vmlinuz-version ro root=/dev/sda6
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,4)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=Fedora rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP
rootnoverify (hd1,0)
chainloader +1




thank is my grub
Reply With Quote
  #5  
Old 19th July 2005, 02:08 AM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
by the way I just noted the error I get when I select to boot XP in grub


Error 21: Selected disk does not exist


thanks for the help in advance
Reply With Quote
  #6  
Old 19th July 2005, 02:48 AM
Captn's Avatar
Captn Offline
Registered User
 
Join Date: Jul 2005
Posts: 233
Question

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




thank is my grub

This is mine, not sure if it helps. But I hope it might.


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

Last edited by Captn; 19th July 2005 at 02:50 AM.
Reply With Quote
  #7  
Old 19th July 2005, 02:56 AM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
you need to map the drives to swap em around

so you choose Fc and XP boots>??
open grub.conf file
comment out windows section with # marks and add the following

Quote:
title Why do I boot into this?? Windows
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
you can remove the "why do i boot into this?? " section if you wish
save the file and reboot and see if it works
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #8  
Old 19th July 2005, 03:02 AM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
Quote:
Originally Posted by fedorajim
you need to map the drives to swap em around

so you choose Fc and XP boots>??
open grub.conf file
comment out windows section with # marks and add the following


you can remove the "why do i boot into this?? " section if you wish
save the file and reboot and see if it works
no I choose other(which I renamed to Windows XP) and I get error 21 Selected disk does not exist, when I choose fedora, fedora boots fine which is what I am in right now. Do you still want me to edit the grub.conf file ?
Reply With Quote
  #9  
Old 19th July 2005, 03:03 AM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
yup try it out
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #10  
Old 19th July 2005, 03:42 AM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
Quote:
Originally Posted by fedorajim
yup try it out

did that got error 21: selected disk does not exist
Reply With Quote
  #11  
Old 19th July 2005, 06:56 AM
steve941 Offline
Registered User
 
Join Date: Jun 2005
Posts: 668
Quote:
Originally Posted by Maeldun
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,4)
# kernel /vmlinuz-version ro root=/dev/sda6
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,4)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=Fedora rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP
rootnoverify (hd1,0)
chainloader +1




thank is my grub
do you have xp on another hd?
according to grub it looks like you do
rootnoverify (hd1,0)
that's saying hd 1 instead of hd 0
and if you don't have another hd then
that's probably why you got that error
try something like
rootnoverify (hd0,1) -- depends on your config
Reply With Quote
  #12  
Old 19th July 2005, 06:18 PM
Metil Offline
Registered User
 
Join Date: Jul 2005
Posts: 1
Quote:
Originally Posted by Maeldun
I installed fedora successfully, I am using acronis but it does not recognize it so I disabled his os selector, reinstalled with grub and grub saw xp in the setup and linux was the primary os, after installation when I rebooted it went straight to xp. any ideas?
Have you tried to install GRUB on the boot partition instead of MBR and then install OS Selector? It worked for me. Just my $0.02
Reply With Quote
  #13  
Old 20th July 2005, 06:20 PM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
Quote:
Originally Posted by steve941
do you have xp on another hd?
according to grub it looks like you do
rootnoverify (hd1,0)
that's saying hd 1 instead of hd 0
and if you don't have another hd then
that's probably why you got that error
try something like
rootnoverify (hd0,1) -- depends on your config
I trued 0,0 and 0,1

for 0,0 I got an error, for 0,1 it showed the commands and just sat there so I rebooted but no luck
Reply With Quote
  #14  
Old 20th July 2005, 06:21 PM
Maeldun Offline
Registered User
 
Join Date: Jul 2005
Posts: 17
Quote:
Originally Posted by Metil
Have you tried to install GRUB on the boot partition instead of MBR and then install OS Selector? It worked for me. Just my $0.02

I always tried on MBR but before it was writing to another disk so I went ot advanced config for it during install and changed the drive order, then grub started working and thats when xp quit booting
Reply With Quote
  #15  
Old 20th July 2005, 11:46 PM
steve941 Offline
Registered User
 
Join Date: Jun 2005
Posts: 668
i guess you could try 0,2 .. It really depends what partition is windows and I can't say for your setup..
but you are probably going to have to reinstall grub
Reply With Quote
Reply

Tags
boot

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
First Boot Issue Kanky Installation and Live Media 14 17th September 2008 03:26 AM
Boot Issue hana Using Fedora 4 17th October 2006 08:44 AM
FC4 Boot Issue atmk EOL (End Of Life) Versions 12 26th October 2005 04:10 PM
Issue with Boot... sainzmichael Installation and Live Media 3 13th October 2005 11:06 PM
Win XP/FC3 boot issue bob.sacamano Installation and Live Media 3 8th July 2005 10:12 AM


Current GMT-time: 19:10 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat