From owner-freebsd-qa@FreeBSD.ORG Fri Jun 16 18:56:33 2006 Return-Path: X-Original-To: freebsd-qa@freebsd.org Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E5716A474 for ; Fri, 16 Jun 2006 18:56:33 +0000 (UTC) (envelope-from h.eichmann@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 3393343D4C for ; Fri, 16 Jun 2006 18:56:31 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: (qmail invoked by alias); 16 Jun 2006 18:56:30 -0000 Received: from p54827B6F.dip.t-dialin.net (EHLO 7of9) [84.130.123.111] by mail.gmx.net (mp034) with SMTP; 16 Jun 2006 20:56:30 +0200 X-Authenticated: #4450881 From: Heiner Organization: ncc-1701 To: bug-followup@freebsd.org, freebsd-qa@freebsd.org Date: Fri, 16 Jun 2006 21:01:37 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606162101.37639.h.eichmann@gmx.de> X-Y-GMX-Trusted: 0 Cc: Subject: Re: bin/48341: [sysinstall] sysinstall deletes mbr although it should not X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 18:56:33 -0000 I have now tested the installation of FreeBSD 6.1 on a machine with some other OS already existing. I've choosen 'none' as described in the bug description. The goal was to use the existing boot manager and point it afterwards to the FreeBSD installation as well. Result: the system was not bootable after the FreeBSD installation. An analysis shows, that the mbr was not deleted or destroyed; just the active flag was removed and the FreeBSD slice was set active. Setting the previous slice active resolved the problem! So the bug text should be replaced by: sysinstall changes the active slice flag although the corresponding sysinstall question was answered with "None - Leave Master Boot Record untouched" Heiner