From owner-freebsd-questions@freebsd.org Tue Sep 8 06:46:31 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 D04D19CDAA9 for ; Tue, 8 Sep 2015 06:46:31 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (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 AEE6E1F73 for ; Tue, 8 Sep 2015 06:46:31 +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 9A7C73F6F0; Tue, 8 Sep 2015 02:46:29 -0400 (EDT) Message-ID: <55EE8445.9070901@sneakertech.com> Date: Tue, 08 Sep 2015 02:46:29 -0400 From: Quartz MIME-Version: 1.0 To: Andrea Venturoli CC: freebsd-questions@freebsd.org Subject: Re: Create Ultimate Boot CD USB Stick References: <55EDBF5A.9010808@netfence.it> In-Reply-To: <55EDBF5A.9010808@netfence.it> 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:46:31 -0000 > Is there a way to create an UBCD stick from the ISO image without using > Linux or Windows? UBCD uses the SYSLINUX package (specifically ISOLINUX) to boot to the menu and load all its modules. I have not tested this, but it may be possible to download and run the SYSLINUX scripts directly under *BSD to create an 'empty' usb stick that just boots to a dummy menu. If that works, you can then just cp the config and modules from the UBCD ISO onto your stick afterwards and be good to go. (SYSLINUX, ISOLINUX and PXELINUX all spawn an identical environment, so you can literally copy and paste stuff between them). Alternatively it may be possible to just dump the contents of the ISO to a directory and use the SYSLINUX scripts to make a new hybrid ISO from that. I have a feeling this might not work though, since there has to be a reason UBCD didn't just use this feature themselves.