LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Reply
  Search this Thread
Old 10-10-2004, 03:34 AM   #1
herkdrvr
Member
 
Registered: Aug 2004
Posts: 31

Rep: Reputation: 15
Question Fedora Core 2, third OS, need config assistance


All,

Here is the output of df –T:

Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sdb2 reiserfs 35108940 5922248 29186692 17% /
tmpfs tmpfs 777840 28 777812 1% /dev/shm
/dev/hda1 ntfs 39078080 67888 39010192 1% /windows/C
/dev/sda2 ntfs 117089752 45410460 71679292 39% /windows/D
/dev/sda3 vfat 48082 648 47434 2% /windows/E

I currently have three HD's.

A SATA 120GB with Windows XP (sda2)
A SATA 36GB with SuSE Linux (sdb2)
An IDE 37 GB with nothing on it (hda1)

At the moment, I can successfully boot into either Linux or Windows. I get the choice each time GRUB comes up.

I'd like to install Fedora Core 2 on the empty third HD (hda1) and retain the other OS’s

I booted from the Fedora CD, and started the process. When it came time to configure the bootloader, I didn't know where to point it. Here is what it automatically suggested:

Fedora Core: /dev/hda2
Other: /dev/sda3

So, at that point I didn’t know which OS “other” pertained to or how to add FC2 so that all three are up and running.

Any configuration suggestions will be most appreciated.

Thanks in advance.

Herk
 
Old 10-10-2004, 05:07 AM   #2
crm
Member
 
Registered: Apr 2004
Location: leeds - UK
Distribution: Gentoo Stage 1 on Riser FS 4
Posts: 204

Rep: Reputation: 30
forgive me if i oversimplify... but:

/dev/hda1 will ALWAISE be accupied by somones boot images as regardles of where the os is installed the bios alwaise looks at the first sector of the first ide drive to tell it what to do.

check the size of the dev/hda partision... if its more then 100 meg then theres somthing ood happening.

it may be wise to try and configure grup manually...
or back it up from one of the other OS's so you can restore it if FC2 makes a mess of it.

do a google for grub.conf to see how it dose things... its pritty simple thought you need to understandit has a different way of mapping the drives
 
Old 10-10-2004, 05:39 AM   #3
herkdrvr
Member
 
Registered: Aug 2004
Posts: 31

Original Poster
Rep: Reputation: 15
If /dev/hda1 is where the boot image goes, that's fine.

What I need to know is what to put in so that Fedora Core 2 is installed on the empty HD and GRUB knows that I have 3 OS's now instead of two.

When I start installing, as I mentioned above, FC2 tells me that Fedora Core will be on /dev/hda2 and "Other" is on /dev/sda3. If I assume sda3 is XP, since it's on the sda drive, then where is my SuSE install? How can I tell FC2 to recognize it?

Thanks again.


Thanks again.
 
Old 10-10-2004, 07:00 AM   #4
crm
Member
 
Registered: Apr 2004
Location: leeds - UK
Distribution: Gentoo Stage 1 on Riser FS 4
Posts: 204

Rep: Reputation: 30
in my experience FC2 was usually very good at working out what os was installed on what pasrtision.. you have an ood problem....
im not sure how to get fc2 to recognise the other os's when booting but heres a work arround:

1: backup as much as you can and make boot disks for win and suse!!!
2: boot into suse and type:
su
yourrootpassword
mount /boot
cd /boot/grub
ls
vi grub.conf
3:copy the contence of this file to somwhere safe ( i recomend a piece of paper )
4copy the contence of /boot to a floppy/cd you NEED to copy anything starting in 'kernel' and 'System.map'
5: install fc2 to hda2 (or whatever free sopace yo uwant to put it on)ignore the problems.
6: boot into your new FC2 system... if grub dosent come up with all three os's examine FC2's grub conf like you did in suse.... ammend the grub.conf using the hardcopy.
7: reboot: all three options should no work, if thy dont, at least you have startup disks, and plese post here and ill go and bang my head off a wall for being wrong.
 
Old 10-10-2004, 06:33 PM   #5
herkdrvr
Member
 
Registered: Aug 2004
Posts: 31

Original Poster
Rep: Reputation: 15
Question Your last reply makes sense except...

