<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to commands</title><link>https://sourceforge.net/p/unetbootin/wiki/commands/</link><description>Recent changes to commands</description><atom:link href="https://sourceforge.net/p/unetbootin/wiki/commands/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 10 Aug 2017 01:58:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/unetbootin/wiki/commands/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for commands page</title><link>https://sourceforge.net/p/unetbootin/wiki/commands/?limit=25#5429</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is it at all possible to use the 'forcepae -- forcepae' option with Unetbootin? When I try it does not recognize the command.&lt;/p&gt;
&lt;p&gt;I wonder if I have to do a netinstall (instead of a full ISO install) to do it. I'm currently trying to install Scientific Linux 6.x (based on Fedora Enterprise) on a machine that supports PAE but does not report it. So installation stops at that point.  Any assistance would be appreciated!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curtis M. Harrell, Jr.</dc:creator><pubDate>Thu, 10 Aug 2017 01:58:38 -0000</pubDate><guid>https://sourceforge.net4d58434ef7a914e0067fff4ece1adcf7411b245f</guid></item><item><title>commands modified by Geza Kovacs</title><link>https://sourceforge.net/p/unetbootin/wiki/commands/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -19,7 +19,9 @@
     unetbootin lang=es distribution="Parted Magic" version=2.1_Live installtype=HDD autoinstall=yes

+
 If you are on Mac OS X, then replace `unetbootin` in the command with `/Volumes/UNetbootin/unetbootin.app/Contents/MacOS/unetbootin`
+

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geza Kovacs</dc:creator><pubDate>Fri, 02 Sep 2016 21:52:33 -0000</pubDate><guid>https://sourceforge.netd816b00c0dc782614354636f13dada5ce5fa6b87</guid></item><item><title>commands modified by Geza Kovacs</title><link>https://sourceforge.net/p/unetbootin/wiki/commands/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -18,6 +18,10 @@

     unetbootin lang=es distribution="Parted Magic" version=2.1_Live installtype=HDD autoinstall=yes

