Changes

Jump to: navigation, search

Virtualizing Windows Server 2008 with Xen

536 bytes added, 18:52, 29 May 2016
m
Text replacement - "<htmlet>xen<htmlet>" to "<htmlet>xen</htmlet>"
</table>
<hr>
 
 
<htmlet>xen</htmlet>
 
This chapter of [[Xen Virtualization Essentials]] will cover in detail the steps necessary to install and run Windows Server 2008 as a virtualized Xen guest.
</pre>
If neither of the above command commands produce output then it is likely these features are unavailable and that your hardware is unable to run Xen HVM guests. It is also possible that the host CPU supports one of these features, but that the functionality is disabled by default in the system BIOS. To verify this, access the host system’s BIOS configuration menu during the boot process and look for an option related to virtualization support. If such an option exists and is disabled, enable it, boot the system and repeat the above commands.
== Windows Server 2008 Installation Media ==
</pre>
The above example assumes that Windows Server 2008 is going to be installed into a disk image and that the installation media is an ISO image file. If, on the other hand, a physical disk is to be used the disk directive might appear as follows (where ''/dev/sdb'' is replaced with the appropriate physcial physical device name):
<pre>
</pre>
Similarly, the ''disk = '' directive can be modified to perform the installation from a physical DVD drive as in the following example (where ''/dev/hdccdrom'' is modified to reflect the physical device on your host system):
<pre>disk = [ 'phy:/dev/sdb,hda,w', 'phy:/dev/cdrom,hdc:cdrom.r' ]</pre> The above line maps physical disk drive ''/dev/sdb'' on the host to ''/dev/hda'' on the guest and ''/dev/hdccdrom'' on the host as the CD/DVD device on the guest (note that the CD/DVD device name on your host may be different depending on your Linux distribution).
Alternatively, if a disk image file is to be used as the disk drive the line might instead read:
<pre>
disk = [ 'phyfile:/devhome/xen/sdbxenwin2008.img,hda,w', 'phy:/dev/hdbcdrom,hdc:cdrom,r' ]
</pre>
[[Image:xen_windows_2008_running.jpg|Windows Server 2008 running as a Xen HVM guest]]
 
 
<htmlet>xen</htmlet>

Navigation menu