I don't understand what my grub.conf is doing at the moment. Here is the text:

root (hd1,1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000
(hd1,1)/boot/grub/menu.lst
quit


Can someone please interpret my computer's actions based on the lines above, i.e., the system starts, then it looks at hd0 for [which OS], then it looks at....etc.

Thanks,

Herk
 
Old 10-11-2004, 01:33 PM   #6
faust_in_linux
LQ Newbie
 
Registered: Jun 2004
Location: brazil
Distribution: Mandriva2007Spring,FedoraC7, almost all time Debian and kurumin (le plus facile to newbies),
Posts: 19

Rep: Reputation: 0
Question problem with boot loader without lilo

My problem: I have others partitions with win2000( in fat32! ;^) )) and others different distros, and lilo is the bootmannager for alls. FedoraC2 have not the possibily to configure lilo in his first sector of her partition, as other distros have!!? (or there are? How to do?). Because this I opted to not configure Grub in MBR, but no possibility to make a floppy disck to posterior boot was made! I configured Fedora2C with CDs, not by FTP.
MY QUESTION: are there some command to do in the prompt (of the "Rescue option" ) to make a FLOPPY (not a CD boot loader!) DISK to load Fedora2C already installed but inaccessible? I tried a sugestion of the forum (http://www.linuxquestions.org/questi...hreadid=235595) to make a floppy disk (instead of a CD as the sugestion): "mkfloppydisk --verbose --iso --device boot.iso `uname -r` , but without result. (And, sorry for the newby question, the expressions: "iso", " device" and " 'uname -r`" are the exact expressions to digit or I have to digit, in its place, some other expressions (as --device= the partition where is installed Fedora (hda11, p.ex.), uname -r= result of this command in an prompt (the kernnel especification) ?? This ist the first question I make to Linux Questions!! . Until today, all my doubts had been answered only searching the posts, and I learned a lot with yours rich orientations!! For this one, unhappely, I dont find, yet, a answer. Thanks very much for any help.
 
Old 10-15-2004, 01:25 AM   #7
TiMiN8R
Member
 
Registered: Oct 2004
Location: Holland
Distribution: SuSE 9.1 Personal, SuSE 9.2, Mandrake 10 Off., Ubuntu 4.10 "Warty"
Posts: 34

Rep: Reputation: 15
herkdrvr,

if i'm not mistaken this
Quote:
root (hd1,1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000
(hd1,1)/boot/grub/menu.lst
quit
means that grub loads stage 1 from the mbr, then gets the menu.lst. if you want to add entries to grub for other os'es you can edit the menu.lst
 
Old 10-15-2004, 07:06 PM   #8
sharkee
Member
 
Registered: Jul 2003
Location: Australia
Distribution: Kubuntu 5.10 Ubuntu Dapper
Posts: 220

Rep: Reputation: 30
Heck

Windows Xp Has a ffit if it is not yhe first system installed. Maybe if you install Fd with boot loader saved to Root instead of MBR. Then you should be able to add to your original boot config and point it to Fd .

Regards Sharkee
 
Old 10-16-2004, 10:27 AM   #9
faust_in_linux
LQ Newbie
 
Registered: Jun 2004
Location: brazil
Distribution: Mandriva2007Spring,FedoraC7, almost all time Debian and kurumin (le plus facile to newbies),
Posts: 19

Rep: Reputation: 0
This link solved my problem and may be useful to you:
"Especially useful for multiboot, partitioned systems, GRUB offers flexibility and convenience for startup"
http://www.linuxjournal.com/article.php?sid=4622
 
  


Reply



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
Fedora Core 4 Final, Need Assistance jlacroix Linux - Software 2 06-13-2005 11:09 PM
Fedora Core 2 WEP config with Belkin PCI card ruffnsc Linux - Wireless Networking 2 03-06-2005 02:07 PM
Where can I find Fedora Core 2's DHCP servers config file? tlawlessrr Fedora 2 07-29-2004 11:08 PM
Fedora Core 1- Config bootloader? littlewhinging Linux - Software 2 04-06-2004 09:05 AM
Seeking assistance with *Sendmail* config... verbal Linux - Software 3 05-17-2003 11:27 AM

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

All times are GMT -5. The time now is 01:05 AM.

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