LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-14-2007, 08:22 PM   #1
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Rep: Reputation: 31
Question Grub - Does fedora automatically install a bootloader like grub? or...


Hi, I was wondering if Fedora Core 6 automatically installed grub or lilo and configured it. I currently dual boot Ubuntu and Windows XP off of the same HDD, on two computers, I am cosidering putting fedora on one of the computers. When i installed ubuntu all i did was install it after windows and grub was automatically installed and configured. My question is does fedora install do something similar or do i have to install grub or lilo seperately?
 
Old 04-14-2007, 09:46 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Fedora will take care of it providing you tell it do so during install. If you want to keep Ubuntu, however, it may be worthwhile telling it not to install a bootloader and simply add Fedora to your current grub (although you could also install a fresh grub and then add Ubuntu to that, of course).
 
Old 04-15-2007, 12:56 AM   #3
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Ok, i have gone somewhat through fedora installation, (now i see the grub thing) it seems Internet is required to install fedora (c6), is this true?
-p.s. thanks for the reply!
 
Old 04-15-2007, 01:57 AM   #4
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
Quote:
Originally Posted by mitchell7man
it seems Internet is required to install fedora (c6), is this true?
-p.s. thanks for the reply!
NO!
Internet is required to apply updates, which can be done after re-booting. As for configuring the boot menu, you can make your Ubuntu the "master" grub.conf. During installation of Fedora, do as Jay73 suggests and install the boot loader to the / or /boot partition depending on whether or not you created and included a /boot partition, (not the MBR /dev/hda). Then boot into Ubuntu and mount the Fedora / or /boot partition and navigate to /boot/grub/menu.lst, copy and paste the default entry for Fedora into /boot/grub/menu.lst in Ubuntu and save it. Then re-boot, Fedora should now be in the list.
 
Old 04-15-2007, 04:01 AM   #5
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Or alternatively, install GRUB to Fedora's / partition, and in Ubuntu edit /boot/grub/menu.lst and add the following line:
Code:
title Fedora Core 6
root (hd0,x)
chainloader +1
Where x is the partition number of the Fedora / partition. For example, if you install Fedora on hda2, then x would be 1.

This way, if Fedora installs a Kernel update, then you don't need to worry about it. Also, if you decide to install another distro in Fedora's place, you just need to change the title in Ubuntu's /boot/grub/menu.lst.

I hope this helps
--Ian
 
Old 04-15-2007, 04:06 AM   #6
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
Hmmm!
That's a way better suggestion. Especially since Fedora does change the kernel as often as I do dishes.
 
Old 04-15-2007, 02:27 PM   #7
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Can i do something like that for Ubuntu, so i do not have a big list of kernels, and so i don't have to comment them? -thanks by the way!
 
Old 04-15-2007, 05:26 PM   #8
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
I have a page Here about how I set my computer up to multiboot between several distros.

Basically, I set GRUB up in its own partition (mounted as /grub in each distro). Each distro then has its own GRUB or LILO boot loader installed in its root partition. The "master GRUB" then just has a series of chainloader statements, pointing to the boot loader of each distro.

--Ian
 
Old 04-15-2007, 05:51 PM   #9
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Cool, thanks for the insight,
 
Old 05-09-2007, 02:17 AM   #10
Rick OneEighteen
LQ Newbie
 
Registered: May 2007
Posts: 3

Rep: Reputation: 0
Unhappy need a kernel for GRUB to load my Fedora 6

I'm having problems trying to duel boot Fedora 6 onto an external with Windows XP on the internal hard drive. It doesn't work when I try to boot from the external from bios, and when I try to set up GRUB as my default I keep getting a message that it's missing a kernel(s). I'm totally new to this so I have no idea what kernel(s) I need to get GRUB to do it's thing. Any help or info you can give me would be greatly appreciated since every FAQ page I've gone to rattles off a string of Greek and I havn't got a hope in knowing if it's even talking about what I need...

Please help...
 
Old 05-09-2007, 10:49 AM   #11
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
You will probably need to modify the MBR in windows, and use that to boot your FEDORA, you will get more help/exposure if you make a NEW thread... good luck.
 
  


Reply

Tags
boot, dual, fedora, grub, ubuntu



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
Recover grub bootloader after win install! teronslair Linux - Newbie 15 03-07-2010 12:25 AM
GRUB Bootloader Fails To Load After Fedora Core 5 Installation panthrax Linux - Software 6 05-07-2007 06:10 AM
Need to (re)install GRUB: fedora c4 rescue cd (and GRUB) unable to see the harddisk whencat Fedora 4 03-05-2006 02:01 PM
Grub bootloader problems after Fedora Upgrades kidcurry1964 Fedora - Installation 19 04-09-2005 03:30 PM
How to install Grub bootloader to MBR from command line sleddog Linux - Software 2 04-08-2004 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:05 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