![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dual Boot Win XP And Fedora with Fedora Installed First | eltinator | Linux | 4 | 03-24-2008 02:30 AM |
| installing psybnc on CentOS | wmccull | Linux | 0 | 03-05-2008 10:22 PM |
| CentOS 4.6 (CentOS-4 branch) | iBot | Software Releases - RSS News | 0 | 12-26-2007 03:40 AM |
| CentOS 5.1 (CentOS-5 branch) | iBot | Software Releases - RSS News | 0 | 12-26-2007 03:40 AM |
| Is FEDORA and REDHAT LINUX are same? | haisubbu | UNIX for Dummies Questions & Answers | 4 | 12-07-2006 04:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi Linux gurus,
My boss had asked me to setup a box consisting of this 3 OS (CentOS, Fedora, RedHat) for autopatching. So, whenever there is new patches for CentOS from the internet, this box will grab it, implement it, if tested ok and approved, the patches will then be push to Production CentOS boxes. The same goes for Fedora & RedHat. My question would be: 1. Is this possible for 3 Linux to be put in 1 box? 2. How the partitioning would be like? 3. Is there a link where i can read thru for this kind of setup? 4. Will all the OS be running simultaneously or one at a time? Thank you in advance ~RaYbAkH~ |
|
||||
|
Yes, I don't see why not. As for how the partitions would be laid out, that depends on...how you want your partitions laid out.
The bare minimum, as I see it:
grub.conf for this monster is going to look something like: Code:
title=Centos kernel (hd0,0)/centos/kernel-2.6.12-r10 root=/dev/hda5 title=Fedora kernel (hd0,0)/centos/kernel-2.6.12-r10 root=/dev/hda6 title=Redhat kernel (hd0,0)/centos/kernel-2.6.12-r10 root=/dev/hda7 Finding a guide for this is unlikely imho, as it'd have to be written by someone who's mastered the same versions of all three distros of interest. You're going to have fun getting all of them to install where you want them. Of course, if you're going to want multiple boot partitions for each and every distro, things are going to get more complicated. |
|
||||
|
Quote:
So, i'll be doing this --> CentOS = /dev/hda5 Fedora = /dev/hda6 Redhat = /dev/hda7 Seems like 'fun' in hell. Gonna update u guys as i go along the installation. I wonder if all distro can be up 1 at a time until all 3 are running or 2 down and 1 up? Any advice? |
|
|||||
|
I think Corona688 meant that grub.conf would be something like:
Code:
title Centos kernel (hd0,0)/centos/kernel-2.6.12-r10 root=/dev/hda5 title Fedora kernel (hd0,0)/fedora/kernel-2.6.12-r10 root=/dev/hda6 title Redhat kernel (hd0,0)/redhat/kernel-2.6.12-r10 root=/dev/hda7 |
|
||||
|
So perderabo,
A collegue of mine have Linux & Windows in his notebook (in which the 60GB are split into 2). He also are able to log into both OS by pressing certain key (in which he is reluctant to teach). Could this be done here; where CentOS, Fedora & Redhat can be access simultaneously. Nope system shock, Im gonna try to implement this on 1 box first. if it seems a lot of hassle and time to administer, then i'll propose to my boss to buy another 2 box. (he's trying to cut the cost low and hopefully raise my salary..haha). |
|
||||
|
Quote:
Which, if you're willing to do so, would actually be a pretty good way to simultaneously boot three operating systems. VMware comes in Linux and Windows versions, and does what it says on the box; you can run an entire virtual computer inside it with it's own independent virtual hardware, at nearly native speeds. x86 only of course. I've got VMware Workstation myself, so on the rare occasions I need to boot into Windows, I can, without the risk of giving Windows full control of my computer. If you don't want that, you'll have to triple-boot, and they won't be simultaneous. Last edited by Corona688; 08-24-2006 at 11:03 AM.. |
![]() |
| Bookmarks |
| Tags |
| linux, ubuntu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|