+
+If you are on Mac OS X, then replace `unetbootin` in the command with `/Volumes/UNetbootin/unetbootin.app/Contents/MacOS/unetbootin`
+
+

 # List of Commands

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geza Kovacs</dc:creator><pubDate>Fri, 02 Sep 2016 21:51:29 -0000</pubDate><guid>https://sourceforge.net819dbd1f674f163b995a2c1e830af1e571d16ce8</guid></item><item><title>commands modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/unetbootin/wiki/commands/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="unetbootin-command-line-options"&gt;UNetbootin Command Line Options&lt;/h1&gt;
&lt;p&gt;Commands can optionally be used to pre-specify options, and/or automate installations with UNetbootin. &lt;strong&gt;They are available only from version 372 onwards&lt;/strong&gt;. These are primarily of usage to people &lt;strong&gt;writing scripts that invoke unetbootin&lt;/strong&gt; or people creating custom version of UNetbootin for deployment (see &lt;a class="" href="../commands#BundlingtogetherascriptadiskimageandUNetbootinintoasingleexecutable"&gt;Bundling together a script, a disk image, and UNetbootin into a single executable&lt;/a&gt;); average users can just use the GUI instead. &lt;/p&gt;
&lt;p&gt;The general format of each command is: unetbootin option="value" &lt;/p&gt;
&lt;p&gt;The quotes are unneeded when there are no spaces; for example: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;Ubuntu&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Works fine, but for Parted Magic, you'd need: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Parted Magic&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Multiple commands should be specified one after another, like: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;lang&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;es&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Parted Magic&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;version&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;2.1&lt;/span&gt;&lt;span class="n"&gt;_Live&lt;/span&gt; &lt;span class="n"&gt;installtype&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;HDD&lt;/span&gt; &lt;span class="n"&gt;autoinstall&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;yes&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h1 id="list-of-commands"&gt;List of Commands&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;The order of commands does matter&lt;/strong&gt;, as they are evaluated in order from first to last. They should be specified in the following order: &lt;/p&gt;
&lt;h3 id="lang"&gt;lang&lt;/h3&gt;
&lt;p&gt;Specifies language to show interface in. If not provided, this is determined based on locale. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; es, fr, zh_CN, zh_TW, etc &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;lang&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;es&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="rootcheck"&gt;rootcheck&lt;/h3&gt;
&lt;p&gt;Specifies whether or not to check and prompt for root privileges if needed. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; yes, no &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;rootcheck&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;no&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="method"&gt;method&lt;/h3&gt;
&lt;p&gt;method=distribution checks the radio button for the download and install option, method=diskimage checks the radio button for the suppy your own disk image option, while method=custom checks the radio for the maually specify your kernel, initrd, and options. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; distribution, diskimage, custom &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;custom&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="distribution"&gt;distribution&lt;/h3&gt;
&lt;p&gt;This pre-sets the distribution to download and install. Should be used together with "method=distribution". &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; Ubuntu, Fedora, "Arch Linux", "Parted Magic", etc &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;Ubuntu&lt;/span&gt;
&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;distribution&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Arch Linux&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="version"&gt;version&lt;/h3&gt;
&lt;p&gt;When used with "method=distribution" and "distribution", this pre-sets the particular version of the distribution to download and install. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; depends on what distribution was specified &lt;em&gt;for Ubuntu:&lt;/em&gt; 9.04_Live, 9.04_Live_x64, 9.04_Netinstall, 9.04_Netinstall_x64 &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;distribution&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;Ubuntu&lt;/span&gt; &lt;span class="n"&gt;version&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;9.04&lt;/span&gt;&lt;span class="n"&gt;_Live_x64&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="isofile"&gt;isofile&lt;/h3&gt;
&lt;p&gt;Specifies a path (file or http/ftp url) to an CD image file (.iso) to install from. If only a filename is provided, it is assumed to be relative to the unetbootin executable. Needs to be nested with quotations if the path has spaces. Also use "method=diskimage" if you want to have the diskimage option be selected by default. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;diskimage&lt;/span&gt; &lt;span class="n"&gt;isofile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/Ubuntu 9.04.iso&amp;quot;&lt;/span&gt;
&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;diskimage&lt;/span&gt; &lt;span class="n"&gt;isofile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;http://mirror.switch.ch/ftp/mirror/slitaz/iso/cooking/slitaz-cooking.iso&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="imgfile"&gt;imgfile&lt;/h3&gt;
&lt;p&gt;Specifies a path (file or http/ftp url) to an floppy disk image file (.img) to install from. If only a filename is provided, it is assumed to be relative to the unetbootin executable. Needs to be nested with quotations if the path has spaces. Also use "method=diskimage" if you want to have the diskimage option be selected by default. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;diskimage&lt;/span&gt; &lt;span class="n"&gt;imgfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/Super Grub Disk.img&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="kernelfile"&gt;kernelfile&lt;/h3&gt;
&lt;p&gt;Specifies the path (file or http/ftp url) to a kernel file to load; should be used with the "method=custom" option. If only a filename is provided, it is assumed to be relative to the unetbootin executable. You'll probably also need to specify "initrdfile" unless your kernel doesn't need an initrd. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;custom&lt;/span&gt; &lt;span class="n"&gt;kernelfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;vmlinuz&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="initrdfile"&gt;initrdfile&lt;/h3&gt;
&lt;p&gt;Specifies the path (file or http/ftp url) to an initrd file to load; should be used with the "method=custom" option. If only a filename is provided, it is assumed to be relative to the unetbootin executable. You'll also need to specify the kernel file with "kernelfile". &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;custom&lt;/span&gt; &lt;span class="n"&gt;kernelfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/vmlinuz&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;initrdfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/initrd.img&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="kernelopts"&gt;kernelopts&lt;/h3&gt;
&lt;p&gt;Specifies parameters to be passed to the kernel. Should be used with "method=custom", "kernelfile", and "initrdfile". &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;custom&lt;/span&gt; &lt;span class="n"&gt;kernelfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/vmlinuz&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;kernelfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/initrd.img&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;kernelopts&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;ro splash quiet noapic&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="cfgfile"&gt;cfgfile&lt;/h3&gt;
&lt;p&gt;Serves the same purpose as kernelopts, but instead you specify a path to a syslinux.cfg or grub menu.lst file which it will read options out of. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;custom&lt;/span&gt; &lt;span class="n"&gt;kernelfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/vmlinuz&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;kernelfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/initrd.img&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;cfgfile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/home/geza/syslinux.cfg&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="installtype"&gt;installtype&lt;/h3&gt;
&lt;p&gt;Specifies which type of device you are installing to; HDD if you want to chainload off your existing OS bootloader (that is, have a UNetbootin entry be added to your Windows/GRUB boot menu), or USB if you're installing to an external device. If you want to make your external USB hard drive bootable, use USB, &lt;strong&gt;not HDD&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; HDD or USB &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;installtype&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;HDD&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="targetdrive"&gt;targetdrive&lt;/h3&gt;
&lt;p&gt;Specifies the target device to install to. This option must be specified &lt;strong&gt;after&lt;/strong&gt; installtype if you specified installtype as well. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; varies depending on OS: &lt;em&gt;on Linux:&lt;/em&gt; /dev/sdc1, /dev/sdb &lt;em&gt;on Windows:&lt;/em&gt; D:\, E:\, F:\ &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;installtype&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;USB&lt;/span&gt; &lt;span class="n"&gt;targetdrive&lt;/span&gt;&lt;span class="o"&gt;=/&lt;/span&gt;&lt;span class="n"&gt;dev&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;sdc1&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="nocustom"&gt;nocustom&lt;/h3&gt;
&lt;p&gt;This option is no longer available after version 480, as the custom options aren't shown by default; see showcustom. &lt;/p&gt;
&lt;p&gt;If y, hides the custom option (where the kernel, initrd, and parameters can be manually specified). &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; y, n &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;nocustom&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;y&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="showcustom"&gt;showcustom&lt;/h3&gt;
&lt;p&gt;This option was introduced in version 480; for older versions see nocustom. &lt;/p&gt;
&lt;p&gt;If y, shows the custom option (where the kernel, initrd, and parameters can be manually specified). &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; y, n &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;showcustom&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;y&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="nodistro"&gt;nodistro&lt;/h3&gt;
&lt;p&gt;If y, hides the distribution selector. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; y, n &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;nodistro&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;y&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="message"&gt;message&lt;/h3&gt;
&lt;p&gt;Replaces the introductory message with some html text. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nx"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;message&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;&amp;lt;b&amp;gt;hello world&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;p&amp;gt;Welcome to UNetbootin&amp;lt;/p&amp;gt;&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="persistentspace"&gt;persistentspace&lt;/h3&gt;
&lt;p&gt;The number of MB of space to reserve for the Ubuntu Live USB's persistency feature (space used to store files across reboots). A value of 0 means no persistency disk will be created. If this option isn't specified, 0 (no persistency) is assumed. Available in release 549 onwards. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;persistentspace&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;2000&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="autoinstall"&gt;autoinstall&lt;/h3&gt;
&lt;p&gt;If y, automatically starts installation without prompting, as though you had immediately pressed the OK button. If specified, should be the very last option in the arguments list. &lt;strong&gt;Dangerous option; use with care.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Possible values:&lt;/em&gt; yes, no &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Examples:&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;distribution&lt;/span&gt; &lt;span class="n"&gt;distribution&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;Ubuntu&lt;/span&gt; &lt;span class="n"&gt;version&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;9.04&lt;/span&gt;&lt;span class="n"&gt;_Live&lt;/span&gt; &lt;span class="n"&gt;installtype&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;USB&lt;/span&gt; &lt;span class="n"&gt;autoinstall&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;yes&lt;/span&gt;
&lt;span class="n"&gt;unetbootin&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;diskimage&lt;/span&gt; &lt;span class="n"&gt;isofile&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;http://mirror.switch.ch/ftp/mirror/slitaz/iso/cooking/slitaz-cooking.iso&amp;quot;&lt;/span&gt; &lt;span class="n"&gt;autoinstall&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;yes&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h1 id="bundling-together-a-script-a-disk-image-and-unetbootin-into-a-single-executable"&gt;Bundling together a script, a disk image, and UNetbootin into a single executable&lt;/h1&gt;
&lt;p&gt;These directions are oriented towards deployment on Windows, but those deploying on Linux can use makeself &lt;a href="http://megastep.org/makeself/" rel="nofollow"&gt;http://megastep.org/makeself/&lt;/a&gt; in a similar fashion. &lt;/p&gt;
&lt;p&gt;Suppose you want to create a simple executable that will allow your user to just double-click on it and have Slitaz installed to a USB drive after just selecting a target USB drive and pressing OK, with no other intervention necessary. Rather than downloading the iso file from online, you want it installed via an iso embedded in the executable itself. &lt;/p&gt;
&lt;p&gt;A similar procedure is described on the &lt;a class="" href="../createplugin#ReleasingaStandaloneExecutable"&gt;Creating a Standalone Plugin&lt;/a&gt; page as well as &lt;a href="http://www.msfn.org/board/lofiversion/index.php/t39048.html" rel="nofollow"&gt;http://www.msfn.org/board/lofiversion/index.php/t39048.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Begin by creating a 7-zip SFX configuration file "config.txt" which invokes unetbootin.exe with your specified options, such as: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;Install&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="n"&gt;UTF&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;8&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;
&lt;span class="n"&gt;RunProgram&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;unetbootin.exe method=diskimage isofile=slitaz.iso nocustom=y nodistro=y message='Press OK to install Slitaz to USB'&amp;quot;&lt;/span&gt;
&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;InstallEnd&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Now download the file &lt;a class="" href="http://unetbootin.wiki.sourceforge.net/space/showimage/7zS.sfx"&gt;7zS.sfx&lt;/a&gt;; this can also be found on the 7-zip website. &lt;/p&gt;
&lt;p&gt;Then, download the &lt;a class="" href="http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe"&gt;Latest Release for Windows&lt;/a&gt; and rename it to unetbootin.exe &lt;/p&gt;
&lt;p&gt;Also place the file "slitaz.iso" (change the "isofile" option in config.txt above if using a different name) in the same directory. &lt;/p&gt;
&lt;p&gt;Then, create an archive "unetbootin.7z" containing the files "unetbootin.exe" and "slitaz.iso". On Windows, this can be done via the &lt;a class="" href="http://www.7-zip.org/" rel="nofollow"&gt;7-zip&lt;/a&gt; GUI, or if on Linux, install the package &lt;em&gt;p7zip-full&lt;/em&gt; or your distribution's equivalent, and enter the command: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="mi"&gt;7&lt;/span&gt;&lt;span class="n"&gt;z&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;unetbootin&lt;/span&gt;&lt;span class="mf"&gt;.7&lt;/span&gt;&lt;span class="n"&gt;z&lt;/span&gt; &lt;span class="n"&gt;unetbootin&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;exe&lt;/span&gt; &lt;span class="n"&gt;slitaz&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;iso&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Then, if on Windows, open a command line and enter: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;copy&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;b&lt;/span&gt; &lt;span class="mi"&gt;7&lt;/span&gt;&lt;span class="n"&gt;zs&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sfx&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;unetbootin&lt;/span&gt;&lt;span class="mf"&gt;.7&lt;/span&gt;&lt;span class="n"&gt;z&lt;/span&gt; &lt;span class="n"&gt;unetbootin&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;customsfx&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;windows&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;exe&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Or, if on Linux, enter: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;cat&lt;/span&gt; &lt;span class="mi"&gt;7&lt;/span&gt;&lt;span class="n"&gt;zS&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sfx&lt;/span&gt; &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="n"&gt;unetbootin&lt;/span&gt;&lt;span class="mf"&gt;.7&lt;/span&gt;&lt;span class="n"&gt;z&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;unetbootin&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;customsfx&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;windows&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;exe&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Now, you should have a standalone, self-extracting executable where UNetbootin is invoked with your custom options, and your iso file is embedded inside. &lt;/p&gt;
&lt;h1 id="see-also"&gt;See Also&lt;/h1&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a class="" href="/p/unetbootin/wiki/useplugin/"&gt;Using a UNetbootin Plugin&lt;/a&gt; &lt;br /&gt;
&lt;a class="" href="/p/unetbootin/wiki/buildcustomversion/"&gt;Building a Custom UNetbootin Version&lt;/a&gt; &lt;br /&gt;
&lt;a class="" href="/p/unetbootin/wiki/listcustomversion/"&gt;List of Custom UNetbootin Versions and Plugins&lt;/a&gt; (&lt;em&gt;publicly editable&lt;/em&gt;) &lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 24 Jun 2014 15:13:07 -0000</pubDate><guid>https://sourceforge.netd19f5fbd5671307b737abcf39e5a95b35a09b777</guid></item></channel></rss>