From owner-freebsd-fs@FreeBSD.ORG Mon Oct 24 16:34:28 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55918106566C for ; Mon, 24 Oct 2011 16:34:28 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) by mx1.freebsd.org (Postfix) with ESMTP id E36BF8FC19 for ; Mon, 24 Oct 2011 16:34:27 +0000 (UTC) Received: from [217.76.201.82] (helo=lenovo-b570.it-profi.org.ua) by it-profi.org.ua with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RINTm-000KCB-1o; Mon, 24 Oct 2011 19:34:26 +0300 Message-ID: <4EA593B1.3010009@shurik.kiev.ua> Date: Mon, 24 Oct 2011 19:34:57 +0300 From: Alexandr User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110926 Thunderbird/6.0.2 MIME-Version: 1.0 To: John Baldwin References: <4EA12EC0.2040907@shurik.kiev.ua> <201110240946.25997.jhb@freebsd.org> In-Reply-To: <201110240946.25997.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -1.0 (-) X-Spam-Report: Spam detection software, running on the system "graal.it-profi.org.ua", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: 24.10.2011 16:46, John Baldwin пишет: > On Friday, October 21, 2011 4:35:12 am Alexandr wrote: >> Hello! >> >> A few weeks ago I have migrated to a new laptop Lenovo B570 and I cannot >> boot from my HDD. At the start of the boot process HDD led blinks some >> times and boot continues from Network PXE. Bootloader from 8-RELEASE, >> 9-STABLE, and 10-CURRENT connot solve this issue. >> I am using a GPT scheme on my laptop: >> >> lenovo-b570# gpart show >> => 34 976773101 ada0 GPT (465G) >> 34 128 1 freebsd-boot (64k) >> 162 976772973 2 freebsd-zfs (465G) >> >> Now to boot my system I am using boottable usb-flash with Grub2 >> installed. Choosing boot from HDD mbr starts boot my system. >> I discussed this problem in our local mailing list, but no success. >> The only way I see to resolve my problem at this time is to use such scheme: >> >> bios-boot (with Grub2) >> freebsd-boot >> freebsd-zfs > > Hmm, sounds like your BIOS doesn't like the PMBR and doesn't try to boot from > it as a result. Have you tried updating your BIOS? From a quick search it > seems even Windows can't boot from GPT on this box, but that a BIOS update > might fix that. > [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP X-SA-Exim-Connect-IP: 217.76.201.82 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on it-profi.org.ua); SAEximRunCond expanded to false Cc: freebsd-fs@freebsd.org Subject: Re: cannot boot from HDD X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 16:34:28 -0000 24.10.2011 16:46, John Baldwin пишет: > On Friday, October 21, 2011 4:35:12 am Alexandr wrote: >> Hello! >> >> A few weeks ago I have migrated to a new laptop Lenovo B570 and I cannot >> boot from my HDD. At the start of the boot process HDD led blinks some >> times and boot continues from Network PXE. Bootloader from 8-RELEASE, >> 9-STABLE, and 10-CURRENT connot solve this issue. >> I am using a GPT scheme on my laptop: >> >> lenovo-b570# gpart show >> => 34 976773101 ada0 GPT (465G) >> 34 128 1 freebsd-boot (64k) >> 162 976772973 2 freebsd-zfs (465G) >> >> Now to boot my system I am using boottable usb-flash with Grub2 >> installed. Choosing boot from HDD mbr starts boot my system. >> I discussed this problem in our local mailing list, but no success. >> The only way I see to resolve my problem at this time is to use such scheme: >> >> bios-boot (with Grub2) >> freebsd-boot >> freebsd-zfs > > Hmm, sounds like your BIOS doesn't like the PMBR and doesn't try to boot from > it as a result. Have you tried updating your BIOS? From a quick search it > seems even Windows can't boot from GPT on this box, but that a BIOS update > might fix that. > Yes, I have updated BIOS to the latest version, but no success. I found similar threads at freebsd forum: http://forums.freebsd.org/showthread.php?t=26304 http://forums.freebsd.org/showthread.php?t=26759