From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 20:32:23 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 019B41065675 for ; Fri, 12 Nov 2010 20:32:23 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 8827E8FC14 for ; Fri, 12 Nov 2010 20:32:22 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=iBCGAMPDYtSF9sDXX85uHY3wcnYctfVT8vFpe3qPflY= c=1 sm=1 a=CSu41JAXLW0A:10 a=IkcTkHD0fZMA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=p6EGUZYCAAAA:20 a=B_LHE_dpAAAA:20 a=1Yw9oJTAAAAA:20 a=TYkW9fTRee4fKu3c0VoA:9 a=7EJkcC6tYPXxahRc74QA:7 a=z8NL5oJKDiKBUeZyOvGof1HDzvQA:4 a=QEXdDO2ut3YA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 48543427 for freebsd-current@freebsd.org; Fri, 12 Nov 2010 21:32:21 +0100 To: freebsd-current@freebsd.org From: Hans Petter Selasky X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'( =?utf-8?q?=3B=5FIjlA=3A=0A=09hGE=2E=2EEw?=, =?utf-8?q?XAQ*o=23=5C/M=7ESC=3DS1-f9=7BEzRfT=27=7CHhll5Q=5Dha5Bt-s=7CoTlKM?= =?utf-8?q?usi=3A1e=5BwJl=7Dkd=7DGR=0A=09Z0adGx-x=5F0zGbZj=27e?=(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' Date: Fri, 12 Nov 2010 21:33:23 +0100 MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201011122133.23061.hselasky@c2i.net> Subject: Re: MacBookPro7,1 and FreeBSD 8.1 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: Fri, 12 Nov 2010 20:32:23 -0000 On Friday 12 November 2010 18:28:02 Veniamin Gvozdikov wrote: > Hi everybody. > I have the macbook and I tryed install FreeBSD 8.1. But I have froze > loading. > > I have it's: > with acpi (default loading) > http://img203.imageshack.us/img203/2556/dscn2822u.jpg > > disable acpi > http://img152.imageshack.us/img152/1796/dscn2823.jpg > > verbose mode (option 5 at the boot menu) > http://img822.imageshack.us/img822/8069/dscn2825gm.jpg This might be because your model is not listed in a quirk-table: grep -ri macbook /usr/src/sys/amd64 /usr/src/sys/amd64/amd64/machdep.c --HPS