2 os

how can do i install two linux os in one machine???? how do i partition the harddisk???

Everything Linux 1798 This topic was started 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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

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.