Date: Wed, 30 Dec 1998 21:38:35 +0200 (SAT) From: Robert Nordier <rnordier@nordier.com> To: green@unixhelp.org (Brian Feldman) Cc: rnordier@nordier.com, seggers@semyam.dinoco.de, freebsd-current@FreeBSD.ORG Subject: Re: New boot2 able to boot old -stable from 2nd BSD partition? Message-ID: <199812301938.VAA12903@ceia.nordier.com> In-Reply-To: <Pine.BSF.4.05.9812301159130.1217-100000@janus.syracuse.net> from Brian Feldman at "Dec 30, 98 12:00:15 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Brian Feldman wrote:
> I _still_ can't get the new bootblocks to work, the computer just
> resets on boot before I get a prompt. This is with a new motherboard,
> and it didn't work on the old one either.
I'd suggest installing the new boot blocks and then sending along the
following output:
#!/bin/sh
DRIVE=da0 # Change as required
fdisk /dev/r${DRIVE}
dd if=/dev/r${DRIVE} count=1 | hexdump -C
dd if=/dev/r${DRIVE}a count=32 | hexdump -C
If that doesn't turn up anything, and you want to pursue this, I'll
prepare a debug version to indicate at what stage things are going
wrong.
--
Robert Nordier
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?199812301938.VAA12903>
