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

  • From: chennai_bsd@xxxxxxxxxxxxx (bsd unix)
  • Date: Thu Jul 15 16:46:01 2004

Thanks a ton praveen for your help.
But i have still some more questions
If i install windows first, the partition that it's going to take by default is 
/dev/hda1.
Could u please clarify hoe can i set it to /dev/hda2

/Kamban

----- Original Message -----
From: Praveen <praveen@xxxxxxxxxxx>
Date: Thu, 15 Jul 2004 16:28:29 +0530
To: bsd unix <chennai_bsd@xxxxxxxxxxxxx>
Subject: Re: [Ilugc] Win 2000 profrssional + FC-2+freebsd 5.2.1

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.



-- 
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org ;
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

Other related posts: