From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 11:54:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B921516A4CE for ; Tue, 27 Apr 2004 11:54:13 -0700 (PDT) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B7643D69 for ; Tue, 27 Apr 2004 11:54:13 -0700 (PDT) (envelope-from sledge@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.11.2) with ESMTP id i3RIt4Vb004039 for ; Tue, 27 Apr 2004 14:55:04 -0400 (EDT) (envelope-from sledge@m-net.arbornet.org) Received: from localhost (sledge@localhost)i3RIt4Th004036 for ; Tue, 27 Apr 2004 14:55:04 -0400 (EDT) Date: Tue, 27 Apr 2004 14:55:03 -0400 (EDT) From: Anonymous To: freebsd-questions@freebsd.org Message-ID: <20040427143716.P1609-100000@m-net.arbornet.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 5.2.1 boot loader installation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 18:54:13 -0000 Hello, I'm trying to upgrade from 4.8 to 5.2.1, following the step-by-step instructions in /usr/src/UPDATING. `make install' in src/sys/boot fails with reason "File format not recognized", anyone knows how to fix this? Also, I don't want the bootloader installed on my MBR, I have Grub there which bootstraps several oprating systems; so, would a successful bootloader installation write over my MBR and if yes, how do I prevent that?