From owner-freebsd-questions@FreeBSD.ORG Sat Jan 25 07:00:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E513990 for ; Sat, 25 Jan 2014 07:00:12 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 434E01643 for ; Sat, 25 Jan 2014 07:00:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s0P70AJw095243; Sat, 25 Jan 2014 00:00:10 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s0P70AAe095240; Sat, 25 Jan 2014 00:00:10 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 25 Jan 2014 00:00:10 -0700 (MST) From: Warren Block To: Kata Goto Subject: Re: Unable to boot on USB key on Lenovo Thinkpad T440 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 25 Jan 2014 00:00:10 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 07:00:12 -0000 On Fri, 24 Jan 2014, Kata Goto wrote: > Hello all, > > I recently (this week), recieved a Lenovo Thinkpad T440 and I want to > install FreeBSD, so I have disabled the secure boot and force the legacy > boot mode only. > Then I have downloaded an USB image and write it via > $ dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=64k > > (I also tried with 10.0-RELEASE) > And my laptop refuses to boot on it, even if I force to boot on it (via > ). > My USB key works well on other computers (they boot on it) and my laptop > boots well on an Ubuntu USB key. > I have also tried to boot on an external CD Drive, but nothing change :/ > > I am running out of ideas. > If you have the same issue or new ideas, please, let me know. The USB image uses a bare BSDlabel, aka "dangerously dedicated", meaning there is no MBR at all. Some versions of Thinkpad firmware had strange misconceptions about disk formats. A CD could boot fine, being a more common format. Make certain the Thinkpad firmware is the latest version, and the USB image might work. Some work with gpart and dd might be able to convert the USB image to an MBR/BSDlabel format which would boot. Or the problem might not be related to the bare BSDlabel, but that it works on everything but the Thinkpad make it a good guess.