From owner-freebsd-questions Tue Feb 27 05:19:43 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA17576 for questions-outgoing; Tue, 27 Feb 1996 05:19:43 -0800 (PST) Received: from union4.su.swin.edu.au (union4.su.swin.edu.au [136.186.25.67]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA17571 for ; Tue, 27 Feb 1996 05:19:37 -0800 (PST) Received: by union4.su.swin.edu.au (8.6.10/SMI-4.1) id MAA22297; Tue, 27 Feb 1996 12:19:18 GMT Message-Id: <199602271219.MAA22297@union4.su.swin.edu.au> Subject: how to use NT boot loader? To: questions@freebsd.org Date: Tue, 27 Feb 1996 23:19:18 +1100 (EST) From: "Craig Silva" X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk I am trying to work out how to get NT to give me a choice to load Freebsd. Some details: Buslogic controller, 1st scsi drive has NT loaded on it, 2nd scsi drive has freebsd. I should say that I can boot Freebsd from floppy with sd(1,a)/kernel. >From what I have read I have copied /usr/mdec/sdboot to the first scsi drive ie. c:\sdboot.sec - after editing boot.ini to point to sdboot.sec I get a choice when the disk is booted. If I choose Freebsd I get a message "no bootable partition". Following more reading I tried editing /usr/src/sys/i386/biosboot/boot.c to include: part = 0; unit = 1; drive = 0x81; maj = 0; Following compiling it I copied it again to c:\sdboot.sec using dd i.e: dd if=/usr/mdec/sdboot of=/mountpointofdosfilesystem/sdboot.sec bs=512 count=1 Again no bootable partition. Can anyone point out where I might be going wrong. ------------------------------------------------------------------------- | Craig Silva - Swinburne Student Union \ Appropriate nonsense | | Melbourne, Australia. +61 39 214 5448 \ about disregarding anything | | craig@union4.su.swin.edu.au \ my boss says...... | | Know thy friend \ | | http://www.su.swin.edu.au/~craig/welcome.html |