You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Hullo
There are a few issues running the Windows installer and preparation GUI under Windows Server 2012:
In the end, I got around all of these by:
Installing .NET 3.5 from the Server Manager
Rebooting the system when the installer hangs (using
virsh destroyin the host, to prevent it deleting and removing the Eucalyptus Windows Service)Using the Fedora GPL PV drivers which include WIN8 kernel specific drivers for VirtIO.
Manually running sysprep against the 2008 R2 answers file
answer_server2008r2_amd64C:\Program Files (x86)\Eucalyptus\sysprep_answers> /windows/system32/sysprep/sysprep /generalize /oobe /unattend:answer_server2008r2_amd64.xml /Quit
(For more information on sysprepping WinServer 2012, see http://technet.microsoft.com/en-us/library/jj200142)