From owner-freebsd-questions@FreeBSD.ORG Fri Jan 24 22:27:36 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 C1C9ED07 for ; Fri, 24 Jan 2014 22:27:36 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 970871F55 for ; Fri, 24 Jan 2014 22:27:36 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id kq14so3789392pab.3 for ; Fri, 24 Jan 2014 14:27:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8BcVh0tPIODEhRMGzU4mr1nn5WaUMG7rMl0L2xRIk9U=; b=qj9XE7EUySqbheRSDnj/Wb635gZZ3seNYqjB837BMz13U2jBtosvoDHyAn1+GMEQzQ ndNXB6Cs1wy/2VHkeFVQBBZwtAz92OVBpIg4bW55GwIMsZad6Fkm5mA5/IIGe7ZQ+jKg Ryzvjzf/3AYWpmvcZd6C2uAAohDyu0eYAisrWCgKlBsZDX2bddz7waiweIKp4BUo0UFp 6hJg7vruv6o5wTLUvmY96aiRlmFpTiEjg1NfcnZeic4GNSd+x0p6VGWxGxNM3LWJts1m 5pwQYRq4MeuYhWlUCWTRgn0uEp/IMvbCsLwWjt1Ipa2QJ7dbKkwtf/Kqfqk++WIOdV3Z oIbQ== MIME-Version: 1.0 X-Received: by 10.68.219.202 with SMTP id pq10mr16808460pbc.23.1390602455920; Fri, 24 Jan 2014 14:27:35 -0800 (PST) Received: by 10.70.90.138 with HTTP; Fri, 24 Jan 2014 14:27:35 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Jan 2014 23:27:35 +0100 Message-ID: Subject: Re: Unable to boot on USB key on Lenovo Thinkpad T440 From: Kata Goto To: Michael Sierchio Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Questions 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 22:27:36 -0000 2014/1/24 Michael Sierchio > On Fri, Jan 24, 2014 at 1:47 PM, 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 :/ > > It's my experience that not all USB sticks are bootable. I tend to > use the low profile SanDisk models, which are. > > - M > Thanks for your answer, I have tried 5 different USB sticks and they don't work in my laptop but they work on other computers, if they were not bootable, they should not boot on other computers, should they?