From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 18:45:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78356936 for ; Mon, 15 Sep 2014 18:45:14 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED1E8DBA for ; Mon, 15 Sep 2014 18:45:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id s8FIhdNn044215; Tue, 16 Sep 2014 04:43:39 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 16 Sep 2014 04:43:39 +1000 (EST) From: Ian Smith To: atar Subject: Re: Using the ISO releases on USB sticks. In-Reply-To: Message-ID: <20140916041230.I61666@sola.nimnet.asn.au> References: <20140911224106.X61666@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Michael Sierchio , Darren Pilgrim , Derek Ragona , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 18:45:14 -0000 On Mon, 15 Sep 2014 19:26:51 +0300, atar wrote: > Thanks for your great detail response! > > You've written: > > > I've just seen Matthias Apitz' post; more complicated but thorough. > > > Can you point me to this post's URL? Well sure, but it's just a couple of messages earlier than these ones with the same subject, so I'm wondering why you missed it? http://lists.freebsd.org/pipermail/freebsd-questions/2014-September/261025.html Use the [thread] link from there to see if you missed any others? > Also, I'll be glad to hear if you succeeded to boot the 'img' file > which you've created with the above script from an USB stick. Sure; I used this to make a 10.0-RELEASE-amd64-dvd1-memstick.img which booted and installed fine, modulo the packages issue mentioned; after that I installed 9.2-RELEASE-amd64-dvd1-memstick.img on a Thinkpad X200, including the DVD packages as 9.2-R still used the old pkg_add tools. In case not obvious, you still need to dd the .img to the memstick :) cheers, Ian