<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bahramov's Personal Blog &#187; VMWare Workstation</title>
	<atom:link href="http://www.bahramov.com/tag/vmware-workstation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bahramov.com</link>
	<description>Computers, databases, networks and virtualization</description>
	<lastBuildDate>Wed, 28 Apr 2010 12:24:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMWare Workstation: Set BIOS POST delay</title>
		<link>http://www.bahramov.com/2009/03/18/vmware-workstation-set-bios-post-delay/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/03/18/vmware-workstation-set-bios-post-delay/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 21:25:54 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[VMWare Workstation]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/?p=59</guid>
		<description><![CDATA[In VMWare Workstation if you need to configure the BIOS POST delay you have to edit the .vmx file as follows:
bios.bootDelay = &#34;5000&#34;
 &#8211; adds an additional 5 second boot delay
OR:
bios.forceSetupOnce = &#34;TRUE&#34;
 &#8211; forces the VM to enter the BIOS on the next start (this parameter will be automatically reset to FALSE).
]]></description>
			<content:encoded><![CDATA[<p>In VMWare Workstation if you need to configure the BIOS POST delay you have to edit the .vmx file as follows:</p>
<pre class="brush: plain">bios.bootDelay = &quot;5000&quot;</pre>
<p> &#8211; adds an additional 5 second boot delay<br />
OR:</p>
<pre class="brush: plain">bios.forceSetupOnce = &quot;TRUE&quot;</pre>
<p> &#8211; forces the VM to enter the BIOS on the next start (this parameter will be automatically reset to FALSE).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/03/18/vmware-workstation-set-bios-post-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
