{"id":1359,"date":"2022-04-11T14:22:15","date_gmt":"2022-04-11T12:22:15","guid":{"rendered":"https:\/\/irg-net.com\/?p=1359"},"modified":"2022-04-11T14:22:17","modified_gmt":"2022-04-11T12:22:17","slug":"creating-ubuntu-os-custom-iso","status":"publish","type":"post","link":"https:\/\/irg-net.com\/index.php\/creating-ubuntu-os-custom-iso\/","title":{"rendered":"Creating Ubuntu OS Custom ISO"},"content":{"rendered":"\n<p>As part of a customer project I had to do a complete offline installation of an Ubuntu server with various packages:<\/p>\n\n\n\n<p>Linux:<\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"font-size:15.5px\"><li>nano<\/li><li>zip<\/li><li>unzip<\/li><li>tree<\/li><li>make<\/li><li>java (JRE &amp; JDK)<\/li><li>ant<\/li><li>openssh<\/li><li>net-tools<\/li><li>htop<\/li><li>Python 3.6.9 (prereqs for Python are gcc openssl-devel bzip2-devel libffi-devel)<\/li><\/ul>\n\n\n\n<p>Python:<\/p>\n\n\n\n<ul class=\"wp-block-list\" id=\"block-612077d4-abe9-4b40-a8be-6810e35d27c4\" style=\"font-size:15.5px\"><li>paramiko<\/li><li>pandas<\/li><li>ntc-templates<\/li><\/ul>\n\n\n\n<p>After a little research on the internet, I found out that downloading .deb files is not enough and you have to download other dependent packages. I don&#8217;t know exactly which ones, so I looked for another solution and found <strong>Cubic<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg?resize=491%2C290&#038;ssl=1\" alt=\"\" class=\"wp-image-1361\" width=\"491\" height=\"290\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg?w=830&amp;ssl=1 830w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg?resize=300%2C177&amp;ssl=1 300w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg?resize=768%2C453&amp;ssl=1 768w\" sizes=\"auto, (max-width: 491px) 100vw, 491px\" \/><\/figure><\/div>\n\n\n\n<p><strong>Cubic <\/strong>(Custom Ubuntu ISO Creator) is a GUI wizard to create a customized Live ISO image for Ubuntu based distributions.<\/p>\n\n\n\n<p>Cubic permits effortless navigation through the ISO customization steps and features an integrated virtual command line environment to customize the Linux file system. You can create new customization projects or modify existing projects. Important parameters are dynamically populated with intelligent defaults to simplify the customization process.<\/p>\n\n\n\n<p>Cubic runs on distributions based on Ubuntu 18.04.5 Bionic and above.<\/p>\n\n\n\n<p>No sooner said than done, so I installed Cubic on my Ubuntu Server 20.04 LTS VM. First we start as usual with updating our system:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt update &amp;&amp; sudo apt upgrade -y<\/code><\/pre>\n\n\n\n<p>Unless you have a desktop environment, you should do this now:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt install ubuntu-desktop -y<\/code><\/pre>\n\n\n\n<p>After installing our desktop environment, we reboot the system, log in and call a terminal session and add the appropriate Cubic repository, update &amp; upgrade the environment again to then install Cubic:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt-add-repository ppa:cubic-wizard\/release\nsudo apt update &amp;&amp; sudo apt upgrade -y\nsudo apt install cubic<\/code><\/pre>\n\n\n\n<p>Once you have installed Cubic, you will find the program under applications.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"466\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild1.png?resize=605%2C466&#038;ssl=1\" alt=\"\" class=\"wp-image-1364\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild1.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild1.png?resize=300%2C231&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>Launch it and you will be greeted with a welcome screen. Enter a path to your desired project folger where all your customizations and final customized ISO will be stored.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"503\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild2.png?resize=605%2C503&#038;ssl=1\" alt=\"\" class=\"wp-image-1365\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild2.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild2.png?resize=300%2C249&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>On the next screen under <strong>Original ISO<\/strong>  field, click on <strong>Select<\/strong> button to choose an ISO image. Cubic will automatically populate all details and metadata in visible input boxes. You can change details under <strong>Custom ISO<\/strong> field as per your requirements. By default, Cubic will assign a version number and date to your Custom ISO build.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"435\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild3.png?resize=605%2C435&#038;ssl=1\" alt=\"\" class=\"wp-image-1366\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild3.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild3.png?resize=300%2C216&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>Click the next button to see Cubic working on the original ISO to create an virtual environment for customization.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"428\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild4.png?resize=605%2C428&#038;ssl=1\" alt=\"\" class=\"wp-image-1367\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild4.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild4.png?resize=300%2C212&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>Once the process is finished, you will be taken to a terminal. This terminal alows you to run commands inside a sandboxed file system completely unaware and disconnected from any other file system present on your system. Any changes made inside the terminal affect root directory of its running processes and children only. Cubic passes all the changes made in the terminal to the Live ISO.<\/p>\n\n\n\n<p>Inside the environment, we will begin by adding universe repository to increase the number of apps available to install:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt-add-repository universe\nsudo apt update<\/code><\/pre>\n\n\n\n<p>After that start installing the needed packages from out list:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt install nano zip unzip tree make ant openssh-server gcc libssl-dev bzip2 libffi-dev -y<\/code><\/pre>\n\n\n\n<p>For the Java Packages install first JRE then JDK:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt install default-jre -y\nsudo apt install default-jdk -y<\/code><\/pre>\n\n\n\n<p>For Python install the needed Version or just get it update by:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt update # to get it updated prior to your Ubuntu OS\n# or \nsudo apt install python3.6<\/code><\/pre>\n\n\n\n<p>After that install the needed Pythong packages:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt install pyhton3-paramiko pyhton3-pandas python3-pip<\/code><\/pre>\n\n\n\n<p>To install ntc-templates type following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">pip3 install ntc-templates<\/code><\/pre>\n\n\n\n<p>After you have finished installing all the packages hit again and update &amp; upgrade command:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">sudo apt update &amp;&amp; sudo apt upgrade -y<\/code><\/pre>\n\n\n\n<p>Now we are done customizing our ISO and want to make it available to us. For this we click on next and look at the preparations:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"360\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild5.png?resize=605%2C360&#038;ssl=1\" alt=\"\" class=\"wp-image-1368\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild5.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild5.png?resize=300%2C179&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>The <strong>Kernel <\/strong>tab allows you to select a specific kernel for the customization live ISO.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"431\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild6.png?resize=605%2C431&#038;ssl=1\" alt=\"\" class=\"wp-image-1369\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild6.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild6.png?resize=300%2C214&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>The Preseed tab allows you to customize preseed files. These preseed files are used to automate installation. For example, if you are building ISO for users in a specific time zone, you can modify preseed files to choose that time zone and it will be automatically selected during installation. It is possible to completely automate installation process by choosing predetermined values for every field in the default installer.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"430\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild7.png?resize=605%2C430&#038;ssl=1\" alt=\"\" class=\"wp-image-1370\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild7.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild7.png?resize=300%2C213&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>The las tab <strong>Boot <\/strong>allows you to customize boot parameters and boot behaviour of the live ISO.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"429\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild8.png?resize=605%2C429&#038;ssl=1\" alt=\"\" class=\"wp-image-1371\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild8.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild8.png?resize=300%2C213&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>Then you can choose an compression size, I choose a larger size and a lower compression:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"430\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild9.png?resize=605%2C430&#038;ssl=1\" alt=\"\" class=\"wp-image-1372\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild9.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild9.png?resize=300%2C213&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>When your are finished with all steps, click on the <strong>Generate <\/strong>tab. You can always go to previous step during any stage of customization.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"429\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild10.png?resize=605%2C429&#038;ssl=1\" alt=\"\" class=\"wp-image-1373\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild10.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild10.png?resize=300%2C213&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>After the ISO image has been generated, a success window appears with the directory where the ISO image is located. You can optionally delete all project files, except the ISO image and checksum, if you do not want or need to edit this project again.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"430\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild11.png?resize=605%2C430&#038;ssl=1\" alt=\"\" class=\"wp-image-1374\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild11.png?w=605&amp;ssl=1 605w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Bild11.png?resize=300%2C213&amp;ssl=1 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<p>And that was it. Depending on how you want to use the ISO image, you can prepare a bootable USB stick with e.g. rufus or balenaEtcher or in a VMware environment simply attach the ISO to the VM. I hope this tutorial helped you, if you have any questions, please post them in the comments. \ud83d\ude42<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>As part of a customer project I had to do a complete offline installation of an Ubuntu server with various packages: Linux: nano zip unzip tree make java (JRE &amp; JDK) ant openssh net-tools htop Python 3.6.9 (prereqs for Python are gcc openssl-devel bzip2-devel libffi-devel) Python: paramiko pandas ntc-templates After a little research on the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17,1,20,24],"tags":[],"class_list":["post-1359","post","type-post","status-publish","format-standard","hentry","category-advancedtutorials","category-blog","category-linux","category-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creating Ubuntu OS Custom ISO - irgNET<\/title>\n<meta name=\"description\" content=\"a small Tutorial for creating Ubuntu Custom ISO images with Cubic.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating Ubuntu OS Custom ISO - irgNET\" \/>\n<meta property=\"og:description\" content=\"a small Tutorial for creating Ubuntu Custom ISO images with Cubic.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/\" \/>\n<meta property=\"og:site_name\" content=\"irgNET\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-11T12:22:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-11T12:22:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg\" \/>\n<meta name=\"author\" content=\"H. Cemre G\u00fcnay\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@irg_net\" \/>\n<meta name=\"twitter:site\" content=\"@irg_net\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"H. Cemre G\u00fcnay\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/\"},\"author\":{\"name\":\"H. Cemre G\u00fcnay\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\"},\"headline\":\"Creating Ubuntu OS Custom ISO\",\"datePublished\":\"2022-04-11T12:22:15+00:00\",\"dateModified\":\"2022-04-11T12:22:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/\"},\"wordCount\":766,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Cubic-pantalla-inicio.jpg\",\"articleSection\":[\"Advanced Tutorials\",\"Blog\",\"Linux\",\"Ubuntu\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/\",\"name\":\"Creating Ubuntu OS Custom ISO - irgNET\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Cubic-pantalla-inicio.jpg\",\"datePublished\":\"2022-04-11T12:22:15+00:00\",\"dateModified\":\"2022-04-11T12:22:17+00:00\",\"description\":\"a small Tutorial for creating Ubuntu Custom ISO images with Cubic.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Cubic-pantalla-inicio.jpg?fit=830%2C490&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/Cubic-pantalla-inicio.jpg?fit=830%2C490&ssl=1\",\"width\":830,\"height\":490},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/creating-ubuntu-os-custom-iso\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating Ubuntu OS Custom ISO\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"name\":\"irgNET\",\"description\":\"a virtual Knowledge Base\",\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\",\"name\":\"irg-NET\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"width\":2048,\"height\":2048,\"caption\":\"irg-NET\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/irg_net\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/h-cemre-g\u00fcnay-2b61601b4\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC8GknhO5YMAkAoVxppu6aaQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\",\"name\":\"H. Cemre G\u00fcnay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"caption\":\"H. Cemre G\u00fcnay\"},\"sameAs\":[\"http:\\\/\\\/192.168.34.155\\\/wordpress\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating Ubuntu OS Custom ISO - irgNET","description":"a small Tutorial for creating Ubuntu Custom ISO images with Cubic.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/","og_locale":"en_US","og_type":"article","og_title":"Creating Ubuntu OS Custom ISO - irgNET","og_description":"a small Tutorial for creating Ubuntu Custom ISO images with Cubic.","og_url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/","og_site_name":"irgNET","article_published_time":"2022-04-11T12:22:15+00:00","article_modified_time":"2022-04-11T12:22:17+00:00","og_image":[{"url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg","type":"","width":"","height":""}],"author":"H. Cemre G\u00fcnay","twitter_card":"summary_large_image","twitter_creator":"@irg_net","twitter_site":"@irg_net","twitter_misc":{"Written by":"H. Cemre G\u00fcnay","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#article","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/"},"author":{"name":"H. Cemre G\u00fcnay","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66"},"headline":"Creating Ubuntu OS Custom ISO","datePublished":"2022-04-11T12:22:15+00:00","dateModified":"2022-04-11T12:22:17+00:00","mainEntityOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/"},"wordCount":766,"commentCount":0,"publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg","articleSection":["Advanced Tutorials","Blog","Linux","Ubuntu"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/","name":"Creating Ubuntu OS Custom ISO - irgNET","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#primaryimage"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg","datePublished":"2022-04-11T12:22:15+00:00","dateModified":"2022-04-11T12:22:17+00:00","description":"a small Tutorial for creating Ubuntu Custom ISO images with Cubic.","breadcrumb":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#primaryimage","url":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg?fit=830%2C490&ssl=1","contentUrl":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/04\/Cubic-pantalla-inicio.jpg?fit=830%2C490&ssl=1","width":830,"height":490},{"@type":"BreadcrumbList","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/creating-ubuntu-os-custom-iso\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/"},{"@type":"ListItem","position":2,"name":"Creating Ubuntu OS Custom ISO"}]},{"@type":"WebSite","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","name":"irgNET","description":"a virtual Knowledge Base","publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization","name":"irg-NET","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/","url":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","contentUrl":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","width":2048,"height":2048,"caption":"irg-NET"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/irg_net","https:\/\/www.linkedin.com\/in\/h-cemre-g\u00fcnay-2b61601b4\/","https:\/\/www.youtube.com\/channel\/UC8GknhO5YMAkAoVxppu6aaQ"]},{"@type":"Person","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66","name":"H. Cemre G\u00fcnay","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","caption":"H. Cemre G\u00fcnay"},"sameAs":["http:\/\/192.168.34.155\/wordpress"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/1359","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/comments?post=1359"}],"version-history":[{"count":4,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/1359\/revisions"}],"predecessor-version":[{"id":1375,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/1359\/revisions\/1375"}],"wp:attachment":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/media?parent=1359"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/categories?post=1359"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/tags?post=1359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}