2 os

This is a discussion about 2 os in the Everything Linux category; how can do i install two linux os in one machine???? how do i partition the harddisk???

Everything Linux 1800 This topic was started by , . Last reply by ,


data/avatar/default/avatar26.webp

151 Posts
Location -
Joined 2003-12-23
how can do i install two linux os in one machine????
how do i partition the harddisk???

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Apr 20
Created
Apr 22
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar04.webp

94 Posts
Location -
Joined 2003-12-30
The way I would format the harddrive is this:
 
hda1-32M /boot
hda2-512M /swap
hda3- as needed
hda4- as needed
 
Install the os'es on 3 and 4, and put as much space on each as you wnat, the installer for each of the os'es should have a partioner.
 
Install the first distro on hda3 and let it install the bootloader on hda1. When you install the second one have it write a boot floppy.(Most distro's will overwrite grub or lilo on the boot drive if you just install SuSe and REdhat both did for me).
 
Boot to the distro which has it's bootloader on hda1 and go to the /grub folder and fild the file grub.conf and add an enter for the second distro so both boot off hda1. It should like like this:
 
title= (your distribution)
root (hd0,0)
kernel /kernel-(version) root=/dev/ram0 init=/linuxrc real_root=/dev/hda4
initrd /initrd(version)
 
the initrd and kernel version you will need to put in will be the same.
 
 
 

data/avatar/default/avatar04.webp

94 Posts
Location -
Joined 2003-12-30
One more thing you will need to do is to copy the files from the boot floppy onto hda1.