From owner-freebsd-questions@freebsd.org Tue Sep 8 04:15:40 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E3D0A0014E for ; Tue, 8 Sep 2015 04:15:40 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 02C451E1C for ; Tue, 8 Sep 2015 04:15:39 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t884Fbnx060011 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 7 Sep 2015 22:15:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t884Fb9A060008; Mon, 7 Sep 2015 22:15:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 7 Sep 2015 22:15:37 -0600 (MDT) From: Warren Block To: Lev cc: freebsd-questions@freebsd.org Subject: Re: Create Ultimate Boot CD USB Stick In-Reply-To: <20150907223703.692b68cd@jive.levalinux.org> Message-ID: References: <55EDBF5A.9010808@netfence.it> <20150907223703.692b68cd@jive.levalinux.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) 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]); Mon, 07 Sep 2015 22:15:37 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 04:15:40 -0000 On Mon, 7 Sep 2015, Lev wrote: > On Mon, 7 Sep 2015 18:46:18 +0200 > Andrea Venturoli wrote: > >> Has anyone ever succeded in doing this? >> Is there a way to create an UBCD stick from the ISO image without >> using Linux or Windows? > > dd if=/path/to/iso/file.iso of=/path/to/the/device > > Ex.: > > dd if=FreeBSD.iso of=/dev/sdb Much of the time, the resulting disk will not work. FreeBSD provides separate images for CD/DVD and memory sticks or hard drives. The dd command examples shown in the Handbook will go much faster, too.