From owner-freebsd-questions@freebsd.org Tue Sep 8 09:07: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 C48729CB7B0 for ; Tue, 8 Sep 2015 09:07:40 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 899BA1144 for ; Tue, 8 Sep 2015 09:07:40 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by obbda8 with SMTP id da8so49672023obb.1 for ; Tue, 08 Sep 2015 02:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=T/EBaHvWM7Il35dshXMHAm5CXJKSTNXJL75iMe3M738=; b=e3YV5KC1C77283E/VQ8MHL3fqIe11sKP+LUCex8DoWBDIDCydDgWEhCPNnpq3oW1gZ uRENBD7X8PXvO/oppLJQ94SGdIRG1XAxsWVbE6FQ8e9RtqEVzu5RmBDdnZ6dfe+55VPh en2SCIZDee5w/RFerYJJ2blYNDVbAGkkFMVMR/MmPN53wxWlFDjPouXtDIJs6KFuPjeU fx3CGHX3c0BPOuQJkJZRC4c0g6kOSfLTo7F7X6ycjYstvGFo30p/mgAAlgEOjxuQA74D xHzMtjBWM6YUNA8oYufwH8xCJAWQ7BzEzqEDpxfE7SMn2WGG2Bl+EETBlLCJMl8JqJJC +RwA== X-Received: by 10.60.60.68 with SMTP id f4mr13163630oer.38.1441703259617; Tue, 08 Sep 2015 02:07:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.85.22 with HTTP; Tue, 8 Sep 2015 02:07:00 -0700 (PDT) In-Reply-To: <55EE8445.9070901@sneakertech.com> References: <55EDBF5A.9010808@netfence.it> <55EE8445.9070901@sneakertech.com> From: "Jack L." Date: Tue, 8 Sep 2015 02:07:00 -0700 Message-ID: Subject: Re: Create Ultimate Boot CD USB Stick To: Quartz Cc: Andrea Venturoli , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 09:07:40 -0000 There is a usb image file that you can download that is already in a native usb bootable format. Just dd the memstick.img to the usb stick and it works fine. On Mon, Sep 7, 2015 at 11:46 PM, Quartz wrote: > 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. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >