From owner-freebsd-current@FreeBSD.ORG Sun Oct 31 01:53:41 2004 Return-Path: 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 6EAA016A4CE; Sun, 31 Oct 2004 01:53:41 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075FF43D2D; Sun, 31 Oct 2004 01:53:41 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id i9V1re1A034123; Sat, 30 Oct 2004 18:53:40 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200410310051.02937.Emanuel.Strobl@gmx.net> References: <200410290741.i9T7f8DW095035@pooker.samsco.org> <200410302346.18306.Emanuel.Strobl@gmx.net> <4184181A.303@freebsd.org> <200410310051.02937.Emanuel.Strobl@gmx.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sat, 30 Oct 2004 18:53:40 -0700 To: Emanuel Strobl X-Mailer: Apple Mail (2.619) cc: re@freebsd.org cc: freebsd-current@freebsd.org cc: Scott Long cc: current@freebsd.org Subject: Re: 5.3-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 31 Oct 2004 01:53:41 -0000 On Oct 30, 2004, at 3:51 PM, Emanuel Strobl wrote: >>> What about misc/72895, i386/73251 and misc/72896? The latter is not >>> that >>> critical but GEOM_GPT really has edges on i386 which aren't suitable >>> for >>> -stable! Removing GEOM_GPT from GENERIC would be one solution IMO, >>> fixing >>> of course was even better, but I can't help. >> >> 72895 is indeed serious, but it doesn't prevent a normal install so >> long >> and you specifically avoid the problem. Unfortunately there are no >> patches attached to this PR, so it's hard for us to evaluate how hard >> it >> would be to fix it. I probably should have landed on the TODO list a >> long time ago, and I'll make sure it gets on the 5.3 TODO list. But >> again it's not a show-stopper because it doesn't prevent a normal >> install from succeeding. >> >> 73251 is strange. No one that I've seen can possibly imagine why ACPI >> would affect GPT. But again, GPT is not the normal way to install and >> boot an i386. While I know of a few Intel systems that have EFI and >> GPT >> for i386, MBR partitioning still works. >> >> 72896 is another GPT one, and again GPT is just not the predominate >> way >> to deal with i386. I'd really like to see these fixed for 5.4. >> >> So I don't want to discount your concern, but given the very small >> user >> base that is concerned about GPT, it's hard to justify delaying the >> release further for these bugs. > > Ok, it sounds sensible, but the please remove GEOM-GPT from the GENRIC > i386 > kernel. Unnecessary. I closed both PRs that related to GPT. One is pilot error (using the -k option with gpt migrate is the root cause and as the gpt manual mentioned, is only there for debugging purposes), the other has been fixed in -current and is not in anyway going to cause problems for 5.3. The bottomline is: you have both MBR and GPT partitions on the same disk. This is not going to work and the cause of your problems. When no file systems arre mounted on the disk, GEOM presents all partitions, including the device files. The moment you mount, one of the slicers (and its partitions with device files) disappears. This is what you've been seeing and it has nothing to do with ACPI. It's just timing issue. FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net