LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-16-2008, 07:59 AM   #1
nightrider
Member
 
Registered: Apr 2005
Location: Sao Paulo - Brazil
Distribution: Fedora Workstation 32 64bits
Posts: 170

Rep: Reputation: 15
Fedora 8 as a 3 rd operating system


I have Mandriva 2007 and Win 32 installed in my machine with dual boot via lilo. And everything is running ok.

I have an almost empty 40GB slave(mounted as slave in the disk controller) disk and I would like to install Fedora 8 as a 3rd operating system. I would like to create the partitions on this slave disk, install Fedora8 in it and change lilo to recognize and allow boot in Fedora 8 too.

Is this possible? If affirmative, is this a safe operation, e.g., I can't lost everything installed in computer due to a disastrous tentative.

May you give me your opinion and, if possible, a list of the steps I must follow to obtain the desired result without risks? Specially how I change lilo and what is the correct lilo entry needed.

Greetings from Sao Paulo - Brazil

Ricardo

Last edited by nightrider; 03-16-2008 at 08:00 AM.
 
Old 03-16-2008, 08:23 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
The easiest way to do this is to simply run the Fedora installer, direct it to install Fedora on the slave disk, and allow it to set up the bootloader (it will install GRUB). It will automatically detect Windows and configure for booting it--it might even do the same for Mandriva.

Regardless of what method you choose, I recommend GRUB--mainly because there are more people around that can help with it.

assuming that all your data is backed up, installing Fedora should be no more risky than other changes you might make.

Depending on your system configuration, consider leaving some of that 40GB empty (unpartitioned) for future changes.
 
Old 03-16-2008, 09:30 AM   #3
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by pixellany View Post
The easiest way to do this is to simply run the Fedora installer, direct it to install Fedora on the slave disk, and allow it to set up the bootloader (it will install GRUB). It will automatically detect Windows and configure for booting it--it might even do the same for Mandriva.
It can be set so Fedora is giving an option to boot into Mandriva,but then Lilo has to be installed on Mandriva's partition,otherwise OP wan't be able to boot into Mandriva unless he do some changes.
As I remember,Mandriva gives you an option to choose between Lilo and Grub,so I would choose Grub and install it on Mandriva's partition,then I would install Fedora with Grub on the MBR.Also,when I used Fedora it didn't recognize any Linux partition I had,so I had to add them manualy.
 
Old 03-16-2008, 03:02 PM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by alan_ri View Post
It can be set so Fedora is giving an option to boot into Mandriva,but then Lilo has to be installed on Mandriva's partition,otherwise OP wan't be able to boot into Mandriva unless he do some changes.
I disagree. Regardless of whether Fedora detects the Mandriva installation, it will not be necessary to install LILO--not will it be necessary to install anything on the Mandriva partition.

For OP (and anyone else): If you look in /boot/grub/menu.lst you will see the following generic entry:

title name of distro
root (hdx,y)
kernel /boot/kernelname root=/dev/xxxx
initrd /boot/initrdname

To set up GRUB to boot another system, you simply need the correct parameters for that system.

See the "booting" link below for more.
 
Old 03-16-2008, 03:57 PM   #5
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by pixellany View Post
I disagree. Regardless of whether Fedora detects the Mandriva installation, it will not be necessary to install LILO--not will it be necessary to install anything on the Mandriva partition.

For OP (and anyone else): If you look in /boot/grub/menu.lst you will see the following generic entry:

title name of distro
root (hdx,y)
kernel /boot/kernelname root=/dev/xxxx
initrd /boot/initrdname

To set up GRUB to boot another system, you simply need the correct parameters for that system.
I disagree.If OP (and anyone alse) would do as you suggested then they wouldn't be able to boot into Mandriva simply because Mandriva's boot loader was overwriten with Fedora's boot loader.It's not possible to boot another OS from main OS if boot loader of another OS is not installed on the root partition.
 
Old 03-16-2008, 04:23 PM   #6
nightrider
Member
 
Registered: Apr 2005
Location: Sao Paulo - Brazil
Distribution: Fedora Workstation 32 64bits
Posts: 170

Original Poster
Rep: Reputation: 15
I like so much the discussion about grub.

You forgot the principal matter. I STILL HAVE MANDRIVA 2007 PLUS WINDOWS IN DUAL BOOT UNDER LILO.

As nobody answers my question, I thank you. And I give up.

Perhaps I ask again some days later... Maybe someone answer my questions...

Just in time: I was not asking anything about grub because I already have lilo installed.

Cheers

Ricardo
 
Old 03-16-2008, 08:02 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
To install another OS and use LILO:

Run the installer, but do not allow it to install a bootloader.
Re-boot into Mandriva
Go to /mnt and mount the new Linux (Fedora) partition. cd to boot and read the names of the kernel and initrd files.
Edit your LILO config file (in the Mandriva directories) according to LILO documentation.

Alternative: When installing Fedora, put the bootloader on a floppy and do not disturb the existing LILO setup.

To avoid frustration and unhappiness:

recognize that LQ members will often try to give you the best advice they can--based on all factors. In some cases, that advice will go beyond a specific question. In this case a paucity of LILO help is perhaps consistent with my earlier suggestion of one reason to move to GRUB.
Patience will get you a lot here.....
 
Old 03-17-2008, 04:23 PM   #8
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by nightrider View Post
I like so much the discussion about grub.
That's good.

Quote:
Originally Posted by nightrider View Post
You forgot the principal matter. I STILL HAVE MANDRIVA 2007 PLUS WINDOWS IN DUAL BOOT UNDER LILO.
I didn't forgot that.

Quote:
Originally Posted by nightrider View Post
As nobody answers my question, I thank you. And I give up.
Your question has been answered,you just don't understand the answer.

Quote:
Originally Posted by nightrider View Post
Perhaps I ask again some days later... Maybe someone answer my questions...
Maybe.

Quote:
Originally Posted by nightrider View Post
Just in time: I was not asking anything about grub because I already have lilo installed.
Grub is easier to configure,I think that's way pixellany and me was talking about it.
 
  


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
how to format fedora operating system and with what? jasperjude Linux - General 4 02-28-2007 02:39 AM
is fedora a 64 bit operating system joeman3429 Fedora 4 01-02-2005 01:50 PM
installing windows xp as a secondary operating system with fedora as primary luckystrikes7 Linux - General 6 10-26-2004 11:39 AM
Removing Fedora - Then Error Loading Operating System wasabi Fedora 5 08-13-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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