From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 19:10:33 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 9CCC6DC9 for ; Sun, 14 Sep 2014 19:10:33 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 554BCB3E for ; Sun, 14 Sep 2014 19:10:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XTExC-0003FY-9Q for freebsd-questions@freebsd.org; Sun, 14 Sep 2014 20:55:18 +0200 Received: from pool-173-79-82-127.washdc.fios.verizon.net ([173.79.82.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 20:55:18 +0200 Received: from nightrecon by pool-173-79-82-127.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 20:55:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: Using the ISO releases on USB sticks. Date: Sun, 14 Sep 2014 14:55:04 -0400 Lines: 31 Message-ID: References: <4D32ABC9-D0D0-48D2-98D3-FF1D72A4261E@gmail.com> <6.0.0.22.2.20140910111010.052bfb38@mail.computinginnovations.com> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-82-127.washdc.fios.verizon.net 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: Sun, 14 Sep 2014 19:10:33 -0000 Warren Block wrote: > On Sun, 14 Sep 2014, atar wrote: > >> Just wanted to know please why does the command 'dd >> if=FreeBSD-i386-disc1.iso of=myUSB-stick' doesn't make the USB stick >> bootable like it would does for CDROMs or DVDs? What's the difference >> between CDROM and an USB? > > [top-posting deleted, please don't do that] > > dd just copies bytes from one place to another. An ISO image file is > not bootable from a hard disk or USB stick, which require a different > format and bootcode. > > Some Linux systems use install files that are dual-purpose and can work > from CD or USB. FreeBSD does not do that. > > Some writing utilities can take apart an ISO image and convert it to a > bootable USB stick. I don't know if any of those work for FreeBSD ISO > images any more. There is an FreeBSD-10.0-RELEASE-amd64-memstick.img here: ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.0/ Haven't used this approach yet myself (been meaning to try it), but I believe dd'ing this image to the USB stick is what will work. -Mike