From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 16:31:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01C97106564A for ; Fri, 9 Jan 2009 16:31:20 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AED508FC0A for ; Fri, 9 Jan 2009 16:31:19 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id n09GV57q002306; Fri, 9 Jan 2009 11:31:05 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id n09GV4FZ002305; Fri, 9 Jan 2009 11:31:04 -0500 (EST) (envelope-from jerrymc) Date: Fri, 9 Jan 2009 11:31:04 -0500 From: Jerry McAllister To: Grant Peel Message-ID: <20090109163104.GD2111@gizmo.acns.msu.edu> References: <4966B8E8.7070001@ibctech.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Kurt Buff , Steve Bertrand , freebsd-questions@freebsd.org Subject: Re: FreeBSD Boot Manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 16:31:20 -0000 On Fri, Jan 09, 2009 at 09:40:58AM -0500, Grant Peel wrote: > Hi all, > > For those that have been following this thread: > > I now have Norton GoBack uninstalled and un-hooked from the MBR > -Had to go to Symantec and get a rescue disk, > -The rescue disk tried to un-hook GOBAck from the MBR, > -It found the MBR borken (due to the FreeBSD Boot Manager install), > -So the rescue disk ran all night restoring the original C-Drive, > > -As of this morning, I once again have a bottoable windows system, > -FreeBSD 6.4 is intalled, but, > > -I have not boot manager so I cant get to the FReeBSD installation. > > Can someone (please!) explain how to install the FreeBSD boot manager again? Boot fixit from CD. Do: fdisk -B or maybe you need: fdisk -iB Then try to reboot. These should only affect sector 0 which is where the MBR goes. What is screwing you up is that Norton GoBack. I haven't used it, but it probably works like previous recovery utilities for Norton. It rewrites the MBR to only boot its own stuff instead of a standard system boot and clobbers anything else there. It is supposed to stash the original MBR somewhere and later put it back. But it doesn't always work. If it is initiated twice in a row, for example, it saves the MBR and writes its own. Then the next time it saves the MBR (which is its own) which clobbers the original that it stashed away and then writes its own MBR in the stash, thus making both copies be its own MBR and the original is trashed. This is just one example of the way it can screw up that I have encountered (- and fixed using the FreeBSD fixit, even though it was an all Windows machine with no FreeBSD on it). There are probably more scenarios that end up with a similarly trashed MBR from GoBack. So, just try getting FreeBSD fixit to fix it. ////jerry > > THanks all, > > -Grant > ----- Original Message ----- > From: "Steve Bertrand" > To: "Grant Peel" > Cc: "Kurt Buff" ; > Sent: Thursday, January 08, 2009 9:39 PM > Subject: Re: FreeBSD Boot Manager > > > >Grant Peel wrote: > >>So then, > >> > >>IF we are able to restore the Windows MBR, and boot into windows, should > >>we not be able to boot the machine with a bootable FreeBSD disk, then, > >>use Sysinstall to restore the FreeBSD boot manager? > > > >Yes, that is exactly what I was getting at. > > > >Steve > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to > >"freebsd-questions-unsubscribe@freebsd.org" > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"