<?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>Windows 2003 r2 x64 &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/windows-2003-r2-x64/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 12 Jul 2023 11:19:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Migrating Windows 2003 servers to Proxmox/VE</title>
		<link>https://virtuallyfun.com/2011/03/03/migrating-windows-2003-servers-to-proxmoxve/</link>
					<comments>https://virtuallyfun.com/2011/03/03/migrating-windows-2003-servers-to-proxmoxve/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 08:52:00 +0000</pubDate>
				<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[Windows 2003 r2 x64]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=370</guid>

					<description><![CDATA[So I&#8217;ve had this Microsoft Virtual Server 2005 install that has been chugging along since.. Well 2005. On hardware we scrounged around at work from 2000. So as you can gather, it&#8217;s getting OLD. Real old. So now after a &#8230; <a href="https://virtuallyfun.com/2011/03/03/migrating-windows-2003-servers-to-proxmoxve/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So I&#8217;ve had this Microsoft Virtual Server 2005 install that has been chugging along since.. Well 2005. On hardware we scrounged around at work from 2000. So as you can gather, it&#8217;s getting OLD. Real old.</p>
<p>So now after a panic, we are finally at the crossroads of what to do from here.</p>
<p>Now most people would expect us to just &#8220;migrate&#8221; the server to Hyper-V but there is some major shortfalls I&#8217;ve had with Hyper-V. First you can&#8217;t remotely manage it very easily. God help you if you are on the road, on a notebook, or even&#8230; On your parents computer. The idea that you must be on a domain, and install some 300MB+++ file is totally insane, and completely unacceptable.</p>
<p>The other catastrophic issue we&#8217;ve had is that running the x64 version of OpenBSD has been met with failure so that enterprise is virtually over.</p>
<p>So, let&#8217;s revisit <a href="http://pve.proxmox.com/wiki/Main_Page">Proxmox VE</a>.</p>
<p>Now to start small, I&#8217;m going to migrate the 2003 domain controller. Luckily it&#8217;s configured for IDE disks (phew!) and basically doesn&#8217;t do anything else other then act as a DC. The steps to do this in a quick and easy manner is something like this:</p>
<p>1 Remove those blasted MS extensions! You can ONLY do this while you are under MS Virtual Server. Really. I expect this also holds true for Hyper-V.</p>
<p>2 Next run the <a href="http://vpsland.superglobalmegacorp.com/install/mergeide.reg">mergeide.reg</a>, file which will tell 2003 (probably 2000 and above&#8230;) to enable all the IDE controller types on boot, so you don&#8217;t get locked out&#8230;</p>
<p>3 Next download and install this GREAT program, <a href="http://selfimage.software.informer.com/">selfimage</a> (sorry for the lame download thing), and go ahead and run it.</p>
<p>Make sure you set the source to being a WHOLE DISK, not a partition&#8230; Start with the C drive. (I always try to get the OS going before going after data drives &amp; whatnot&#8230;.).</p>
<p>Next you can set the target to NBD and point it to your proxmox server, and set the port to 1024.</p>
<p>I didn&#8217;t know this, but NBD is a network block device! So instead of playing with intermediate disks, formats, and all this other painful crap, we can instead basically dd from one disk to another over the network, with little effort. I would imagine for the WindowsPE crowd this would be a massive win, to say image disks out of other servers, or even LIVE servers.. Although if it were SQL I sure would shut down the database server at this time.</p>
<p>On the proxmox server go ahead and create a &#8216;destination&#8217; VM, that you will copy the VM into. It&#8217;s recommended you make the destination disk larger then the source disk, so there isn&#8217;t any nasty rounding errors.</p>
<p>Now putty into the proxmox machine, and then you have to launch the nbd server. The syntax is something like this:</p>
<blockquote><p>qemu-nbd -t /var/lib/vz/images/xxx/vm-xxx-disk.qcow2</p></blockquote>
<p>The filename may be slightly different, so don&#8217;t sweat it too much, but basically you are telling qemu-nbd to &#8216;serve&#8217; this virtual disk.</p>
<p>With all of this in place, you can now hit the start button on the SelfImage application and it&#8217;ll start to block copy!</p>
<p>I have a slow network where I&#8217;m doing this so it took me about an hour to do 32GB.</p>
<p>Once it is done, you can terminate qemu-nbd with a Control+C, then try to start up the VM on Proxmox.</p>
<p>Two things I ran into:</p>
<p>Some error about processor.sys, and a 0x000000CE error code. For me the easy way out of this is to shut down the VM, and re-configure it to disable KVM. In this mode it will be SLOW. But once booted up, you can issue the following from a command prompt:</p>
<blockquote><p>sc config processor start= disabled</p></blockquote>
<p>Shut down the VM, turn on KVM, and start it up again. Also the start= isn&#8217;t a typo, it really is entered that way.</p>
<p>The other error I had was a INTERNAL_POWER_ERROR blue screen. I tried playing with the ACPI, and some other stuff to no avail. The only way to seemingly &#8216;fix&#8217; it was booting up again with KVM disabled, and when I tried to login, windows immediately started to shutdown.. Re-enabling the KVM option then let me boot normally. I&#8217;m still a little lost as to what this was all about.</p>
<p>So with all the little stops here &amp; there, my VM is now running on Proxmox VE.</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2011/03/proxmox-2003.png"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-1539" title="proxmox 2003" src="https://virtuallyfun.com/wp-content/uploads/2011/03/proxmox-2003.png" alt="" width="647" height="528" /></a></p>
<div class="separator" style="clear: both; text-align: center;"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2011/03/03/migrating-windows-2003-servers-to-proxmoxve/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Neko x64!</title>
		<link>https://virtuallyfun.com/2010/03/27/neko-x64/</link>
					<comments>https://virtuallyfun.com/2010/03/27/neko-x64/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 28 Mar 2010 00:04:00 +0000</pubDate>
				<category><![CDATA[DEC Alpha]]></category>
		<category><![CDATA[MIPS]]></category>
		<category><![CDATA[neko]]></category>
		<category><![CDATA[Win64]]></category>
		<category><![CDATA[Windows 2003 r2 x64]]></category>
		<category><![CDATA[x64]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=217</guid>

					<description><![CDATA[For no real reason today I remmeber that there used to be this cool program back in the Windows 3.0 days called Neko. I was trying to explain it to my girlfriend about this cat that would chase your mouse! &#8230; <a href="https://virtuallyfun.com/2010/03/27/neko-x64/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://vpsland.superglobalmegacorp.com/jdosbox/neko.html"><img decoding="async" class="aligncenter size-full wp-image-514" title="Neko 1.0 on Windows 3.0" src="https://virtuallyfun.com/wp-content/uploads/2010/03/Neko-1.0-on-Windows-3.0.jpg" alt="" width="638" height="350" /></a></p>
<p>For no real reason today I remmeber that there used to be this cool program back in the <a href="http://vpsland.superglobalmegacorp.com/install/neko.zip">Windows 3.0 days called Neko</a>. I was trying to explain it to my girlfriend about this cat that would chase your mouse! Â Click the picture above to play with neko in <a href="https://virtuallyfun.com/?p=433">jdosbox</a>.</p>
<p>I recall that Neko even made it to OS/2 as it was more interesting than the mouse trails alternative from Microsoft.</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2010/03/os2-2.0-neko.jpg"><img decoding="async" class="aligncenter size-full wp-image-516" title="Neko on OS/2 2.0" src="https://virtuallyfun.com/wp-content/uploads/2010/03/os2-2.0-neko.jpg" alt="" width="639" height="481" /></a></p>
<p>At any rate, I was wondering if there ever was a 32bit version of Neko&#8230; And much to my amazement I found there was a Neko95, and a Neko98! And they even ran on my x64 version of Windows&#8230; So after googling around, I found the <a href="http://www.reocities.com/SiliconValley/Haven/4173/neko.html">source code to Neko 98</a>!</p>
<p>So, I did the next best thing, which is download the source, fix a single casting &#8216;error&#8217; in some square root function and I got it building under Visual C++ 2008. Then I figured, what the hell, added a target for the x64, and built&#8230; a 64 bit version of neko!</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2010/03/Neko-2010-on-x64-Windows-2003.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-517" title="Neko 2010 on x64 Windows 2003" src="https://virtuallyfun.com/wp-content/uploads/2010/03/Neko-2010-on-x64-Windows-2003.jpg" alt="" width="816" height="636" /></a></p>
<p><a href="https://archive.org/download/neko-98/Neko2010.zip">You can download the x64 binaries, and the source directory that I used here</a>.</p>
<p>You may need some VC runtimes if your system is an old x64&#8230; At this moment it can be found <a href="https://archive.org/details/visual-studio-vcredist">here</a>:</p>
<p>Or by searching for Microsoft Visual C++ 2008 SP1 Redistributable Package (x64)</p>
<p>Oh well at any rate, it&#8217;s cool to see Neko still kicking!</p>
<p>PS When I get back, I&#8217;ll have to see about an <a href="https://archive.org/download/neko-98/neko98-i386.7z">i386</a>, <a href="https://archive.org/download/neko-98/neko98-MIPS.zip">MIPS</a>, <a href="https://archive.org/download/neko-98/Neko98-DecAlpha.zip">Dec Alpha</a> and <a href="https://archive.org/download/neko-98/neko-ia64.zip">Itanium</a> build&#8230; wink wink!</p>
<p>&#8212;edit</p>
<p>Neko98&#8217;s source code has been rescued, all saved <a href="https://virtuallyfun.com/?p=1816">here</a>. and on <a href="https://github.com/neozeed/neko98">github</a>.</p>
<p>&#8212;years later</p>
<p>I just received this screen shot of Neko x64 rocking it on Windows 8 (Desktop mode)</p>
<div id="attachment_2311" style="width: 650px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2010/03/neko_win8.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2311" class="size-large wp-image-2311" title="neko_win8" src="https://virtuallyfun.com/wp-content/uploads/2010/03/neko_win8-1024x662.png" alt="" width="640" height="413" /></a><p id="caption-attachment-2311" class="wp-caption-text">Neko on Windows 8</p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2010/03/27/neko-x64/feed/</wfw:commentRss>
			<slash:comments>58</slash:comments>
		
		
			</item>
		<item>
		<title>Running Windows 2003 r2 x64 on Qemu 0.9.0</title>
		<link>https://virtuallyfun.com/2009/07/10/running-windows-2003-r2-x64-on-qemu-0-9-0/</link>
					<comments>https://virtuallyfun.com/2009/07/10/running-windows-2003-r2-x64-on-qemu-0-9-0/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 10 Jul 2009 21:00:00 +0000</pubDate>
				<category><![CDATA[gcc]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[msys]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[Windows 2003 r2 x64]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=135</guid>

					<description><![CDATA[This took me a LOT longer then it should have to figure out. So for anyone else wanting to run the 64bit versions of Windows on Qemu (I havent tested Vista/2008/7 yet) Only version 0.9.0 will work. Because sourceforge is &#8230; <a href="https://virtuallyfun.com/2009/07/10/running-windows-2003-r2-x64-on-qemu-0-9-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This took me a LOT longer then it should have to figure out. So for anyone else wanting to run the 64bit versions of Windows on Qemu (I havent tested Vista/2008/7 yet) Only version 0.9.0 will work.</p>
<p>Because sourceforge is still giving me errors I&#8217;ll provide direct links&#8230;</p>
<p>Anyways to buidl Qemu you&#8217;ll need a MinGW/MSYS enviroment. The new stuff works on Vista x64 so that&#8217;s good to me, as it&#8217;ll run natively.</p>
<p>You&#8217;ll need the following files:</p>
<p><a href="http://vpsland.superglobalmegacorp.com/install/mingw/MinGW-5.1.4.exe">MinGW-5.1.4.exe</a><br />
<a href="http://vpsland.superglobalmegacorp.com/install/mingw/MSYS-1.0.11-rc-1.exe">MSYS-1.0.11-rc-1.exe</a><br />
<a href="http://vpsland.superglobalmegacorp.com/install/mingw/msysDTK-1.0.1.exe">msysDTK-1.0.1.exe</a><br />
<a href="http://vpsland.superglobalmegacorp.com/install/mingw/w32api-3.13-mingw32-dev.tar.gz">w32api-3.13-mingw32-dev.tar.gz</a><br />
<a href="http://vpsland.superglobalmegacorp.com/install/mingw/mingwrt-3.15.2-mingw32-dev.tar.gz">mingwrt-3.15.2-mingw32-dev.tar.gz</a></p>
<p>First, install MinGW by choosing the &#8216;current&#8217; version, then check the following options:</p>
<p>*MinGW Base tools<br />
*G++ compiler<br />
*MinGW make</p>
<p>Allow it to instal into c:\MinGW</p>
<p>Next install MSYS with the default options. Then it&#8217;ll ask you the following, respond as I have:</p>
<blockquote><p>Do you wish to continue with the post install? [yn ] y</p>
<p>Do you have MinGW installed? [yn ] y</p>
<p>Please answer the following in the form of c:/foo/bar.<br />
Where is your MinGW installation? c:/mingw</p></blockquote>
<p>Install msysDTK with the default options.</p>
<p>Now you should be able to run the msys CLI<br />
Start -&gt; run -&gt; mingw -&gt; msys -&gt; msys</p>
<p>Let&#8217;s expand out the win32api &amp; mingw32 dev updates:</p>
<blockquote><p>cd /mingw<br />
tar -zxvf /c/install/qemu-build/w32api-3.13-mingw32-dev.tar.gz<br />
tar -zxvf /c/install/qemu-build/mingwrt-3.15.2-mingw32-dev.tar.gz</p></blockquote>
<p>Now your &#8216;gcc -v&#8217; should return something like this:</p>
<blockquote><p>Reading specs from c:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs<br />
Configured with: ../gcc-3.4.5-20060117-3/configure &#8211;with-gcc &#8211;with-gnu-ld &#8211;wi<br />
th-gnu-as &#8211;host=mingw32 &#8211;target=mingw32 &#8211;prefix=/mingw &#8211;enable-threads &#8211;dis<br />
able-nls &#8211;enable-languages=c,c++,f77,ada,objc,java &#8211;disable-win32-registry &#8211;d<br />
isable-shared &#8211;enable-sjlj-exceptions &#8211;enable-libgcj &#8211;disable-java-awt &#8211;with<br />
out-x &#8211;enable-java-gc=boehm &#8211;disable-libgcj-debug &#8211;enable-interpreter &#8211;enabl<br />
e-hash-synchronization &#8211;enable-libstdcxx-debug<br />
Thread model: win32<br />
gcc version 3.4.5 (mingw-vista special r3)</p></blockquote>
<p>Ok, now let&#8217;s build the prerequisits, zlib &amp; SDL.</p>
<p><a href="http://www.zlib.net/zlib-1.2.3.tar.gz">zlib-1.2.3.tar.gz</a></p>
<blockquote><p>cd /<br />
mkdir -p /usr/src<br />
cd /usr/src<br />
tar -zxvf /c/install/qemu-build/zlib-1.2.3.tar.gz<br />
./configure<br />
make<br />
make install</p></blockquote>
<p>Now SDL.</p>
<p><a href="http://www.libsdl.org/release/SDL-1.2.13.tar.gz">SDL-1.2.13.tar.gz</a></p>
<blockquote><p>tar -zxvf /c/install/qemu-build/SDL-1.2.13.tar.gz<br />
cd SDL-1.2.13<br />
./configure<br />
make<br />
make install</p></blockquote>
<p>Now we need to tweak some things that MinGW seems to have issues finding in the /usr/local path.. I&#8217;m sure there is a better &#8216;fix&#8217; but hell, this is quick &amp; cheap!</p>
<blockquote><p>cd /mingw/include<br />
ln -s /usr/local/include/zconf.h .<br />
ln -s /usr/local/include/zlib.h .<br />
ln -s /usr/local/include/SDL .<br />
cd /mingw/lib<br />
ln -s /usr/local/lib/libSDL.a .<br />
ln -s /usr/local/lib/libz.a .<br />
cd /bin<br />
ln -s true.exe texi2html.exe<br />
ln -s true.exe pod2man.exe</p></blockquote>
<p>Ok, now we just need the source to Qemu 0.9.0&#8230;. It&#8217;s becoming something RARE which is weird considering just how compatable this version is&#8230; So I&#8217;d recommend keeping a copy in email or something.</p>
<p><a href="http://ftp.riken.go.jp/pub/FreeBSD/distfiles/qemu/qemu-0.9.0.tar.gz">qemu-0.9.0.tar.gz</a></p>
<blockquote><p>cd /usr/src<br />
tar -zxvf /c/install/qemu-build/qemu-0.9.0.tar.gz<br />
cd qemu-0.9.0<br />
./configure &#8211;target-list=x86_64-softmmu<br />
make</p></blockquote>
<p>Now instead of the usual Qemu 32bit x86 emulator, you&#8217;ll get qemu-system-x86_64.exe in the x86_64-softmmu directory. Running it is just like the regular Qemu. So first I&#8217;m going to create a 16GB disk to boot from like this:</p>
<blockquote><p>qemu-img create -f qcow win64.disk 16G</p></blockquote>
<p>*NOTE if you have any issues where it just doesn&#8217;t work, use the qemu-img from <a href="http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-windows.zip">here</a>. I&#8217;ve had issues with the one that I&#8217;ve built, but the emulator works&#8230;. go figure.</p>
<p>Now let&#8217;s boot from the disc:</p>
<blockquote><p>$ x86_64-softmmu/qemu-system-x86_64.exe -m 1024 -L pc-bios/ -hda win64.disk -cdrom en_win_srv_2003_r2_enterprise_x64_cd1.iso -net nic,model=rtl8139 -net user -boot d</p></blockquote>
<p>Now if you don&#8217;t have the ISO files, and have physical discs don&#8217;t fret! It&#8217;s easy to have Qemu point to them&#8230; Let&#8217;s say your CD-ROM (DVD/BR disk) is D: then it&#8217;s just a matter of running:</p>
<blockquote><p>$ x86_64-softmmu/qemu-system-x86_64.exe -m 1024 -L pc-bios/ -hda win64.disk -cdrom \\.\d: -net nic,model=rtl8139 -net user -boot d</p></blockquote>
<p>Easy, right? Remember the -m flag for memory, otherwise your VM will run in a TINY 128mb of ram.. And it&#8217;ll be insanely SLOW.</p>
<p>And then you&#8217;ll get this!</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-1.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8364" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-1.jpg" alt="" width="736" height="432" /></a></p>
<p>The first screen.. It doesn&#8217;t sound all that 64 bit does it?</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-2.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8365" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-2.jpg" alt="" width="736" height="432" /></a><br />
Now we are talking! It certainly is the 64 bit version&#8230; It reminds me of the PowerPC/MIPS/Alpha builds where once the Kernel has loaded, it&#8217;s all Windows NT..</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-3.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8367" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-3.jpg" alt="" width="736" height="432" /></a><br />
Select your partition, and let&#8217;s format away!</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-4.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8368" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-4.jpg" alt="" width="736" height="432" /></a><br />
Time for the file copy&#8230; This will take a while.</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-5.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8369" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-5.jpg" alt="" width="736" height="432" /></a><br />
Finally!</p>
<p>Then it&#8217;ll reboot, and you&#8217;ll get the happy bootloader!</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-6.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8370" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-6.jpg" alt="" width="656" height="516" /></a><br />
Bootloader in action..</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-7.jpg"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-8371" src="https://virtuallyfun.com/wp-content/uploads/2009/07/windows-2003-r2-7.jpg" alt="" width="656" height="516" /></a><br />
I haven&#8217;t timed it, but I suspect it&#8217;ll be longer then 39 minutes.</p>
<p>As you can see with the right version of Qemu it&#8217;s trivial to get Windows 2003 r2 x64 running&#8230; It&#8217;s good for doing some .net 32/64 bit testing&#8230; Which reminds me of another tidbit..</p>
<p>Some things in .net land will NOT work on IIS running in 64 bit mode. You&#8217;ll have to throw the switch to get a 32bit .net on IIS. The good news though is that this can take advantage of 2GB for a normal exe, and if you tag it, 3GB to under 4GB of ram.. So the 64bit version is not without waste.</p>
<blockquote><p>%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i -enable<br />
iisreset<br />
CScript &#8220;%SystemDrive%\InetPub\AdminScripts\adsutil.vbs&#8221; set w3svc/AppPools/Enable32bitAppOnWin64 1<br />
iisreset</p></blockquote>
<p>I did verify that this would get sharepoint to run on 2003 x64.. As I always feel better trashing a VM then real iron&#8230;</p>
<p>And don&#8217;t forget the flexibility of the -redir command on Qemu to allow you to redirect ports into the VM&#8230;</p>
<p>Say you want to use terminal server into your VM, you can redirect say port 1000 into the vm by adding:</p>
<blockquote><p>-redir tcp:10000:10.0.2.15:3389</p></blockquote>
<p>Then it&#8217;s a simple matter of using a terminal server client to localhost:10000</p>
<p>I hope this clears up how easy it is to build your own Qemu, and of course how to run something other then the &#8216;normal&#8217; 32bit version of Qemu.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2009/07/10/running-windows-2003-r2-x64-on-qemu-0-9-0/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
