From owner-freebsd-stable@FreeBSD.ORG Fri Aug 31 20:53:49 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A551065670 for ; Fri, 31 Aug 2012 20:53:49 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3DF588FC1D for ; Fri, 31 Aug 2012 20:53:49 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 291D02842C; Fri, 31 Aug 2012 22:44:56 +0200 (CEST) Received: from [192.168.1.2] (static-84-242-120-26.net.upcbroadband.cz [84.242.120.26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 1441D28427; Fri, 31 Aug 2012 22:44:55 +0200 (CEST) Message-ID: <50412248.30107@quip.cz> Date: Fri, 31 Aug 2012 22:44:56 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Brandon Allbery References: <1345697446.84337.11.camel@neo.cse.buffalo.edu> <20120831182617.GC2990@albert.catwhisker.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable Subject: Re: 9.1-RC1 installer [was: FreeBSD 9.1-RC1 Available...] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 20:53:49 -0000 Brandon Allbery wrote: > On Fri, Aug 31, 2012 at 2:26 PM, David Wolfskillwrote: > >> While the exercise was ultimately successful, I needed to make use of >> additional hardware (including a second FreeBSD machine -- my laptop) to >> complete it. Had I been trying to install with just the target machine >> and the USB drive (memstick), as far as I can tell, I would have ended >> up with a brick. >> > > I can confirm this, and I *did* end up with a brick (went back and did it > again with the 9.0-R installer to get a working system). Worse, it managed > to damage the EFI partition and I'm still getting fallout from that I think. Me too. I tried 9.1-RC1 installer last week to install FreeBSD on to 8GB USB flashdisk. Created two slices, add root partition on first slice (da1s1a). Installation went OK, but after reboot, the system did not came up. "error loading operating system" (it was BIOS message, so USB flashdisk did not contains any boot code, but da1s1 was marked as active) I did the installation again with the same result, so I tried FreeBSD 8.3 installer and everything was fine. Miroslav Lachman