From owner-freebsd-questions Sun May 19 9:46:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.host45.com (ns1.webdevelop.net [216.120.96.5]) by hub.freebsd.org (Postfix) with ESMTP id 358AB37B40D for ; Sun, 19 May 2002 09:46:42 -0700 (PDT) Received: from pippo.lespetitsplaisirs.com (modemcable115.133-203-24.que.mc.videotron.ca [24.203.133.115]) by mail.host45.com (8.11.4/8.9.3) with ESMTP id g4JGmRK28388 for ; Sun, 19 May 2002 09:48:28 -0700 Message-Id: <5.1.0.14.2.20020519124418.00a76a08@mail.host45.com> X-Sender: gustav@mail.host45.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 19 May 2002 12:46:29 -0400 To: freebsd-questions@FreeBSD.ORG From: PJourdan Subject: Re[2]: double scsi boot Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_9546203==_.ALT" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=====================_9546203==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed At 06:12 PM 5/19/2002 +0300, omax wrote: Hello PJourdan, My boot.ini is following [boot loader] timeout=1 default=multi(0)disk(0)rdisk(0)partition(3)\WINNT [operating systems] multi(0)disk(0)rdisk(0)partition(4)\Windows="XP Pro (ad0s6)" /fastdetect multi(0)disk(0)rdisk(0)partition(3)\WINNT="NT5 Pro Stable (ad0s5)" /fastdetect c:\bootsect.bsd="FreeBSD 4.3" c:\="dos (ad0s3)" So you can see four OS's (Win98, Win2000, WinXP and lovely FreeBSD) Where to take bootsect.bsd? Just do following in your shell: $ cp /boot/boot1 /dos/c/bootsect.bsd where /dos/c/ is mount point for your disk c: and is bootable Thanks for your input, omax. My problem is a bit more complex. You see, I am booting from SCSI on a Tekram DC-390U3W controller card. FreeBSD is on one SCSI card on the second partition; W2KPro is on the first partition of the second SCSI drive (NTFS) with a fat logical partition after it on the rest of the disk. I just ran PartitionMagic7 to verify: disk1 = 410mb C: (IDE) disk2 = 8722mb (SCSI) H: primary W2K - NTFS (ver. 3) J: extended - fat disk3 = 8754mb (SCSI) D: fat * FreeBSD disk4 = 34412mb (raid - NTFS) Except for the extended J: disk(fat) all the rest seem to be marked as primary and active. I'm kind-of wondering about the active; I thought that a partition is marked active only when one boots from it... This is my boot.ini from Win2KPro: [boot loader] timeout=15 default=multi(0)disk(0)rdisk(0)partition(1)\WINNT [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows 2000 Recovery Console" /cmdcons multi(0)disk(1)rdisk(0)partition(2)\BOOTSECT.BSD="FreeBSD". The last line does not function as ekither I am unable to point it to the right disk and partition or for some unknown reason the controller does not allow it. I have read the MS literature on the formatting of the boot.ini file but so far have not been able to make it work. And grub, although it works for FreeBSD, refuses to load W2KPro with the error message that the file system 0x7 (NTFS) is unknown. I have seen a message on the web that kthe NTFS files system is on the todo list for the next release of grub but am told that it should work anyway. So far, I don't know of anyone who has been able to deal with this problem on NTFS with grub or anything. All this is really almost pointless as I am just trying to fine tune FreeBSD and next, install the OpenOffice suite for MS compatibility. Otherwise, I have no love for that other troublesome operating system. On that subject, I have looked at the Linux & do prefer FreeBSD as it is quite well documented and is more reliable and easy to deal with and so on and on I could praise it... I do have my little complaints, but then nothing is perfect in an imperfect world... :)) Thanks for any further help... Phil Jourdan --=====================_9546203==_.ALT Content-Type: text/html; charset="us-ascii"
At 06:12 PM 5/19/2002 +0300, omax wrote:
Hello PJourdan,

My boot.ini is following

[boot loader]
timeout=1
default=multi(0)disk(0)rdisk(0)partition(3)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(4)\Windows="XP Pro (ad0s6)" /fastdetect
multi(0)disk(0)rdisk(0)partition(3)\WINNT="NT5 Pro Stable (ad0s5)" /fastdetect
c:\bootsect.bsd="FreeBSD 4.3"
c:\="dos (ad0s3)"


So you can see four OS's (Win98, Win2000, WinXP and lovely FreeBSD)

Where to take bootsect.bsd?
Just do following in your shell:
$ cp /boot/boot1 /dos/c/bootsect.bsd

where /dos/c/ is mount point for your disk c: and is bootable

Thanks for your input, omax.
My problem is a bit more complex. You see, I am booting from SCSI on a Tekram DC-390U3W controller card. FreeBSD is on one SCSI card on the second partition; W2KPro is on the first partition of the second SCSI drive (NTFS) with a fat logical partition after it on the rest of the disk.
I just ran PartitionMagic7 to verify:
disk1 = 410mb C: (IDE)
disk2 = 8722mb (SCSI) H: primary W2K - NTFS (ver. 3)
J: extended - fat
disk3 = 8754mb (SCSI) D: fat
* FreeBSD
disk4 = 34412mb (raid - NTFS)

Except for the extended J: disk(fat) all the rest seem to be marked as primary and active. I'm kind-of wondering about the active; I thought that a partition is marked active only when one boots from it...

This is my boot.ini from Win2KPro:
[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows 2000 Recovery Console" /cmdcons
multi(0)disk(1)rdisk(0)partition(2)\BOOTSECT.BSD="FreeBSD".

The last line does not function as ekither I am unable to point it to the right disk and partition or for some unknown reason the controller does not allow it.
I have read the MS literature on the formatting of the boot.ini file but so far have not been able to make it work.
And grub, although it works for FreeBSD, refuses to load W2KPro with the error message that the file system 0x7 (NTFS) is unknown.
I have seen a message on the web that kthe NTFS files system is on the todo list for the next release of grub but am told that it should work anyway. So far, I don't know of anyone who has been able to deal with this problem on NTFS with grub or anything.
All this is really almost pointless as I am just trying to fine tune FreeBSD and next, install the OpenOffice suite for MS compatibility. Otherwise, I have no love for that other troublesome operating system.
On that subject, I have looked at the Linux & do prefer FreeBSD as it is quite well documented and is more reliable and easy to deal with and so on and on I could praise it... I do have my little complaints, but then nothing is perfect in an imperfect world... :))
Thanks for any further help...
Phil Jourdan
--=====================_9546203==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message