<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: WoeUSB &#8211; Create Bootable Windows USB Sticks from Linux	</title>
	<atom:link href="https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/</link>
	<description>GeeksMint: Computers, How-to&#039;s, Internet, Tips and Tricks</description>
	<lastBuildDate>Sun, 18 Feb 2024 11:48:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: RØb		</title>
		<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/#comment-47766</link>

		<dc:creator><![CDATA[RØb]]></dc:creator>
		<pubDate>Sun, 18 Feb 2024 11:48:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5740#comment-47766</guid>

					<description><![CDATA[It says that &lt;strong&gt;/dev/sdb/&lt;/strong&gt; isn&#039;t a block device file. How can I fix it?]]></description>
			<content:encoded><![CDATA[<p>It says that <strong>/dev/sdb/</strong> isn&#8217;t a block device file. How can I fix it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: YGO Wiseman		</title>
		<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/#comment-9431</link>

		<dc:creator><![CDATA[YGO Wiseman]]></dc:creator>
		<pubDate>Sun, 04 Sep 2022 09:05:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5740#comment-9431</guid>

					<description><![CDATA[it said it can&#039;t locate woeusb  package when trying to install, why is that? where it should be locate it for the system to find it?]]></description>
			<content:encoded><![CDATA[<p>it said it can&#8217;t locate woeusb  package when trying to install, why is that? where it should be locate it for the system to find it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alizardx		</title>
		<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/#comment-5740</link>

		<dc:creator><![CDATA[alizardx]]></dc:creator>
		<pubDate>Mon, 18 Oct 2021 09:04:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5740#comment-5740</guid>

					<description><![CDATA[waste of time - kubuntu 20.04
(package referred to existed in v18, can&#039;t be be installed because it has its own dependency issues)


The following packages have unmet dependencies:


 woeusb : Depends: libwxgtk3.0-0v5 (&#062;= 3.0.4+dfsg) which is a virtual package and is not provided by any available package


The following actions will resolve these dependencies:


     Keep the following packages at their current version:


1)     woeusb [Not Installed]]]></description>
			<content:encoded><![CDATA[<p>waste of time &#8211; kubuntu 20.04<br />
(package referred to existed in v18, can&#8217;t be be installed because it has its own dependency issues)</p>
<p>The following packages have unmet dependencies:</p>
<p> woeusb : Depends: libwxgtk3.0-0v5 (&gt;= 3.0.4+dfsg) which is a virtual package and is not provided by any available package</p>
<p>The following actions will resolve these dependencies:</p>
<p>     Keep the following packages at their current version:</p>
<p>1)     woeusb [Not Installed]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nikhil B		</title>
		<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/#comment-5376</link>

		<dc:creator><![CDATA[Nikhil B]]></dc:creator>
		<pubDate>Wed, 16 Jun 2021 17:50:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5740#comment-5376</guid>

					<description><![CDATA[I followed below steps to make woe usb write windows 10 iso to bootable USB. My laptop runs on Ubuntu 18.04.

&lt;b&gt;1) Download .deb package from github

2) sudo dpkg -i woeusb-build-deps_3.3.1_all.deb&lt;/b&gt;

The above command gave below error
&lt;i&gt;Selecting previously unselected package woeusb-build-deps.
(Reading database ... 337994 files and directories currently installed.)
Preparing to unpack woeusb-build-deps_3.3.1_all.deb ...
Unpacking woeusb-build-deps (3.3.1) ...
dpkg: dependency problems prevent configuration of woeusb-build-deps:
 woeusb-build-deps depends on debhelper (&#062;= 9); however:
  Package debhelper is not installed.
 woeusb-build-deps depends on dh-autoreconf; however:
  Package dh-autoreconf is not installed.
 woeusb-build-deps depends on libwxgtk2.8-dev &#124; libwxgtk3.0-dev; however:
  Package libwxgtk2.8-dev is not installed.
  Package libwxgtk3.0-dev is not installed.

dpkg: error processing package woeusb-build-deps (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 woeusb-build-deps&lt;/i&gt;


3) Now its required to install dependencies as follows.
&lt;b&gt;sudo apt --fix-broken install&lt;/b&gt;


4) Woe USB will be installed automatically with command in point 3 above. If its not installed then,
&lt;b&gt;sudo dpkg -i woeusb-build-deps_3.3.1_all.deb&lt;/b&gt;


5) Open gparted from Ubuntu apps. Find your USB device and unmount it. This step is must to do.

6) Open terminal and simply type &lt;b&gt;woeusbgui&lt;/b&gt;

7) Choose your windows iso image and start writing !]]></description>
			<content:encoded><![CDATA[<p>I followed below steps to make woe usb write windows 10 iso to bootable USB. My laptop runs on Ubuntu 18.04.</p>
<p><b>1) Download .deb package from github</p>
<p>2) sudo dpkg -i woeusb-build-deps_3.3.1_all.deb</b></p>
<p>The above command gave below error<br />
<i>Selecting previously unselected package woeusb-build-deps.<br />
(Reading database &#8230; 337994 files and directories currently installed.)<br />
Preparing to unpack woeusb-build-deps_3.3.1_all.deb &#8230;<br />
Unpacking woeusb-build-deps (3.3.1) &#8230;<br />
dpkg: dependency problems prevent configuration of woeusb-build-deps:<br />
 woeusb-build-deps depends on debhelper (&gt;= 9); however:<br />
  Package debhelper is not installed.<br />
 woeusb-build-deps depends on dh-autoreconf; however:<br />
  Package dh-autoreconf is not installed.<br />
 woeusb-build-deps depends on libwxgtk2.8-dev | libwxgtk3.0-dev; however:<br />
  Package libwxgtk2.8-dev is not installed.<br />
  Package libwxgtk3.0-dev is not installed.</p>
<p>dpkg: error processing package woeusb-build-deps (&#8211;install):<br />
 dependency problems &#8211; leaving unconfigured<br />
Errors were encountered while processing:<br />
 woeusb-build-deps</i></p>
<p>3) Now its required to install dependencies as follows.<br />
<b>sudo apt &#8211;fix-broken install</b></p>
<p>4) Woe USB will be installed automatically with command in point 3 above. If its not installed then,<br />
<b>sudo dpkg -i woeusb-build-deps_3.3.1_all.deb</b></p>
<p>5) Open gparted from Ubuntu apps. Find your USB device and unmount it. This step is must to do.</p>
<p>6) Open terminal and simply type <b>woeusbgui</b></p>
<p>7) Choose your windows iso image and start writing !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kuptis		</title>
		<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/#comment-5182</link>

		<dc:creator><![CDATA[Kuptis]]></dc:creator>
		<pubDate>Thu, 01 Apr 2021 06:08:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5740#comment-5182</guid>

					<description><![CDATA[And...???  You told us how to download it (although had dependency errors with Ubuntu 20.04.2 LTS where I had to use other sources) but you just ended it at that even though your title says &quot; ... Create Bootable Windows USB Sticks from Linux&quot;.  We&#039;re halfway there so no, this isn&#039;t an article to tell someone how to &quot;... Create Bootable Windows USB Sticks from Linux&quot;.]]></description>
			<content:encoded><![CDATA[<p>And&#8230;???  You told us how to download it (although had dependency errors with Ubuntu 20.04.2 LTS where I had to use other sources) but you just ended it at that even though your title says &#8221; &#8230; Create Bootable Windows USB Sticks from Linux&#8221;.  We&#8217;re halfway there so no, this isn&#8217;t an article to tell someone how to &#8220;&#8230; Create Bootable Windows USB Sticks from Linux&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: celyes		</title>
		<link>https://www.geeksmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/#comment-4519</link>

		<dc:creator><![CDATA[celyes]]></dc:creator>
		<pubDate>Mon, 15 Mar 2021 21:02:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=5740#comment-4519</guid>

					<description><![CDATA[A completely useless article!]]></description>
			<content:encoded><![CDATA[<p>A completely useless article!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
