From owner-freebsd-sysinstall@FreeBSD.ORG Thu Feb 2 06:19:00 2012 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFC1A106564A for ; Thu, 2 Feb 2012 06:19:00 +0000 (UTC) (envelope-from mnln.l4@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 87E6C8FC18 for ; Thu, 2 Feb 2012 06:19:00 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so2359640vbb.13 for ; Wed, 01 Feb 2012 22:18:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=PvMSmcDK9p1hzqozJ1X9j2NIkHrgK8vSQZnKLmJ82xg=; b=YyVIE2sBPoF9BGxHurWKPdReYqe258ZiPHj93j4KVkZ0BSSaozznSnXcVTl2DL+TGB gipbtGSQio5X6a91KJ3Txrg01c6Ue/emkk1+ZS727tM28fPjNBOFQSoq3N42EbtdSHa1 KliMCNo9jpA3xEXPEWl83UFpY6mLT7oXk7Dtg= MIME-Version: 1.0 Received: by 10.52.34.97 with SMTP id y1mr550146vdi.69.1328162069300; Wed, 01 Feb 2012 21:54:29 -0800 (PST) Received: by 10.52.178.231 with HTTP; Wed, 1 Feb 2012 21:54:29 -0800 (PST) Date: Wed, 1 Feb 2012 21:54:29 -0800 Message-ID: From: Manlin Li To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD fail to install on second hard disk with MBR partition. X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 06:19:00 -0000 I am trying to install FreeBSD 9.0 on my desktop. I have two hard disks. FreeBSD is to be installed on the second hard disk. If I use MBR partition on my second hard disk, the installer will report an error when extracting base.txz. The exact error message is: Code: Error while extracting base.txz: Can't set user=0/group=0 for var/emptyCan'tupdate time for var/empty If I use GPT partition, the installer works fine. If I remove my first hard disk, installer works on MBR partition as well. My desktop has a MSI H67MA-E35 (H67chipset) motherboard. SATA is set to AHCI. I suspect it is the installer bug. But can anyone help interpret the possible cause of the error message? Thanks!