{"id":1655,"date":"2010-03-10T19:33:27","date_gmt":"2010-03-10T19:33:27","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/?p=1655"},"modified":"2010-03-10T22:12:17","modified_gmt":"2010-03-10T22:12:17","slug":"windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm","title":{"rendered":"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue"},"content":{"rendered":"<p>A few weeks ago, I rebuilt a recently decommissioned server to run as an infrastructure test and development rig at home.\u00c2\u00a0 I installed Windows Server 2008 R2, enabled the Hyper-V role and all was good until I started to configure my networks, during which I experienced a &#8220;blue screen of death&#8221; (BSOD) &#8211; never a good thing on your virtualisation host, especially when it does the same thing again on reboot:<\/p>\n<blockquote cite=\"http:\/\/twitter.com\/markwilsonit\/status\/8586326030\"><p>&#8220;Oh dear, my freshly built Windows Server 2008 R2 machine has just thrown 3 BSODs in a row&#8230; after running normally for an hour or so :-(&#8220;<\/p><\/blockquote>\n<p>The server is a Dell PowerEdge 840 (a small, workgroup <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/01\/controlling-costs-when-buying-a-pc.htm\">server that I bought a\u00c2\u00a0couple of\u00c2\u00a0years ago<\/a>) with 8GB RAM and a quad core Xeon CPU.\u00c2\u00a0 The hardware is nothing special &#8211; but fine for my infrastructure testing &#8211; and it had\u00c2\u00a0been running with Windows Server 2008 Hyper-V since new (with no issues) but this was the first time I&#8217;d tried R2.\u00c2\u00a0<\/p>\n<p>I have 3 network adapters in the server: a built in Broadcom NetXtreme Gigabit card (which I&#8217;ve reserved for remote access); and 2 Intel PRO\/100s (for VM workloads).\u00c2\u00a0 Ideally I&#8217;d use Gigabit Ethernet cards for the VM workload too, but this is only my home network and they were what I had available!<\/p>\n<p>Trying to find out the cause of the problem, I ran <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2009\/03\/windows-7-seems-to-fix-itself.htm\">WhoCrashed<\/a>, which gave me the following information:<\/p>\n<p><em>This was likely caused by the following module: efe5b32e.sys<br \/>\nBugcheck code: 0xD1 (0x0, 0x2, 0x0, 0xFFFFF88002C4A3F1)<br \/>\nError: DRIVER_IRQL_NOT_LESS_OR_EQUAL<br \/>\nDump file: C:\\Windows\\Minidump\\020410-15397-01.dmp<br \/>\nfile path: C:\\Windows\\system32\\drivers\\efe5b32e.sys<br \/>\nproduct: Intel(R) PRO\/100 Adapter<br \/>\ncompany: Intel Corporation<br \/>\ndescription: Intel(R) PRO\/100 Adapter NDIS 5.1 driver<\/em><\/p>\n<p>That confirmed that the issue was with the Intel NIC driver, which sounded right as, after enabling the Hyper-V role, I connected an Ethernet cable to one of the Intel NICs and got a BSOD each time the server came up. If I disconnected the cable, no BSOD.\u00c2\u00a0 Back to the twitters:<\/p>\n<blockquote cite=\"http:\/\/twitter.com\/markwilsonit\/status\/8586522817\"><p>&#8220;Does anyone know of any problems with Intel NICs and Hyper-V R2 (that might cause a BSOD)?&#8221;<\/p><\/blockquote>\n<p>I switched the in-box (Microsoft) drivers for some (older) Intel ones.\u00c2\u00a0 That didn&#8217;t fix things, so I switched back to the latest drivers.\u00c2\u00a0 Eventually I found that the issue was caused by the checkbox for &#8220;Allow management operating system to share this network adapter&#8221; and that,\u00c2\u00a0\u00c2\u00a0if the NIC is live and I selected this, I could reproduce the error:<\/p>\n<blockquote cite=\"http:\/\/twitter.com\/markwilsonit\/status\/8625853308\"><p>&#8220;Found the source of yesterday&#8217;s WS08R2 Hyper-V crash&#8230; any idea why enabling this option <a href=\"http:\/\/twitpic.com\/11b64y\">http:\/\/twitpic.com\/11b64y<\/a> would trip a BSOD?&#8221;<\/p><\/blockquote>\n<p>Even though I could work around the issue (because I don&#8217;t want to share a NIC between the parent partition and the children anyway\u00c2\u00a0&#8211; I have the Broadcom NIC for remote access) it seemed strange that this behaviour should occur.\u00c2\u00a0 There was no NIC teaming involved and the server was still a straightforward UK installation (aside from enabling Hyper-V and setting up virtual networks).\u00c2\u00a0<\/p>\n<p>Based on suggestions from other Virtual Machine MVPs I also:<\/p>\n<ul>\n<li>Flashed the NICs to the latest release of the Intel Boot Agent (<a href=\"http:\/\/www.intel.com\/support\/network\/adapter\/pro100\/sb\/cs-008491.htm\">these cards don&#8217;t have a BIOS<\/a>).<\/li>\n<li>Updated the Broadcom NIC to the latest drivers too.<\/li>\n<li>Attempted to turn off Jumbo frames but the the option was\u00c2\u00a0not available in the properties so I could rule that out.<\/li>\n<\/ul>\n<p>Thankfully, <a href=\"http:\/\/twitter.com\/stufox\">@stufox<\/a> (from Microsoft in New Zealand) saw my tweets and was kind enough to step in to offer assistance.\u00c2\u00a0 It took us a few days, thanks to timezone differences and my work schedule, but we got there in the end.<\/p>\n<p>First up, I sent Stu a minidump from the crash, which he worked on with one of the Windows Server kernel developers. They suggested running the driver verifier (<code>verifier.exe<\/code>) against the various physical network adapters (and against vmswitch.sys).\u00c2\u00a0 More details of this tool can be found in <a href=\"http:\/\/support.microsoft.com\/kb\/244617\">Microsoft knowledge base article 244617<\/a>\u00c2\u00a0but the response to the <code>verifier \/query<\/code> command was as follows:<\/p>\n<p><em>09\/02\/2010, 23:19:33<br \/>\nLevel: 000009BB<br \/>\nRaiseIrqls: 0<br \/>\nAcquireSpinLocks: 44317<br \/>\nSynchronizeExecutions: 2<br \/>\nAllocationsAttempted: 152850<br \/>\nAllocationsSucceeded: 152850<br \/>\nAllocationsSucceededSpecialPool: 152850<br \/>\nAllocationsWithNoTag: 0<br \/>\nAllocationsFailed: 0<br \/>\nAllocationsFailedDeliberately: 0<br \/>\nTrims: 41047<br \/>\nUnTrackedPool: 141544<br \/>\n\u00c2\u00a0<br \/>\nVerified drivers:<br \/>\n\u00c2\u00a0<br \/>\nName: efe5b32e.sys, loads: 1, unloads: 0<br \/>\nCurrentPagedPoolAllocations: 0<br \/>\nCurrentNonPagedPoolAllocations: 0<br \/>\nPeakPagedPoolAllocations: 0<br \/>\nPeakNonPagedPoolAllocations: 0<br \/>\nPagedPoolUsageInBytes: 0<br \/>\nNonPagedPoolUsageInBytes: 0<br \/>\nPeakPagedPoolUsageInBytes: 0<br \/>\nPeakNonPagedPoolUsageInBytes: 0<br \/>\n\u00c2\u00a0<br \/>\nName: ndis.sys, loads: 1, unloads: 0<br \/>\nCurrentPagedPoolAllocations: 6<br \/>\nCurrentNonPagedPoolAllocations: 1926<br \/>\nPeakPagedPoolAllocations: 8<br \/>\nPeakNonPagedPoolAllocations: 1928<br \/>\nPagedPoolUsageInBytes: 984<br \/>\nNonPagedPoolUsageInBytes: 1381456<br \/>\nPeakPagedPoolUsageInBytes: 1296<br \/>\nPeakNonPagedPoolUsageInBytes: 1381968<br \/>\n\u00c2\u00a0<br \/>\nName: b57nd60a.sys, loads: 1, unloads: 0<br \/>\nCurrentPagedPoolAllocations: 0<br \/>\nCurrentNonPagedPoolAllocations: 3<br \/>\nPeakPagedPoolAllocations: 0<br \/>\nPeakNonPagedPoolAllocations: 3<br \/>\nPagedPoolUsageInBytes: 0<br \/>\nNonPagedPoolUsageInBytes: 188448<br \/>\nPeakPagedPoolUsageInBytes: 0<br \/>\nPeakNonPagedPoolUsageInBytes: 188448<br \/>\n\u00c2\u00a0<br \/>\nName: vmswitch.sys, loads: 1, unloads: 0<br \/>\nCurrentPagedPoolAllocations: 1<br \/>\nCurrentNonPagedPoolAllocations: 18<br \/>\nPeakPagedPoolAllocations: 2<br \/>\nPeakNonPagedPoolAllocations: 24<br \/>\nPagedPoolUsageInBytes: 108<br \/>\nNonPagedPoolUsageInBytes: 50352<br \/>\nPeakPagedPoolUsageInBytes: 632<br \/>\nPeakNonPagedPoolUsageInBytes: 54464<\/em><\/p>\n<p>To be honest, I haven&#8217;t a clue what half of that means but the guys at Microsoft did &#8211; and they also asked me for a kernel dump (<a href=\"http:\/\/www.networkworld.com\/news\/2005\/041105-windows-crash.html\">Dirk A D Smith has written an article at Network World that gives a good description of the various\u00c2\u00a0types of memory dump: minidump; kernel; and full<\/a>). Transmitting this file caused some issues (it was 256MB in size &#8211; too big for e-mail) but it compressed well, and <a href=\"http:\/\/www.7-zip.org\/\">7-zip<\/a> allowed me to split it into chunks to get under the 50GB file size limit on <a href=\"http:\/\/skydrive.live.com\/\">Windows Live SkyDrive<\/a>.\u00c2\u00a0 Using this, Stu and his kernel developer colleagues were able to see that there is a bug in the Intel driver I&#8217;m using but it turns out there is another workaround too &#8211; turning off Large Send Offload in the network adapter properties.\u00c2\u00a0 Since I did this, the server has run without a hiccup (as I would have expected).<\/p>\n<blockquote cite=\"http:\/\/twitter.com\/markwilsonit\/status\/9230158889\"><p>&#8220;Thanks to @<a href=\"http:\/\/twitter.com\/stufox\">stufox<\/a> for helping me fix the BSOD on my Hyper-V R2 server. Turned out to be an Intel device driver issue &#8211; I will blog details&#8221;<\/p><\/blockquote>\n<p>It&#8217;s good to know that Hyper-V was not at fault here: sure, it shows that a rogue device driver can bring down a Windows system but that&#8217;s hardly breaking news &#8211; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2009\/08\/injecting-network-drivers-into-a-hyper-v-server-or-windows-server-installation.htm\">the good thing about the Hyper-V architecture is that I can easily update network device drivers<\/a>.\u00c2\u00a0 And, let&#8217;s face it, I was running enterprise-class software on a workgroup server with some old, unsupported,\u00c2\u00a0hardware &#8211; you could say that I was asking for trouble&#8230;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A few weeks ago, I rebuilt a recently decommissioned server to run as an infrastructure test and development rig at home.\u00c2\u00a0 I installed Windows Server 2008 R2, enabled the Hyper-V role and all was good until I started to configure my networks, during which I experienced a &#8220;blue screen of death&#8221; (BSOD) &#8211; never a &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[200,76,175],"class_list":["post-1655","post","type-post","status-publish","format-standard","hentry","tag-intel","tag-hyper-v","tag-windows-server-2008-r2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"A few weeks ago, I rebuilt a recently decommissioned server to run as an infrastructure test and development rig at home.\u00c2\u00a0 I installed Windows Server 2008 R2, enabled the Hyper-V role and all was good until I started to configure my networks, during which I experienced a &#8220;blue screen of death&#8221; (BSOD) &#8211; never a &hellip; Continue reading Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2010-03-10T19:33:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2010-03-10T22:12:17+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue\",\"datePublished\":\"2010-03-10T19:33:27+00:00\",\"dateModified\":\"2010-03-10T22:12:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\"},\"wordCount\":1022,\"commentCount\":12,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Intel\",\"Microsoft Virtual Server\\\/Hyper-V\",\"Microsoft Windows Server 2008 R2\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\",\"name\":\"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2010-03-10T19:33:27+00:00\",\"dateModified\":\"2010-03-10T22:12:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/03\\\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm","og_locale":"en_GB","og_type":"article","og_title":"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue - markwilson.it","og_description":"A few weeks ago, I rebuilt a recently decommissioned server to run as an infrastructure test and development rig at home.\u00c2\u00a0 I installed Windows Server 2008 R2, enabled the Hyper-V role and all was good until I started to configure my networks, during which I experienced a &#8220;blue screen of death&#8221; (BSOD) &#8211; never a &hellip; Continue reading Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm","og_site_name":"markwilson.it","article_published_time":"2010-03-10T19:33:27+00:00","article_modified_time":"2010-03-10T22:12:17+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue","datePublished":"2010-03-10T19:33:27+00:00","dateModified":"2010-03-10T22:12:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm"},"wordCount":1022,"commentCount":12,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Intel","Microsoft Virtual Server\/Hyper-V","Microsoft Windows Server 2008 R2"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm","name":"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2010-03-10T19:33:27+00:00","dateModified":"2010-03-10T22:12:17+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/03\/windows-server-2008-r2-hyper-v-crash-turns-out-to-be-an-intel-driver-issue.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Windows Server 2008 R2 Hyper-V crash turns out to be an Intel driver issue"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":1430,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/05\/windows-server-2008-r2-release-candidate-whats-new-part-2.htm","url_meta":{"origin":1655,"position":0},"title":"Windows Server 2008 R2 release candidate: what&#8217;s new? (part 2)","author":"Mark Wilson","date":"Monday 11 May 2009","format":false,"excerpt":"A couple of weeks back, I wrote about some of the new features in Windows Server 2008 R2 but I did say that was only part 1 as there were a few surprises in store (held back for discussion at TechEd this week): First up, Hyper-V R2 will support 64\u2026","rel":"","context":"In \"Microsoft Virtual Server\/Hyper-V\"","block_context":{"text":"Microsoft Virtual Server\/Hyper-V","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/hyper-v"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1490,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/07\/windows-7-and-server-2008-r2-released-to-manufacturing.htm","url_meta":{"origin":1655,"position":1},"title":"Windows 7 and Server 2008 R2 released to manufacturing","author":"Mark Wilson","date":"Wednesday 22 July 2009","format":false,"excerpt":"After much anticipation, Microsoft has announced that Windows 7 and Windows Server 2008 R2 have been released to manufacturing (RTM). The build numbers are is 7600 and 7200 respectively and my post yesterday highlighted the dates when partners and customers will be able to get their hands on the software.\u2026","rel":"","context":"In \"Microsoft System Center Virtual Machine Manager\"","block_context":{"text":"Microsoft System Center Virtual Machine Manager","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/scvmm"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1416,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/04\/microsoft-virtualization-the-r2-wave.htm","url_meta":{"origin":1655,"position":2},"title":"Microsoft Virtualization: the R2 wave","author":"Mark Wilson","date":"Friday 17 April 2009","format":false,"excerpt":"The fourth Microsoft Virtualisation User Group (MVUG) meeting took place last night and Microsoft's Matt McSpirit presented a session on the R2 wave of virtualisation products. I've written previously about some of the things to expect in Windows Server 2008 R2 but Matt's presentation was specifically related to virtualisation and\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1499,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/08\/injecting-network-drivers-into-a-hyper-v-server-or-windows-server-installation.htm","url_meta":{"origin":1655,"position":3},"title":"Injecting network drivers into a Hyper-V Server (or Windows Server) installation","author":"Mark Wilson","date":"Thursday 6 August 2009","format":false,"excerpt":"A couple of weeks ago, I blogged about running Windows from a flash drive - specifically running Hyper-V Server 2008 R2. One thing I hadn't got around to at that time though was injecting the necessary drivers to provide network access to\/from the server - which is pretty critical for\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2512,"url":"https:\/\/www.markwilson.co.uk\/blog\/2011\/04\/microsoft-hyper-v-a-reminder-of-where-were-at.htm","url_meta":{"origin":1655,"position":4},"title":"Microsoft Hyper-V: A reminder of where we&#8217;re at","author":"Mark Wilson","date":"Thursday 14 April 2011","format":false,"excerpt":"Earlier this week I saw a tweet from the MIX 2011 conference that highlighted how Microsoft's Office 365 software as a service platform runs entirely on their Hyper-V hypervisor. There are those (generally those who have a big investment in VMware technologies) who say Microsoft's hypervisor lacks the features to\u2026","rel":"","context":"In \"Linux\"","block_context":{"text":"Linux","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/linux"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1510,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/08\/system-center-virtual-machine-manager-2008-r2-is-released.htm","url_meta":{"origin":1655,"position":5},"title":"System Center Virtual Machine Manager 2008 R2 is released","author":"Mark Wilson","date":"Tuesday 25 August 2009","format":false,"excerpt":"Last month, when Windows Server 2008 R2 was released to manufacturing, Microsoft promised that System Center Virtual Machine Manager (SCVMM) 2008 R2 would be released within 60-days. I doubted it would take that long (especially as a Microsoft spokesperson had mistakenly told me that it had already been released) and,\u2026","rel":"","context":"In \"Microsoft System Center Virtual Machine Manager\"","block_context":{"text":"Microsoft System Center Virtual Machine Manager","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/scvmm"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=1655"}],"version-history":[{"count":2,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1655\/revisions"}],"predecessor-version":[{"id":1694,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1655\/revisions\/1694"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=1655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=1655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=1655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}