<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Yellow Bricks</title>
	
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization</description>
	<pubDate>Mon, 17 Nov 2008 20:33:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/YellowBricks" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.rojo.com/add-subscription?resource=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://blog.rojo.com/RojoWideRed.gif">Subscribe with Rojo</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/YellowBricks" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://my.feedlounge.com/external/subscribe?url=http%3A%2F%2Ffeeds.feedburner.com%2FYellowBricks" src="http://static.feedlounge.com/buttons/subscribe_0.gif">Subscribe with FeedLounge</feedburner:feedFlare><item>
		<title>ESX in a Box with Shared storage but…</title>
		<link>http://feeds.feedburner.com/~r/YellowBricks/~3/455938586/</link>
		<comments>http://www.yellow-bricks.com/2008/11/17/esx-in-a-box-with-shared-storage-but/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 12:40:53 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
		
		<category><![CDATA[ESX]]></category>

		<category><![CDATA[Howto]]></category>

		<category><![CDATA[Storage]]></category>

		<category><![CDATA[esxi]]></category>

		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=903</guid>
		<description><![CDATA[I was just rebuilding my &#8220;ESX in a box&#8221; setup. I wanted to install an iSCSI Virtual San Appliance but why should I? Your answer probably is: well because you need shared storage to do a VMotion / HA / DRS etc. Yes you are completely right I do need shared storage to have these [...]]]></description>
			<content:encoded><![CDATA[<p>I was just rebuilding my &#8220;ESX in a box&#8221; setup. I wanted to install an iSCSI Virtual San Appliance but why should I? Your answer probably is: well because you need shared storage to do a VMotion / HA / DRS etc. Yes you are completely right I do need shared storage to have these capabilities, but there&#8217;s no need for an iSCSI VSA or NFS appliance for that matter.</p>
<p>A while ago Bouke G. of Jume wrote a nice <a href="http://www.jume.nl/index.php?option=com_content&amp;task=view&amp;id=64&amp;Itemid=1">blog</a> on how to set up shared storage without a SAN appliance. In short you just create an additional disk(scsi id 1:0) on the first ESX VM. Close down VMware Workstation and edit your .vmx file. I would suggest a copy and paste of the following lines and remove the duplicate lines. (scsi1:0.filename etc)</p>
<blockquote><p><em>scsi1.present = &#8220;TRUE&#8221;<br />
scsi1.virtualDev = &#8220;lsilogic&#8221;<br />
scsi1.sharedBus = &#8220;VIRTUAL&#8221;<br />
scsi1:0.present = &#8220;TRUE&#8221;<br />
scsi1:0.fileName = &#8220;D:\Virtual Machines\shared_disk.vmdk&#8221;<br />
scsi1:0.mode = &#8220;independent-persistent&#8221;<br />
scsi1:0.redo = &#8220;&#8221;</em></p>
<p><em>disk.locking = &#8220;FALSE&#8221;<br />
diskLib.dataCacheMaxSize = &#8220;0&#8243;<br />
diskLib.dataCacheMaxReadAheadSize = &#8220;0&#8243;<br />
diskLib.dataCacheMinReadAheadSize = &#8220;0&#8243;<br />
diskLib.dataCachePageSize = &#8220;4096&#8243;<br />
diskLib.maxUnsyncedWrites = &#8220;0&#8243;</em></p></blockquote>
<p>Now copy the correct .vmx entries to the second ESX VM&#8217;s .vmx file and just boot them up. It&#8217;s as simple as that. Yes I know setting up iSCSI isn&#8217;t difficult but this will save you precious memory, especially when running this as a demo kit on your laptop!</p>
<p>This is a post from <a href="http://www.yellow-bricks.com/about/">Duncan Epping</a> - <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/YellowBricks?a=bR1N33"><img src="http://feeds.feedburner.com/~a/YellowBricks?i=bR1N33" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/YellowBricks?a=30DNN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=30DNN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=zU5IN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=zU5IN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=qqsKn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=qqsKn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=XXhiN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=XXhiN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=f64vn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=f64vn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=RJOZn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=RJOZn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=sijfN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=sijfN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/455938586" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/17/esx-in-a-box-with-shared-storage-but/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.yellow-bricks.com/2008/11/17/esx-in-a-box-with-shared-storage-but/</feedburner:origLink></item>
		<item>
		<title>The famous Dutch VMUG event!</title>
		<link>http://feeds.feedburner.com/~r/YellowBricks/~3/453289429/</link>
		<comments>http://www.yellow-bricks.com/2008/11/14/the-famous-dutch-vmug-event/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 19:39:10 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=890</guid>
		<description><![CDATA[Just a couple of weeks left and a few more spots on the list&#8230; make sure to get your tickets now cause The Dutch VMUG Event will probably be sold out. 400 tickets have been sold so far and there are about 200 left.
The agenda has been announced, and it&#8217;s going to be an awesome [...]]]></description>
			<content:encoded><![CDATA[<p>Just a couple of weeks left and a few more spots on the list&#8230; make sure to get <a href="http://www.vmug.nl/modules.php?name=EventPublic&amp;file=Welkom">your tickets</a> now cause The Dutch VMUG Event will probably be sold out. 400 tickets have been sold so far and there are about 200 left.</p>
<p>The agenda has been <a href="http://www.vmug.nl/modules.php?name=EventPublic&amp;file=Agenda">announced</a>, and it&#8217;s going to be an awesome day especially with guys like Eric Sloof, Richard Garsthagen and Bouke Groenescheij presenting. I&#8217;ll be there, and so should you guys, and if you see me walking around just come up and say hi!</p>
<p>This is a post from <a href="http://www.yellow-bricks.com/about/">Duncan Epping</a> - <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/YellowBricks?a=HwCilB"><img src="http://feeds.feedburner.com/~a/YellowBricks?i=HwCilB" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/YellowBricks?a=BpGoN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=BpGoN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=gJzeN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=gJzeN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=teA3n"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=teA3n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=5zmHN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=5zmHN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=XtPLn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=XtPLn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=o6H3n"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=o6H3n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=b50DN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=b50DN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/453289429" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/14/the-famous-dutch-vmug-event/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.yellow-bricks.com/2008/11/14/the-famous-dutch-vmug-event/</feedburner:origLink></item>
		<item>
		<title>HAL check?!</title>
		<link>http://feeds.feedburner.com/~r/YellowBricks/~3/452949005/</link>
		<comments>http://www.yellow-bricks.com/2008/11/14/hal-check/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 13:51:41 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
		
		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[p2v]]></category>

		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=883</guid>
		<description><![CDATA[My post about reverting your HAL triggered Alanrenouf to create a short, but very cool script that compares the amount of cpu&#8217;s to the windows HAL you&#8217;ve chosen. This way you will know within a second if you need to change the HAL of any of your vm&#8217;s! Cool stuff:

connect-viserver MYVISERVER
$myCol = @()
ForEach ($VM in [...]]]></description>
			<content:encoded><![CDATA[<p>My post about reverting your HAL triggered Alanrenouf to create a short, but very <a href="http://teckinfo.blogspot.com/2008/11/correct-hal-installed.html">cool script</a> that compares the amount of cpu&#8217;s to the windows HAL you&#8217;ve chosen. This way you will know within a second if you need to change the HAL of any of your vm&#8217;s! Cool stuff:</p>
<blockquote><p>
connect-viserver MYVISERVER<br />
$myCol = @()<br />
ForEach ($VM in (Get-VM))<br />
{<br />
   $MyDetails = &#8220;&#8221; | select-Object Name, HAL, NumvCPU<br />
   $MYDetails.Name = $VM.Name<br />
   $Hal = Get-WmiObject -ComputerName $VM.Name -Query &#8220;SELECT * FROM Win32_PnPEntity where ClassGuid = &#8216;{4D36E966-E325-11CE-BFC1-08002BE10318}&#8217;&#8221; | Select Name<br />
   $MYDetails.HAL = $Hal.Name<br />
   $MYDetails.NumvCPU = $VM.NumCPU<br />
   $myCol += $MYDetails<br />
}<br />
$myCol
</p></blockquote>
<p>This is a post from <a href="http://www.yellow-bricks.com/about/">Duncan Epping</a> - <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/YellowBricks?a=a0Q2Bj"><img src="http://feeds.feedburner.com/~a/YellowBricks?i=a0Q2Bj" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/YellowBricks?a=ztaCN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=ztaCN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=Hm59N"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=Hm59N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=DOdxn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=DOdxn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=2ZeON"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=2ZeON" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=SsMjn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=SsMjn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=gGFUn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=gGFUn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=3YVXN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=3YVXN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/452949005" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/14/hal-check/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.yellow-bricks.com/2008/11/14/hal-check/</feedburner:origLink></item>
		<item>
		<title>Monetizing…</title>
		<link>http://feeds.feedburner.com/~r/YellowBricks/~3/452997511/</link>
		<comments>http://www.yellow-bricks.com/2008/11/14/monetizing/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 14:48:46 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=888</guid>
		<description><![CDATA[Some of you have already noticed that I&#8217;ve added some Google Adsense blocks to my site. I&#8217;ve never been a huge fan of advertising blocks but with the amount of traffic these days it would be nice to be able to pay my hosting bill with Adsense blocks. I just had to upgrade my hosting [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you have already noticed that I&#8217;ve added some Google Adsense blocks to my site. I&#8217;ve never been a huge fan of advertising blocks but with the amount of traffic these days it would be nice to be able to pay my hosting bill with Adsense blocks. I just had to upgrade my hosting account for the second time within a year, which is a good thing cause people are reading my website and visiting on a regular base.</p>
<p>Anyway, I will also be looking into changing my wordpress theme, so if anyone got some good tips or is missing something at the moment let me know and I&#8217;ll add it to my &#8220;under consideration&#8221; list.</p>
<p>This is a post from <a href="http://www.yellow-bricks.com/about/">Duncan Epping</a> - <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/YellowBricks?a=BLFKwt"><img src="http://feeds.feedburner.com/~a/YellowBricks?i=BLFKwt" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/YellowBricks?a=LzawN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=LzawN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=Nqp8N"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=Nqp8N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=IfKwn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=IfKwn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=GF4jN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=GF4jN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=AQ8qn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=AQ8qn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=kUJGn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=kUJGn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=s9GVN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=s9GVN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/452997511" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/14/monetizing/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.yellow-bricks.com/2008/11/14/monetizing/</feedburner:origLink></item>
		<item>
		<title>revert your HAL!</title>
		<link>http://feeds.feedburner.com/~r/YellowBricks/~3/452891850/</link>
		<comments>http://www.yellow-bricks.com/2008/11/14/revert-your-hall/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 12:40:36 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
		
		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[p2v]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=879</guid>
		<description><![CDATA[A couple of weeks ago I did a design review. During this review we discussed the process of reverting your &#8220;HAL&#8221;, on a Microsoft machine, from multi cpu to single cpu. The customer just emailed me a script that can automate this for you. After some googling I noticed that Mike Laverick already wrote an [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I did a design review. During this review we discussed the process of reverting your &#8220;HAL&#8221;, on a Microsoft machine, from multi cpu to single cpu. The customer just emailed me a script that can automate this for you. After some googling I noticed that Mike Laverick already wrote an article on this well over two years ago, which also contains this script. (more or less the same) Still I would like to share this with you guys:</p>
<p style="padding-left: 30px;">@echo off</p>
<p style="padding-left: 30px;">:DRIVER_HAL_UPDATE<br />
SET HAL=</p>
<p style="padding-left: 30px;">IF %NUMBER_OF_PROCESSORS%==1 (<br />
devcon.exe /find @ROOT\ACPI_HAL\0000 | find /i &#8220;Multiprocessor&#8221; &gt; NUL &amp;&amp; SET HAL=ACPIAPIC_UP<br />
devcon.exe /find @ROOT\PCI_HAL\0000 | find /i &#8220;Multiprocessor&#8221; &gt; NUL &amp;&amp; SET HAL=MPS_UP<br />
) ELSE (<br />
devcon.exe /find @ROOT\ACPI_HAL\0000 | find /i &#8220;Uniprocessor&#8221; &gt; NUL &amp;&amp; SET HAL=ACPIAPIC_MP<br />
devcon.exe /find @ROOT\PCI_HAL\0000 | find /i &#8220;Uniprocessor&#8221; &gt; NUL &amp;&amp; SET HAL=MPS_MP<br />
)</p>
<p style="padding-left: 30px;">IF NOT &#8220;%HAL%&#8221;==&#8221;" (<br />
ECHO.<br />
ECHO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ECHO Installing %HAL% HAL<br />
ECHO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ECHO.</p>
<p style="padding-left: 30px;">devcon.exe sethwid @ROOT\PCI_HAL\0000 := !E_ISA_UP !ACPIPIC_UP !ACPIAPIC_UP !ACPIAPIC_MP !MPS_UP !MPS_MP !SGI_MPS_MP !SYSPRO_MP !SGI_MPS_MP<br />
devcon.exe sethwid @ROOT\ACPI_HAL\0000 := !E_ISA_UP !ACPIPIC_UP !ACPIAPIC_UP !ACPIAPIC_MP !MPS_UP !MPS_MP !SGI_MPS_MP !SYSPRO_MP !SGI_MPS_MP<br />
devcon.exe sethwid @ROOT\PCI_HAL\0000 := +%HAL%<br />
devcon.exe sethwid @ROOT\ACPI_HAL\0000 := +%HAL%<br />
devcon.exe update %windir%\inf\hal.inf %HAL%<br />
devcon.exe ReScan</p>
<p style="padding-left: 30px;">ECHO.<br />
ECHO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ECHO Rebooting<br />
ECHO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ECHO.<br />
devcon.exe Reboot<br />
) ELSE (<br />
ECHO.<br />
ECHO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ECHO Correct HAL Detected<br />
ECHO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ECHO.<br />
)<br />
GOTO :EOF</p>
<p>There&#8217;s a topic on <a href="http://communities.vmware.com/thread/29415">VMTN</a> about this, read it. You need the Microsoft DevCon util, which is part of the support tools, for more info on devcon click <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311272">here</a>. Mike Laverick&#8217;s paper can be found <a href="http://www.rtfm-ed.co.uk/docs/vmwdocs/whitepaper-upgrading-cpus-on-non-acpi-p2v.pdf">here</a>. Thanks for pointing this out Xing.</p>
<p>This is a post from <a href="http://www.yellow-bricks.com/about/">Duncan Epping</a> - <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/YellowBricks?a=JJGkYY"><img src="http://feeds.feedburner.com/~a/YellowBricks?i=JJGkYY" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/YellowBricks?a=InuON"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=InuON" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=MgTwN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=MgTwN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=1nK8n"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=1nK8n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=Os4sN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=Os4sN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=cqzLn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=cqzLn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=OBXdn"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=OBXdn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/YellowBricks?a=VCExN"><img src="http://feeds.feedburner.com/~f/YellowBricks?i=VCExN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/452891850" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/14/revert-your-hall/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.yellow-bricks.com/2008/11/14/revert-your-hall/</feedburner:origLink></item>
	<item><title>Links for 2008-11-06 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/445139643/depping</link><pubDate>Fri, 07 Nov 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-11-06</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html">Top 10 Best Cheat Sheets and Tutorials for Linux / UNIX Commands</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/445139643" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html"&gt;Top 10 Best Cheat Sheets and Tutorials for Linux / UNIX Commands&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-11-06</feedburner:origLink></item><item><title>Links for 2008-11-05 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/444030064/depping</link><pubDate>Thu, 06 Nov 2008 00:00:00 -0600</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-11-05</guid><content:encoded><![CDATA[<ul>
<li><a href="http://media.netapp.com/documents/tr-3428.pdf">NetApp and VI3 Storage best practices</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/444030064" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://media.netapp.com/documents/tr-3428.pdf"&gt;NetApp and VI3 Storage best practices&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-11-05</feedburner:origLink></item><item><title>Links for 2008-10-26 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/433222534/depping</link><pubDate>Mon, 27 Oct 2008 00:00:00 -0500</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-10-26</guid><content:encoded><![CDATA[<ul>
<li><a href="http://ubuntuforums.org/showthread.php?t=320308">Wireless / Keyring / Pam-Keyring and automatic login - Ubuntu Forums</a><br/>
Wireless / Keyring / Pam-Keyring and automatic login Networking &amp; Wireless</li>
<li><a href="http://www.makeuseof.com/tag/archlord-a-free-jawdropping-mmorpg/">MUO Games - Archlord: A Free Jawdropping MMORPG | MakeUseOf.com</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/433222534" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=320308"&gt;Wireless / Keyring / Pam-Keyring and automatic login - Ubuntu Forums&lt;/a&gt;&lt;br/&gt;
Wireless / Keyring / Pam-Keyring and automatic login Networking &amp;amp; Wireless&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.makeuseof.com/tag/archlord-a-free-jawdropping-mmorpg/"&gt;MUO Games - Archlord: A Free Jawdropping MMORPG | MakeUseOf.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-10-26</feedburner:origLink></item><item><title>Links for 2008-10-24 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/431400222/depping</link><pubDate>Sat, 25 Oct 2008 00:00:00 -0500</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-10-24</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.cyberciti.biz/faq/gnome-linux-firefox-smooth-fonts/">Ubuntu Linux: Firefox and Desktop Application Fix Smooth Font Problem ( Render Font Correctly )</a></li>
<li><a href="http://www.vmware.com/resources/techresources/798">Running VirtualCenter in a Virtual Machine</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/431400222" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faq/gnome-linux-firefox-smooth-fonts/"&gt;Ubuntu Linux: Firefox and Desktop Application Fix Smooth Font Problem ( Render Font Correctly )&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.vmware.com/resources/techresources/798"&gt;Running VirtualCenter in a Virtual Machine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-10-24</feedburner:origLink></item><item><title>Links for 2008-10-22 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/429273204/depping</link><pubDate>Thu, 23 Oct 2008 00:00:00 -0500</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-10-22</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.engadget.com/2008/10/21/fit-pc-slim-very-small-otherwise-no-great-shakes/">fit-PC slim: very small, otherwise no great shakes</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/429273204" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.engadget.com/2008/10/21/fit-pc-slim-very-small-otherwise-no-great-shakes/"&gt;fit-PC slim: very small, otherwise no great shakes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-10-22</feedburner:origLink></item><item><title>Links for 2008-10-19 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/426070300/depping</link><pubDate>Mon, 20 Oct 2008 00:00:00 -0500</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-10-19</guid><content:encoded><![CDATA[<ul>
<li><a href="http://broadcast.oreilly.com/2008/10/ovirt-open-virtualization-done.html">oVirt, Open Virtualization Done Right - O'Reilly Broadcast</a></li>
<li><a href="http://broadcast.oreilly.com/2008/09/how-powertop-latencytop-and-fi.html">How PowerTOP, LatencyTOP, and Five-Second Boot Improve Desktop Linux - O'Reilly Broadcast</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/426070300" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://broadcast.oreilly.com/2008/10/ovirt-open-virtualization-done.html"&gt;oVirt, Open Virtualization Done Right - O'Reilly Broadcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://broadcast.oreilly.com/2008/09/how-powertop-latencytop-and-fi.html"&gt;How PowerTOP, LatencyTOP, and Five-Second Boot Improve Desktop Linux - O'Reilly Broadcast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-10-19</feedburner:origLink></item><item><title>Links for 2008-10-18 [del.icio.us]</title><link>http://feeds.feedburner.com/~r/YellowBricks/~3/425180013/depping</link><pubDate>Sun, 19 Oct 2008 00:00:00 -0500</pubDate><guid isPermaLink="false">http://del.icio.us/depping#2008-10-18</guid><content:encoded><![CDATA[<ul>
<li><a href="http://www.blogohblog.com/">Free Wordpress Themes</a></li>
</ul><img src="http://feeds.feedburner.com/~r/YellowBricks/~4/425180013" height="1" width="1"/>]]></content:encoded><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.blogohblog.com/"&gt;Free Wordpress Themes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/depping#2008-10-18</feedburner:origLink></item></channel>
</rss>
