Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 98 12:28:50 EDT
From:      luoqi@watermarkgroup.com (Luoqi Chen)
To:        braukmann@tse-online.de, freebsd-current@FreeBSD.ORG
Cc:        jlemon@americantv.com, thyerm@camtech.net.au
Subject:   Re: 'fatal trap 12' on boot (smp and up)
Message-ID:  <9804171628.AA13338@watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> I'm using fbsdboot for a slightly different reason.
> I'm multibooting the machine with FreeBSD SMP and UP, NT WS, NT Server and DOS/Win.
> (BSD's bootslice occupies sd1, NTs and Win95 are booting of sd0; the data-partitions
> are spreaded around 3 disks [bootdisks included])
> Using booteasy I had difficulties with NT's harddisk-manager. This thing
> obviously insists on marking the bootsector with a so called signature, before
> taking any actions on the harddisks; thereby it used to overwrite the booteasy-code?
> 
> Maybe I should try to boot the bsd-system directly from the NT-Bootmanager.
> I've tried that once, but without much success.
>
I wrote a boot sector for the NT boot loader to do exactly that two days ago.
What it does is relocate itself, load the boot sector from the second disk
(actually the next bios disk) and pass the control over. You might be able to
use booteasy instead, but I haven't tried.

Save the attached file, uudecode, copy to NT's root directory and add a line
to NT's boot.ini like,
	C:\BOOTSECT.NXT="Next Disk"
I can post the source if anyone is interested.

begin 644 bootsect.nxt
M,<".V&:[``8``&:.P_QFB<=FO@!\``!FN0`!``#S9J5FZB@`````!O["CL!F
MN`$"``!FNP!\``!FN0$```!F@>+_````S1-F<@AFZ@!\`````&:^@P```&;H
M`P```&;K'F909E-FNP$```#\K#P`9G0'M`[-$&;K\V9;9EAFP_1FZ_Q296%D
M(&5R<F]R#0H`3F\@8F]O=&%B;&4@<&%R=&ET:6]N#0H`````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````````````````"`
1``$`I?___P````!0PP``5:H`
`
end

-lq

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9804171628.AA13338>