From owner-freebsd-questions@freebsd.org Tue Sep 8 06:19:52 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 659219CCE95 for ; Tue, 8 Sep 2015 06:19:52 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (unknown [IPv6:2607:f440::d144:5b3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48B75118B for ; Tue, 8 Sep 2015 06:19:52 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 2593E3F741 for ; Tue, 8 Sep 2015 02:19:44 -0400 (EDT) Message-ID: <55EE7DFF.8040702@sneakertech.com> Date: Tue, 08 Sep 2015 02:19:43 -0400 From: Quartz MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Create Ultimate Boot CD USB Stick References: <55EDBF5A.9010808@netfence.it> <20150907223703.692b68cd@jive.levalinux.org> In-Reply-To: <20150907223703.692b68cd@jive.levalinux.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 06:19:52 -0000 > dd if=/path/to/iso/file.iso of=/path/to/the/device That doesn't work for UBCD because it's a normal cd-only ISO. Only "hybrid" ISOs that specifically have MBR/GPT stuff can be dumped onto a disk and actually boot. Part of the confusion here is because a lot of modern Linux distros (especially Debian based distros) have started using "hybrid" ISOs instead of providing separate usb stick images. In order to make a bootable usb stick from UBCD, you need to either hand-format the stick and set up your own boot loader, or use the scripts they provide.