Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th November 2005, 06:22 PM
a thing's Avatar
a thing Offline
Registered User
 
Join Date: May 2005
Posts: 288
(Howto) I installed Fedora but it doesn't give me a choice to boot [insert OS here]!

You'll need to download a live CD, such as System Rescue CD and boot it. Now you need to make a directory to mount your Fedora partition:
Code:
mkdir /fedora
Next, you need to mount your Fedora partition:
Code:
mount -t auto DEVICE /fedora
DEVICE is the device UNIX and UNIX-like kernels like Linux use to access your Fedora partition. If you remember what the /boot partition was when you partitioned your drive(s) when installing Fedora, use that. If you didn't make a /boot partition, use the / (root) partition. If your Fedora partition is on the second partition of the first IDE drive, it would be /dev/hda2. If it was on the third partition of the second drive, it would be /dev/hdb3. If you don't get this there's sure to be a little tutorial explaining it on Google or something.
Now you need to edit GRUB's configuration file (if you mounted a /boot partition, remove the '/boot' part in the filepaths below):
Code:
nano /fedora/boot/grub/grub.conf
Code:
run_qtinyeditor /fedora/boot/grub/grub.conf
or
Code:
vi /fedora/boot/grub/grub.conf
whatever you perfer. (I perfer nano.)
Your grub.conf should look something like:
Code:
# 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 (hd1,0)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=30
hiddenmenu
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.6.11-1.1369_FC4)
   root (hd0,1)
   kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/hda2 rhgb quiet
   initrd /boot/initrd-2.6.11-1.1369_FC4.img
title Windows XP
   rootnoverify (hd0,0)
   chainloader +1
Now, comment out (put a # in front of) the line "hiddenmenu" and change "timeout=NUMBER" to something really big like "timeout=99999999999999999999999999999999999999999 9999999999". If you want to boot in text mode, remove "rhgb" from the kernel line. If you want a 1280x1024 command prompt on tty devices, add vga=794 at the end of that line. Now save and exit your editor (Esc :wq on vi, Ctrl+X on nano). Last, reboot with:
Code:
init 6
and take the live CD out of your drive. If System Rescue CD hangs at something like "Stopping USB and PCI hotplugging systems...", just manually restart your computer by pressing the power button.

Last edited by a thing; 31st May 2006 at 04:50 AM.
Reply With Quote
  #2  
Old 22nd March 2006, 10:33 AM
OnegaiNL Offline
Registered User
 
Join Date: Aug 2005
Age: 25
Posts: 48
hmm I am at Core 4 now, If I download and upgrade to Core 5, can it be possible that it makes the Bootloader thing?
Reply With Quote
Reply

Tags
boot, choice, fedora, howto, installed

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
I've installed Linux, now give me my Windows refund Scruffy Linux Chat 174 2nd November 2009 11:01 PM
HOWTO Dual Boot Fedora & Windows With NTLoader stoat Guides & Solutions (No Questions) 28 30th December 2008 04:47 PM
How to install a choice boot menu for 2 OS (Linux and XP) dimnet Installation and Live Media 7 14th September 2005 04:02 AM
Installed Gnome but it\s not a choice on login jesusphreak Using Fedora 3 9th May 2005 06:31 PM
Dual Boot Problem. Grub doesn't offer WinXP as choice stry_cat Installation and Live Media 7 19th March 2005 03:54 AM


Current GMT-time: 11:51 (Saturday, 25-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