<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Linux USB</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>Recent changes to Linux USB</description><atom:link href="https://sourceforge.net/p/medaid/wiki/Linux%20USB/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 21 Jul 2016 23:08:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/medaid/wiki/Linux%20USB/feed" rel="self" type="application/rss+xml"/><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,7 +3,9 @@
 [TOC]

 #### Automatic installer (recommended)
-There are a variety of options that can be used to create a bootable USB drive on Linux, but I prefer [UNetbootin](https://unetbootin.github.io/). Simply download the medaid ISO from the [medaid website](http://medaid.xyz) amd follow the instructions within the application. You should format the USB as FAT32. If the USB doesn't boot, you may need to add the "boot" flag in GParted and burn the ISO again.
+There are a variety of options that can be used to create a bootable USB drive on Linux, but I prefer [UNetbootin](https://unetbootin.github.io/). Simply download the medaid ISO from the [medaid website](http://medaid.xyz) amd follow the instructions within the application. 
+
+**NOTE: You should format the USB as FAT32. If the USB doesn't boot, you may need to add the "boot" flag in GParted and burn the ISO again.**

 #### Manual installation (advanced - via terminal)
 **Do not plug in your USB yet**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Thu, 21 Jul 2016 23:08:30 -0000</pubDate><guid>https://sourceforge.netc14501db7a11192c7bbfbea50227dde61167654a</guid></item><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Thu, 21 Jul 2016 22:55:47 -0000</pubDate><guid>https://sourceforge.net7b9916eb15ade555a4178d618afa8019e82e7623</guid></item><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -11,6 +11,7 @@
 ~~~
 lsblk
 ~~~
+
 Take note of which drives are present and insert your USB. Retype:
 ~~~
 lsblk
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Thu, 21 Jul 2016 22:43:42 -0000</pubDate><guid>https://sourceforge.net2ee49a36cc53c7e3a723f3920b2ab4ae0ac20316</guid></item><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,6 +3,32 @@
 [TOC]

 #### Automatic installer (recommended)
-There are a variety of options that can be used to create a bootable USB drive on Linux, but I prefer [UNetbootin](https://unetbootin.github.io/). Simply download the medaid ISO from the [medaid website](http://medaid.xyz) amd follow the instructions within the application.
+There are a variety of options that can be used to create a bootable USB drive on Linux, but I prefer [UNetbootin](https://unetbootin.github.io/). Simply download the medaid ISO from the [medaid website](http://medaid.xyz) amd follow the instructions within the application. You should format the USB as FAT32. If the USB doesn't boot, you may need to add the "boot" flag in GParted and burn the ISO again.

-#### Manual installation (advanced)
+#### Manual installation (advanced - via terminal)
+**Do not plug in your USB yet**
+Open up your terminal and type this:
+~~~
+lsblk
+~~~
+Take note of which drives are present and insert your USB. Retype:
+~~~
+lsblk
+~~~
+
+A new disk should appear. This is your USB, and will have the name "sd" followed by a letter. Usually it will be "sdb", but I will use "sdX" from now on.
+
+Next we will unmount the drive:
+~~~
+sudo umount /dev/sdb
+~~~
+
+And now to burn the ISO to the USB:
+~~~
+sudo dd bs=4M if=/path/to/medaid.iso of=/dev/sdX
+~~~
+
+That should be it!
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Thu, 21 Jul 2016 22:43:08 -0000</pubDate><guid>https://sourceforge.net8ed38682610ff5cad635a6fb75687692ca6a855f</guid></item><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,2 +1,8 @@
-## Create a Bootable USB on Linux
+&lt;h2&gt;Create a Bootable USB on Linux&lt;/h2&gt;

+[TOC]
+
+#### Automatic installer (recommended)
+There are a variety of options that can be used to create a bootable USB drive on Linux, but I prefer [UNetbootin](https://unetbootin.github.io/). Simply download the medaid ISO from the [medaid website](http://medaid.xyz) amd follow the instructions within the application.
+
+#### Manual installation (advanced)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Thu, 21 Jul 2016 03:41:02 -0000</pubDate><guid>https://sourceforge.net39ef35b93e2d00e4b54af3d781d7b22772d11a87</guid></item><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,2 @@
+## Create a Bootable USB on Linux
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Thu, 21 Jul 2016 02:11:49 -0000</pubDate><guid>https://sourceforge.netfc1040f581d6b5060a386ee248712b4d18ef80e9</guid></item><item><title>Linux USB modified by Jack Stanley</title><link>https://sourceforge.net/p/medaid/wiki/Linux%2520USB/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Stanley</dc:creator><pubDate>Wed, 20 Jul 2016 22:03:17 -0000</pubDate><guid>https://sourceforge.netda05ac063ad483de5d4391dfd19c460a521cd9e5</guid></item></channel></rss>