Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Does not run under Windows Server 2012 #2

@carlospuk

Description

@carlospuk

Hullo

There are a few issues running the Windows installer and preparation GUI under Windows Server 2012:

  1. The installer requires .NET 2.0 which is not installed by default on a vanilla Windows Server 2012 install. (I believe .NET 4.5 is available)
  2. The installer hangs on the post installation script with an error.
  3. The PV drivers don't include WIN8 kernel support.
  4. There is no dedicated sysprep answers file for Win2012.

In the end, I got around all of these by:

  1. Installing .NET 3.5 from the Server Manager

  2. Rebooting the system when the installer hangs (using virsh destroy in the host, to prevent it deleting and removing the Eucalyptus Windows Service)

  3. Using the Fedora GPL PV drivers which include WIN8 kernel specific drivers for VirtIO.

  4. Manually running sysprep against the 2008 R2 answers file answer_server2008r2_amd64

    C:\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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions