-- Ben Armstrong, Virtualization Program Manager
Talking about core virtualization at Microsoft (Hyper-V, Virtual PC and Virtual Server).
Well, I have finished upgrading all of my Hyper-V servers from the SP1 beta release to the SP1 release candidate – so I thought I would share some notes from my experience.
Unfortunately you cannot go directly from the beta release to the release candidate – instead you need to uninstall the beta (taking your system back to RTM) and then install the release candidate. This requires some special planning when it comes to virtual machines with Dynamic Memory or RemoteFX enabled.
Hyper-V on the RTM release of Windows Server 2008 R2 does not understand how to read the configuration of a virtual machine which has either of these features enabled. Once you have uninstalled the beta release of service pack 1 – opening the Hyper-V manager will not show any virtual machines which had these features enabled – and if you check the event log you will see entries like this:
Nothing untoward has happened to the virtual machine – and once you install the release candidate build the virtual machine will magically return.
That said – there are two specific things you should check for before beginning the process:
After you have checked these two items the process is fairly straight forward:
Cheers, Ben
Hi! Thanks for thorough describing update process from SP1 Beta to RC from Hyper-V point of view. Haven't mentioned it's these EventID=16302 error messages in Event Log.
Some other questions came to my mind:
1) is it needed to uninstall RemoteFX in Role Services for Remote Desktop Services in Server Manager before uninstalling SP1 Beta?
2) one system hasn't got RemoteFX installed but got some unusual video bugchecks 116, 117, 119 after uninstall rebooted. So uninstall process was reverted back automatically and I needed to investigate memory dumps to figure out the reason. It happened to be Intel HD driver igdkmd64.sys (dated 03.30.2010). After uninstalling the driver, SP1 was removed successfully. Do you think, Windows team needs these memory dumps?
By the way, I've signed up with WUSignUpTool_xNN.exe and updated both Win7 client and server directly from Microsoft Update as descibed on social.technet.microsoft.com/.../ad7e6b66-1d0b-49f3-83c2-b15903a94d7e
That counted in additional 37-45 megabytes to current RTM updates only.
Hi Ben
Thanks for the tips. For info, all runs sweet on my Windows Server Core 2008R2 box for this as well. As noted boxes with Dynamic Memory enabled don't show in RTM but did magically reappear once the RC was installed.
For info. for others reading, to see updates within Windows Server 2008 R2 Core, or Hyper-V Server 2008 R2, use:
wmic qfe
to uninstall the service pack on these servers use
wusa /uninstall /kb:976932
where 976932 is the KB number for SP1 for Windows Server 2008 R2/Windows 7
as an aside these commands also work on full GUI enabled versions as well :o) oh and WMIC is a very handy tool...
eg
wmic qfe where (installedon like "10/%/2010") get hotfixid,installedon
Shows all updates installed for October, and only lists the hofixid and the date installed on.
Cheers
Janson
IL -
No, you do not need to uninstall the RemoteFX role - and will appear magically after applying the RC. I do not know what would cause the video issues - but as long as you send crash reports to Microsoft automatically they will go to the right place.
Janson -
Thanks for the extra info!
Cheers,
Ben
Where to download SCVMM 2010 SP1 RTM ???