From owner-freebsd-current@FreeBSD.ORG Sat Sep 3 00:50:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D8416A41F for ; Sat, 3 Sep 2005 00:50:33 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFE143D8C for ; Sat, 3 Sep 2005 00:50:28 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 3356819F3B; Fri, 2 Sep 2005 17:54:04 -0700 (PDT) From: "Darren Pilgrim" To: "'Dean Patterson'" , Date: Fri, 2 Sep 2005 17:50:27 -0700 Message-ID: <000d01c5b021$7a812320$642a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20050902213213.34328.qmail@web33508.mail.mud.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Cc: Subject: RE: Installation error Intel mobile ICH6M SATA controller. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 00:50:33 -0000 From: Dean Patterson >=20 > PLEASE save me from LINUX!! I can install FBSD on a > Dell D610 laptop just fine, but when I reboot it does > not recognize the drive/controller. When I install > the boot loader I am presented with the F1 option and > when pressed I get "invalid slice." When I install a > standard MBR I get "invalid partition table." Any > fixes or patches? I enjoy Gentoo, but I REALLY MISS > FREEBSD!! Run the fix-it shell and check which slices are marked active using fdisk. I don't know what the boot loader would do, but the standard MBR will tell you the partition table isn't valid if there are no active slices. I've run into this issue where sysinstall doesn't automatically mark the FreeBSD root slice active and doesn't warn you about having to explicitly mark slice(s) active during install. Tip: In most cases and assuming you not running something else as well, your Windows and FreeBSD root slices should be the only slices marked active.