<?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: Setting Up Prerequisites to &#8216;Install Windows 7&#8217; over &#8216;PXE Network Boot Server&#8217; on RHEL/CentOS 7 &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 10 Aug 2021 10:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jeff Grundy		</title>
		<link>https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1564401</link>

		<dc:creator><![CDATA[Jeff Grundy]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 10:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9652#comment-1564401</guid>

					<description><![CDATA[I think you should copy the &lt;strong&gt;smb.conf&lt;/strong&gt; file initially instead of moving it.
&lt;pre&gt;
# mv /etc/samba/smb.conf /etc/samba/smb.conf.backup
&lt;/pre&gt;
should be 
&lt;pre&gt;
# cp /etc/samba/smb.conf /etc/samba/smb.conf.backup
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I think you should copy the <strong>smb.conf</strong> file initially instead of moving it.</p>
<pre>
# mv /etc/samba/smb.conf /etc/samba/smb.conf.backup
</pre>
<p>should be </p>
<pre>
# cp /etc/samba/smb.conf /etc/samba/smb.conf.backup
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vu Tan		</title>
		<link>https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1135337</link>

		<dc:creator><![CDATA[Vu Tan]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 04:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9652#comment-1135337</guid>

					<description><![CDATA[Hi, why I have to copy windows 7 iso image when I already copy its content to the directory /windows/x64/ ?]]></description>
			<content:encoded><![CDATA[<p>Hi, why I have to copy windows 7 iso image when I already copy its content to the directory /windows/x64/ ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mouldi Houimli		</title>
		<link>https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1047244</link>

		<dc:creator><![CDATA[Mouldi Houimli]]></dc:creator>
		<pubDate>Fri, 12 Oct 2018 10:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9652#comment-1047244</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1037783&quot;&gt;oasejoul&lt;/a&gt;.

tray this &lt;strong&gt;semanage fcontext -a -t samba_share_t &#039;/windows(/.*)?&#039;&lt;/strong&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1037783">oasejoul</a>.</p>
<p>tray this <strong>semanage fcontext -a -t samba_share_t &#8216;/windows(/.*)?&#8217;</strong></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: oasejoul		</title>
		<link>https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1037783</link>

		<dc:creator><![CDATA[oasejoul]]></dc:creator>
		<pubDate>Thu, 20 Sep 2018 12:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9652#comment-1037783</guid>

					<description><![CDATA[Help, when I type the command:
&lt;pre&gt;
# semanage fcontext -a -t samba_share_t ‘/windows(/.*)?’
&lt;/pre&gt;
There is an error message ==&#062;
&lt;pre&gt;
-bash: syntax error near unexpected token `(&#039;
&lt;/pre&gt;
What should I do. Thank you for the help]]></description>
			<content:encoded><![CDATA[<p>Help, when I type the command:</p>
<pre>
# semanage fcontext -a -t samba_share_t ‘/windows(/.*)?’
</pre>
<p>There is an error message ==&gt;</p>
<pre>
-bash: syntax error near unexpected token `('
</pre>
<p>What should I do. Thank you for the help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: radhe		</title>
		<link>https://www.tecmint.com/configure-pxe-server-to-install-windows-on-centos/comment-page-1/#comment-1024581</link>

		<dc:creator><![CDATA[radhe]]></dc:creator>
		<pubDate>Fri, 17 Aug 2018 12:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9652#comment-1024581</guid>

					<description><![CDATA[Hi,

I have configured this for windows 2012R2, while trying to connect with samba i am getting &quot;&lt;strong&gt;System error 58 ha occurred&lt;/strong&gt;&quot;.

From other windows or Linux server i am able to connect, But from WinPe i am getting error.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I have configured this for windows 2012R2, while trying to connect with samba i am getting &#8220;<strong>System error 58 ha occurred</strong>&#8220;.</p>
<p>From other windows or Linux server i am able to connect, But from WinPe i am getting error.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
