<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jai</id>
	<title>Open Source Ecology - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jai"/>
	<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/wiki/Special:Contributions/Jai"/>
	<updated>2026-05-13T13:05:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=ISO_to_USB&amp;diff=150372</id>
		<title>ISO to USB</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=ISO_to_USB&amp;diff=150372"/>
		<updated>2017-04-07T14:38:58Z</updated>

		<summary type="html">&lt;p&gt;Jai: /* Ubuntu Version 16 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=USB Boot Device Instructions=&lt;br /&gt;
In general, find and follow instructions to update tool packages to the correct version for your current OS and for compatibility with the OS you are attempting to install.&lt;br /&gt;
==Ubuntu Version 16==&lt;br /&gt;
*Linux and Other Users&lt;br /&gt;
Read USB Boot device instruction here:&lt;br /&gt;
https://help.ubuntu.com/community/Installation/FromUSBStick&lt;br /&gt;
&lt;br /&gt;
*Windows Users&lt;br /&gt;
Read USB Boot device instruction here:&lt;br /&gt;
https://help.ubuntu.com/community/Installation/FromUSBStickQuick&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Instructions from [https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu] for Ubuntu Linux are shown here&lt;br /&gt;
*Use [[Startup Disk Creator]] to make a bootable USB disk from an [[ISO File]].&lt;br /&gt;
*If USB disk is not formatted, use [[Disks]] utility to format it. I formatted an 8GB disk to ext4, which is linux compatible only.&lt;br /&gt;
*Screenshots:&lt;br /&gt;
&lt;br /&gt;
[[Image:install1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:install2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
Everything looked ok until this point:&lt;br /&gt;
&lt;br /&gt;
[[Image:install3.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
After I typed in my root password, I got an error message that the bootloader failed to install.&lt;br /&gt;
&lt;br /&gt;
I tried running the USB anyway. Got to the boot choices screen, selected to boot from USB, but the new system did not load. Got a blank screen, nothing further happened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Instructions to create a bootable USB disk using the terminal are below:==&lt;br /&gt;
&lt;br /&gt;
*There were issues with creating a bootable USB from the terminal and GUI utilities as shown above. So after some troubleshooting, I realized that genisoimage (what we used to create ISO after customizing the original ubuntu installation) outputs an ISO that is only bootable from BIOS using CD/DVD, hence, we need to make an isohybrid to boot from USB. The process for creating isohybrid is pretty easy and should be followed in case there are issues.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;note: from now on, we will only release hybridized ISOs to avoid further issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Open your terminal and determine if your ISO is non-hybridized, run: &amp;lt;pre&amp;gt; fdisk -l &amp;lt;your.iso&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
##You will see output like (exact contents may differ): &#039;&#039;Disk your.iso: 709.3 MiB, 743718912 bytes, 1452576 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes/ 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes&#039;&#039;&lt;br /&gt;
## If you already have a hybridized ISO, you will see output like the following: &#039;&#039;Disk ubuntu-14.04.4-desktop-amd64.iso: 1020 MiB, 1069547520 bytes, 2088960 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos  &amp;lt;br /&amp;gt; Disk identifier: 0x1a447608 Device Boot Start End Sectors Size Id Type ubuntu-14.04.4-desktop-amd64.iso1 * 0 2088959 2088960 1020M 0 Empty ubuntu-14.04.4-desktop-amd64.iso2 26268 30811 4544 2.2M ef EFI (FAT-12/16/32)&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
# If your ISO is already hybridized, move on to step 4. If you have a non-hybridized ISO, install the appropriate packages as follows: In a Debian Linux distro, run as root (e.g with sudo): &amp;lt;pre&amp;gt;apt-get install syslinux isolinux syslinux-utils syslinux-efi&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Hybridization: If you would like to retain your original, un-hybridized ISO, first make a new copy, which we will call your.hybrid.iso. On the new copy, run: &amp;lt;pre&amp;gt;isohybrid &amp;lt;your.hybrid.iso&amp;gt;&amp;lt;/pre&amp;gt;Note: this will overwrite the contents of the existing ISO. If you don&#039;t need the original, simply operate on it.&lt;br /&gt;
# &#039;&#039;&#039;Bootable USB Creation:&#039;&#039;&#039; identify your drive, run: &amp;lt;pre&amp;gt;sudo fdisk -l&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Unmount your USB, run: &amp;lt;pre&amp;gt;umount /dev/sdb &amp;lt;/pre&amp;gt;Note: sdb is my drive. That is assigned by linux system automatically while inserting USB drive into our system&lt;br /&gt;
# Format your drive after unmounting (that is a capital &#039;i&#039; at the end): &amp;lt;pre&amp;gt;mkfs.vfat /dev/sdb -I &amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now use dd command to copy iso system into USB: &amp;lt;pre&amp;gt;dd status=progress if=~/home/Buvanesh/iso/ose0.3isohybrid.iso of=/dev/sdb&amp;lt;/pre&amp;gt; Here, &#039;&#039;&#039;If&#039;&#039;&#039; stands for input file and specifies the location of the ISO file. &amp;lt;br/&amp;gt;&#039;&#039;&#039;Of&#039;&#039;&#039; stands for output file and specifies where to write the ISO file. In my case, it’s /dev/sdb &lt;br /&gt;
#Once the process is complete, you can unmount your drive and boot from it.&lt;br /&gt;
&lt;br /&gt;
==Ubuntu Version 15==&lt;br /&gt;
&lt;br /&gt;
==Ubuntu Version 14==&lt;br /&gt;
&lt;br /&gt;
==Ubuntu Version 13==&lt;br /&gt;
&lt;br /&gt;
==Ubuntu Version 12==&lt;br /&gt;
&lt;br /&gt;
*Mac Users:&lt;br /&gt;
https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20USB%20Stick&lt;br /&gt;
&lt;br /&gt;
= Alternative way for console=&lt;br /&gt;
You can install the .iso file to a usb using just one command from the Terminal:&lt;br /&gt;
*sudo dd if=[iso file] of=[destination device]&lt;br /&gt;
where &amp;quot;iso file&amp;quot; is the source .iso file, and &amp;quot;destination device&amp;quot; is the file that was attached to the USB for example /dev/sdc1. If you do not know the device file, you can check it with the command &amp;quot;dmesg&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
* sudo dd if=/media/Downdloads/ubuntu-16.04.1-2017.02.10v2-desktop-amd64.iso of=/dev/sdb1&lt;br /&gt;
&lt;br /&gt;
=Unetbootin=&lt;br /&gt;
[[Unetbootin]] did not work either.&lt;br /&gt;
&lt;br /&gt;
https://help.ubuntu.com/community/Installation/FromUSBStick#Unetbootin&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
*[[OSE Linux]]&lt;br /&gt;
&lt;br /&gt;
[https://nathanpfry.com/how-to-customize-an-ubuntu-installation-disc/#comment-30033 Linux Command-line method for modifying ISO&#039;s Ubuntu 16.04 Compatible]&lt;/div&gt;</summary>
		<author><name>Jai</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jai_Log&amp;diff=150367</id>
		<title>Jai Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jai_Log&amp;diff=150367"/>
		<updated>2017-04-07T03:06:58Z</updated>

		<summary type="html">&lt;p&gt;Jai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hello everyone. Welcome to my log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Thur April 6, 2017=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Customizing the Ubuntu ISO: https://docs.google.com/document/d/1pwJHMRnuqmvdpJWd2PCmL_HzQrgnV4T3d4uwxFobtzM/edit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Creating an Ubuntu Live USB: https://docs.google.com/document/d/1SnCg3IMGULNH21Vm6h-RDRC7yRf362HrahrUEOb7CcY/edit&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please contact me with issues as I finalize this and transfer the code/guide to the wiki instead of the Google Docs&lt;/div&gt;</summary>
		<author><name>Jai</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jai_Log&amp;diff=150366</id>
		<title>Jai Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jai_Log&amp;diff=150366"/>
		<updated>2017-04-07T03:06:19Z</updated>

		<summary type="html">&lt;p&gt;Jai: Guides for customizing an Ubuntu iso and then creating an Ubuntu Live USB&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hello everyone. Welcome to my log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Thur April 6, 2017=&lt;br /&gt;
&lt;br /&gt;
Customizing the Ubuntu ISO: https://docs.google.com/document/d/1pwJHMRnuqmvdpJWd2PCmL_HzQrgnV4T3d4uwxFobtzM/edit&lt;br /&gt;
Creating an Ubuntu Live USB: https://docs.google.com/document/d/1SnCg3IMGULNH21Vm6h-RDRC7yRf362HrahrUEOb7CcY/edit&lt;br /&gt;
&lt;br /&gt;
Please contact me with issues as I finalize this and transfer the code/guide to the wiki instead of the Google Docs&lt;/div&gt;</summary>
		<author><name>Jai</name></author>
	</entry>
</feed>