From owner-freebsd-questions@FreeBSD.ORG Fri Jan 24 21:47:53 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 978FDB76 for ; Fri, 24 Jan 2014 21:47:53 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7120C1B6D for ; Fri, 24 Jan 2014 21:47:53 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kx10so3720351pab.7 for ; Fri, 24 Jan 2014 13:47:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=klzktRSymh5lqaODSxsKNJtv9oa46dlKn65KAJK8ivU=; b=dFUejCwUN4tp8zOU67A64x+811ku4gWoB1wEXvnX8Q8WCuMVJaX+VGf6gDPYJPXFEI EKidapb51NAaIxm+RplE6UMLuumS4osv7VXlCAntmLLjH4UIn43BtHxC4Lp6PXrbJ0Mi nZUJ7DppV/4iZhtwiQmXxixQ39CaUv/iuiUrGe7k9sjfuob0dbSZjh+N9yx4rk8ktaF6 BYV0Q9CfHlrDvvGG+Uem3Jc4XWN4RuMVDc6T38s4kZp1+qXf9moGXBA99QZlHdFGdWSV EJF0ev8og84orz/iDwFIUz/gp2PwFFDueY4itSXyHVK4mGZ/TFKhZNqcEQs1XBryQF2g 4U/g== MIME-Version: 1.0 X-Received: by 10.66.233.71 with SMTP id tu7mr16655355pac.22.1390600073033; Fri, 24 Jan 2014 13:47:53 -0800 (PST) Received: by 10.70.90.138 with HTTP; Fri, 24 Jan 2014 13:47:53 -0800 (PST) Date: Fri, 24 Jan 2014 22:47:53 +0100 Message-ID: Subject: Unable to boot on USB key on Lenovo Thinkpad T440 From: Kata Goto To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Fri, 24 Jan 2014 21:47:53 -0000 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. In advance, Thanks for your help.