<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>custom ubuntu iso Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/custom-ubuntu-iso/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 21 Jul 2018 18:24:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Create Your Own Ubuntu with Distroshare Ubuntu Imager</title>
		<link>https://www.osradar.com/create-your-own-ubuntu-with-distroshare-ubuntu-imager/</link>
					<comments>https://www.osradar.com/create-your-own-ubuntu-with-distroshare-ubuntu-imager/#comments</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Sat, 21 Jul 2018 18:24:59 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[. distroshare ubuntu imager]]></category>
		<category><![CDATA[custom ubuntu distro]]></category>
		<category><![CDATA[custom ubuntu iso]]></category>
		<category><![CDATA[distroshare]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu distro]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4949</guid>

					<description><![CDATA[<p>Each and every time you install your Linux in your system, everything starts from the beginning. You have to set up your update server, install software, place every single icon at the right place and so on. All these processes are really annoying but not avoidable at the same time, right? What would it be [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/create-your-own-ubuntu-with-distroshare-ubuntu-imager/">Create Your Own Ubuntu with Distroshare Ubuntu Imager</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Each and every time you install your Linux in your system, everything starts from the beginning. You have to set up your update server, install software, place every single icon at the right place and so on. All these processes are really annoying but not avoidable at the same time, right? What would it be if you had all your customization as soon as you installed the system?</p>
<p>Let’s have a look at this magical toolkit to help us out – Distroshare Ubuntu Imager.</p>
<h1>Usage of the tool</h1>
<p>The tool is especially useful when you’re running the installation process for a number of computers. Then, you won’t have to run the same process of updating the distro, installing the necessary software and others to run all the machines.</p>
<p>It’s extremely time-saving. Once you’ve created your favorite ISO, you won’t have to create it anytime soon.</p>
<h1>Prerequisites</h1>
<p>For enjoying this awesome facility, you have to prepare your system with the necessary software. At first, you have to grab Git. This is paramount as it will grab the tool from the web.</p>
<p><a href="https://www.osradar.com/how-to-install-git/">Get Git</a>. We’ve already <a href="https://www.osradar.com/how-to-install-git/">discussed on it</a> so no need to repeat the same thing again and again.</p>
<p><img loading="lazy" class="size-full wp-image-2817 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/git-client-for-linux.jpeg" alt="" width="800" height="531" srcset="https://www.osradar.com/wp-content/uploads/2018/04/git-client-for-linux.jpeg 800w, https://www.osradar.com/wp-content/uploads/2018/04/git-client-for-linux-300x199.jpeg 300w, https://www.osradar.com/wp-content/uploads/2018/04/git-client-for-linux-768x510.jpeg 768w, https://www.osradar.com/wp-content/uploads/2018/04/git-client-for-linux-696x462.jpeg 696w, https://www.osradar.com/wp-content/uploads/2018/04/git-client-for-linux-633x420.jpeg 633w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<h1>Downloading the tool</h1>
<p>It’s an amazing thing that the tool, despite being very powerful, it’s a very simple one. It’s just a script that will run with the Bash shell and perform all the necessary tasks on your system to create the live (installable as well) ISO file.</p>
<p>Download the tool –</p>
<pre>git clone https://github.com/Distroshare/distroshare-ubuntu-imager.git</pre>
<p><img loading="lazy" class="size-full wp-image-4953 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare.png" alt="" width="1106" height="197" srcset="https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare.png 1106w, https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare-768x137.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare-1024x182.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare-696x124.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/download-distroshare-1068x190.png 1068w" sizes="(max-width: 1106px) 100vw, 1106px" /></p>
<p>Update file permission for running the script –</p>
<pre>cd distroshare-ubuntu-imager
sudo chmod +x distroshare-ubuntu-imager.sh</pre>
<h1><img loading="lazy" class="size-full wp-image-4954 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare.png" alt="" width="1101" height="201" srcset="https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare.png 1101w, https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare-300x55.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare-768x140.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare-1024x187.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare-696x127.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/update-file-permission-distroshare-1068x195.png 1068w" sizes="(max-width: 1101px) 100vw, 1101px" /></h1>
<h1>Using the tool</h1>
<p>Now, it’s time for a little understanding of how the tool works. Distroshare Ubuntu Imager notes the information of all the installed programs on the system and turns them into a usable script.</p>
<p>That being said, you have to make sure that all your important and other necessary apps are installed in your system. Open up Ubuntu Software Center or browse the internet for grabbing all of them. Then, proceed to the next step.</p>
<p>Don’t forget to make all the customizations! The tool is great enough to grab all those as well and put them in the ISO file. An <strong>important</strong> note – the more things you add in your system, it will also increase the size of the ISO. Thus, generating and re-using the custom image will take the longer time to process at any step.</p>
<p>It’s finally time to run the tool. Run the following command in a terminal –</p>
<pre>cd distroshare-ubuntu-imager
sudo ./distroshare-ubuntu-imager.sh</pre>
<p>At the first run, there will be a few more software installed in your system that will help to create the re-usable ISO image. This includes Ubiquity installation tool, Linux headers, Grub menu and other things.</p>
<p>After all the dependencies are installed in the system, the tool will start generating the live image. It’s a very long process and depending on your system’s software and other customizations, the process can take hours to complete.</p>
<p>Let the tool do its work. It’s strongly recommended that you don’t mess around with anything or the building process will get interrupted. Once complete, you’ll find out the output in the following directory –</p>
<pre>/home/distroshare/live-usb.iso</pre>
<p>For moving the ISO to “/home” directory, run the following command –</p>
<pre>mv /home/distroshare/live-cd.iso ~/</pre>
<h1>Burning the ISO</h1>
<p>It’s time to create a bootable USB flash drive for installing the newly created system. Note that the size will determine the storage size.</p>
<p>Once you choose a suitable USB flash drive, it’s time to <a href="https://www.osradar.com/how-to-make-a-bootable-usb-flash-drive/">make it bootable</a>. Use Etcher as it’s universal and flexible with an easy interface.</p>
<p>This is a screenshot of the new system’s boot screen. It’s less shiny than the default screen but will provide you the same working environment.</p>
<p><img loading="lazy" class="size-full wp-image-4951 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu.png" alt="" width="1201" height="667" srcset="https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu.png 1201w, https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu-300x167.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu-768x427.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu-1024x569.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu-696x387.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu-1068x593.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/custom-distro-ubuntu-756x420.png 756w" sizes="(max-width: 1201px) 100vw, 1201px" /></p>
<p>Enjoy your system!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/create-your-own-ubuntu-with-distroshare-ubuntu-imager/">Create Your Own Ubuntu with Distroshare Ubuntu Imager</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/create-your-own-ubuntu-with-distroshare-ubuntu-imager/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
