[Ilugc] Win 2000 profrssional + FC-2+freebsd 5.2.1

  • From: praveen@xxxxxxxxxxx (Praveen)
  • Date: Thu Jul 15 16:26:27 2004

bsd unix wrote:

Could somebody who explain the steps involved in booting having 3 Oses in a 
same hard disk and booting it.
Win2000 professional + Fedora core -2 and freebsd 5.2.1
Could somebody let me know the steps for doing this ?

You can very well have these three on the same machine.

You should be having a minimum of four partitions for doing this.

A (preferebly) primary partition for Windows
A partition for Linux /
A swap partition for Linux
A primary (mandatory) for FreeBSD

A typical setup will be like this.

/dev/hda1 -> Linux Swap
/dev/hda2 -> NTFS (Windows 2000)
/dev/hda3 -> UFS (FreeBSD) [Mandatory to be primary]
/dev/hda4 -> Extented
/dev/hda5 -> Linux (/)

* First install Windows 2000.
* Next install FreeBSD and tell it not to put anything on the MBR 
instead write only the BR. You need to create a swap slice and a root 
slice inside hda3. Note that you can't use Linux swap.
* Install Linux

Your grub configuration should have something like

title Microsoft Windows 2000 Professional
        rootnoverify (hd0,1)
        makeactive
        chainloader +1

title FreeBSD
        rootnoverify (hd0,2)
        makeactive
        chainloader +1

title GNU/Linux
        root (hd0,4)
        ....

HTH.


Other related posts: