<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=How_to_install_Linux_via_USB</id>
		<title>How to install Linux via USB - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=How_to_install_Linux_via_USB"/>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=How_to_install_Linux_via_USB&amp;action=history"/>
		<updated>2026-07-28T00:17:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://briansnelson.com/index.php?title=How_to_install_Linux_via_USB&amp;diff=819&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;==How to install Linux via USB Drive==  Got a new laptop the other day and like most modern laptop it does not have a CD-ROM drive.  Making a Install USB stick is the next bes...&quot;</title>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=How_to_install_Linux_via_USB&amp;diff=819&amp;oldid=prev"/>
				<updated>2015-02-10T17:17:12Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==How to install Linux via USB Drive==  Got a new laptop the other day and like most modern laptop it does not have a CD-ROM drive.  Making a Install USB stick is the next bes...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==How to install Linux via USB Drive==&lt;br /&gt;
&lt;br /&gt;
Got a new laptop the other day and like most modern laptop it does not have a CD-ROM drive.&lt;br /&gt;
&lt;br /&gt;
Making a Install USB stick is the next best thing.&lt;br /&gt;
&lt;br /&gt;
===Create USB Install from ISO===&lt;br /&gt;
&lt;br /&gt;
This is by far the fastest way to create a USB install.&lt;br /&gt;
&lt;br /&gt;
Check to see what your thumb drive is located&lt;br /&gt;
&lt;br /&gt;
 sudo fdisk -l&lt;br /&gt;
&lt;br /&gt;
Sample output would look like&lt;br /&gt;
&lt;br /&gt;
 Disk /dev/sdb: 7751 MB, 7751073792 bytes&lt;br /&gt;
 43 heads, 43 sectors/track, 8187 cylinders, total 15138816 sectors&lt;br /&gt;
 Units = sectors of 1 * 512 = 512 bytes&lt;br /&gt;
 Sector size (logical/physical): 512 bytes / 512 bytes&lt;br /&gt;
 I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;br /&gt;
 Disk identifier: 0x25b257e1 &lt;br /&gt;
 &lt;br /&gt;
    Device Boot      Start         End      Blocks   Id  System&lt;br /&gt;
 /dev/sdb1            8064    15138815     7565376    c  W95 FAT32 (LBA)&lt;br /&gt;
&lt;br /&gt;
Warning: Make sure to set the correct device path&lt;br /&gt;
&lt;br /&gt;
 sudo dd if=/home/bnelson/Downloads/linuxmint-17.1-mate-64bit.iso of=/dev/sdb oflag=direct bs=1048576&lt;br /&gt;
 1557+1 records in&lt;br /&gt;
 1557+1 records out&lt;br /&gt;
 1632927744 bytes (1.6 GB) copied, 255.854 s, 6.4 MB/s&lt;br /&gt;
&lt;br /&gt;
Now just plugin and start the computer - enjoy&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>