Cannot install Windows Server 2012 R2

Hi
I've been able to install Windows Server 2012 standard on a VMWare ESXi 5.1 host.
I've noticed our license was a Windows Server 2012 R2 standard, so I went on eOpen and download the appropriate software.
Now when I try to install it, I get a Windows Boot Manager error
Fiile: \windows\system32\boot\winload.exe
Status: 0xc0000001
Info: The application or operating system couldn't de loaded because a required file is missing or contains errors
Printscreen: 
Any help is appreciated. Thanks,
Martin

ok I'm downloading 9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO
Will give it a try and post back the result here.
Martin

Similar Messages

  • Cannot install Windows Server 2012 R2 Standard on a Supermicro X9SRA

    I have bought the Windows Server 2012 R2 Standard OEI and it will not install on the brand new Supermicro X9SRA motherboard. I have tried to install the previous version (Windows Server 2012 Standard) and it installs fine with no problems. 
    I need to install R2 in order to use the Essentials role. I have also tried to install the trial version of 2012 R2. which I downloaded from the microsoft website and got the same result. The installation goes into a loop. The circle bellow the Windows logo
    goes on forever and nothing happens. I can not even get to choose the language. The loop happens as the disk starts.
    Can anyone please help?

    Does SuperMicro support the installation of Windows Server onto that MB?  I do not find any reference to X9SRA at
    www.windowsservercatalog.com, which is where hardware vendor post the systems on which they will support the various versions of the Windows Server operating system.  I see lots of SuperMicro solutions,
    but none of them appear to list the X9SRA MB.  You need to contact SuperMicro to determine if they support it.
    . : | : . : | : . tim

  • Unable to Install Windows Server 2012 R2; system aborts and reboots after first blue Windows logo appears

    System:  Dell PowerEdge sc1420 with dual xeon and Adaptec 2420SA SATA RAID (supported by OS); 10 GB memory (2x4, rank 2, organization x4, in DIMM1 & DIMM2; 2x1, registered, organization x8, in DIMM3 & DIMM4)
    This computer is currently running Windows Server 2008 R2 Enterprise which was installed with no problems.
    Objective: clean install of Windows Server 2012 R2 Standard on an otherwise unused RAID array disk set.
    All attempts to boot from DVD result in loading of files (grey progress bar on bottom of screen), brief dark screen, then black screen with a blue windows logo for about 2 seconds and then a flash of about 10 lines of error notifications on a black screen
    for about 1/4 second (unreadable), and then a reboot of the computer.
    Coreinfo.exe confirms that cpus DO support NX and PAE; do NOT support VMX (virtual machine enhancements).
    Attempts to run memtest.exe from boot disk tool-menu startup result in an error message that the memtest.exe file is corrupt.
    Running memtest.exe from Windows 2008 R2 install disk results in all memory tests passed!
    Attempted booting with multiple DVD's (some +R, some -R, all verified) burned from .iso.  These DVD's were used successfully to install Windows Server 2012 R2 on an HP Pavilion.  Also changed DVD drives just to rule out DVD hardware. 
    Running CHKDSK from Windows 2012 R2 on HP Pavilion shows no problems; running CHKDSK from Windows 2008 R2 on the Dell system on the same disks shows some problems.  Running checkdisk on the Windows 2008 R2 install disk from the Windows 2008 R2 installed
    system shows no problems.  All disks burned and verified on same system.
    Also attempted to boot from USB thumbdrive with copy of DVD on it.  Same results: system loads files then reboots at first Windows logo.  So that would rule out disk quality issues per se??
    Started to try an upgrade rather clean install to see if any errors were announced.  None were announced as the system went through much of the process.  I aborted somewhere along the way before committing to the upgrade because 1) the most likely
    outcome was it would not boot after install (I don't really need the practice in restoring); and 2) even if it did reboot, having a system that can't be repaired by booting the install disk is pointless.
    All disks and raid arrays are recognized and usable by RAID controller card and by Windows Server 2008 R2.  Disks are within spec for use with Adaptec 2420SA (1TB @ 300).
    Is VMX (aka VT-x) actaully required for ANY install even though Hyper-V is not intended to be used?  If so, it is too bad that the Microsoft system requirements (
    http://technet.microsoft.com/en-us/library/dn303418.aspx ) don't make that clear.  And lack of VMX support really doesn't explain the memtest.exe "corruption" issue. 
    Or is it maybe something unique about the files on 2012 R2 disk (or disk image on USB) that are causing some problem with the chipset processing?  But why?
    My vote would be for the latter of the issues, but I have no clue why or if it is remediable.  Suggestions? 

    So here is what I think is the final understanding of this problem:
    First, one additional piece of important information:  The computer successfully moves into and through the Windows Boot Loader phase and succeeding phase ONLY for Windows 8.1 32-bit, but NOT for Windows 8.1 64-bit nor for Windows
    Server 2012 R2 (only 64-bit).
    The Windows Boot Manager phase (which precedes the Windows Boot Loader phase) is either 32-bit or 64-bit (64 –bit for this case) and is loaded by the 16-bit stub program (Bootmgr) which starts in real mode. 
    Windows Boot Loader of course runs in either 32-bit or 64-bit (64 –bit for this case) according to the product being installed.
    By inference, the essential problem is occurring in conjunction with the loading of a WIM file to start the Windows Boot Manager. 
    The boot manager starts ok and generally shows its essential screens (Windows Boot Manager; Advanced Boot Options) or proceeds to load files for transition into Windows startup in the succeeding Windows Boot Loader phase (that doesn’t “boot” but rather
    loads the system).  This is best confirmed by the announced corruption of the memtest.exe file when selecting Windows Memory Diagnostic from the Windows Boot Manager Screen. 
    If allowed to continue loading files to pass control to the Windows Boot Manager, the type of abort and resulting immediate restart that occurs is that which you would associate with unhandled cpu exceptions (invalid instruction, memory out of range,
    wild interrupt, etc.) that most of us have not commonly seen for 20 years (since beginning to use well behave OS’s from Windows NT 3.1 and on).
    So, the problem obviously is due to a failure to properly mount the WIM file and/or properly access it (probably the latter) when running in 64-bit protected mode. 
    This is independent of the hardware on which the install disk is actually mounted (DVD or USB-flash), so it is NOT a hardware problem
    per se.
    Since the WIM is mounted early in the process, Boot Manager may well have loaded it using BIOS routines to access the physical device on which it resides rather than loading 32-bit or 64-bit drivers of its own. 
    Hence, if the BIOS does not “mount” the WIM in a way that is later fully compatible with access from the 64-bit systems being loaded, it could cause apparent file corruption. 
    If it is only partially incompatible some functionality may appear quite usable (like loading files) until later detected. 
    This is vague on my part, because the exact nature of the incompatibility cannot be readily determined from the information available. 
    But the consequence is the same: the system cannot boot from the install disk, either for initial installation or repairs.
    Incidental conclusion:  The 64-bit boot manager code for Windows Server 2008 does not exhibit this faulty behavior, but the 64-bit code for Windows Server 2012 does. 
    So the problem is not inherent with loading 64-bit server OS’s.
    Expectations:  If the system were to be upgraded using the features of the install disk while running an installed OS, say Windows Server 2008 R2, it might well succeed and yield a fully functional system upgraded to Windows Server 2012
    R2 (because the installed operating system is started from discrete files, not from a WIM file). 
    However, in order to perform a disaster recovery using Windows resources (such as image backups from Windows Server Backup), one would have to presumably boot from a Windows Server 2012 64-bit install disk or Windows Server USB recovery drive. 
    Of course we know that the Windows Server install disk will not boot and we can be fairly sure that the problem will migrate to any Windows Server USB recovery drive that is created. 
    My inspection of a Windows 7 System Repair CD shows that is based exclusively on boot.wim, not discrete files! 
    Of course a generated image for a WIM for Windows 2012 USB recovery drive
    might not have the flaw that drives this behavior, but it probably would.
    Problem conclusion:  A BIOS upgrade would be required for compatibility with Windows Server 2014 clean installation
    and any maintenance; and none is available from the OEM.
    Problem not resolved, but understood for future reference.
    Thanks to Tim whose comments helped me focus my thinking.

  • How to install windows server 2012 r2 without remove the current windows 8.1

    how to install windows server 2012 r2 without remove the current windows 8.1

    Use guide below to convert it to 'basic' disk, or install windows on another drive. The supported way is to delete all partitions and convert it to a basic disk.
    https://technet.microsoft.com/en-us/library/cc755238.aspx
    However, your windows 8.1 must be on another drive?, as windows cannot boot from a dynamic disk.
    Best Regards,
    Jesper Vindum, Denmark
    Systems Administrator
    Help the forum: Monitor(alert) your threads and vote helpful replies or mark them as answer, if it helps solving your problem.

  • Failed to install windows server 2012 in virtual machine hosted in window 8.1

    I installed Hyper-V in windows 8.1, then when I tried to install windows server 2012 R2 or windows server 2008 R2 in virtual machine, I got the following error:
    the following is my virtual machine setting:
    is there anyone an help to resolve it? thank you very much.

    Hi,
    Good to hear that you have solved this issue. Thanks for sharing as it would be helpful to anyone who encounters similar issues.
    Best regards,
    Susie

  • Installing Windows Server 2012 in Order to Use SharePoint Server and Develop in VS2012

    Hi.
    I need to install SharePoint Server so that I can work with SP Designer and have full options for development using VS2012.  Apparently, I also need to Install Windows Server 2012.  I would like to install and configure WS2012 in a virtual environment
    using the Hyper-V tools that come with Windows 8 Pro.  I'm a newbie when it comes to WS2012, and want to make sure I don't end up reformatting my Windows 8 hard drive or causing a similar event that would put me in a rubber room. 
    I downloaded the WS2012 image file, but am unsure how to proceed.  Can anyone give me some help as to how to get started?
    Thanks.
    Bugless

    Hi,
    If you have enabled the Hyper-V role on Windows 8 then you can create Windows Server 2012 VM's.  As Server 2012 has the Hyper-V tools build in by default there is no need to install them.
    So enable the Hyper-V role on Windows, Create a new VM in Hyper-V management console and connect the cd/dvd drive in the VM properties to the Windows Server 2012 setup ISO file. Start the VM and the Server 2012 setup. (during creating a VM you can also
    connect the cd/dvd drive to an ISO file)
    You might want to give to the Server 2012 VM 2 vCPU's and 2GB+ memory for performance. Also have a look the memory specs for VS2012 to see how much memory you should give to the VM.
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
    MCSE:Server Infrastructure, MCSE:Desktop Infrastructure, MCSA Server 2012, Citrix CCIA & CCEE, Cisco CCNA, VMware VCP 3/4/5 Blog: http://www.citrix-guru.com and http://www.rds-support.eu Twitter: @dnyvandam

  • Network Connection error when Trying to Install Windows Server 2012 R2 Essentials

    Thank you to anyone who can help me out here. I have a brand new machine with known working wifi and wired ethernet adapters (works under Windows 8.1) I am attempting to install Windows Server 2012 Essentials R2. During the install process, the system connects
    to the internet to download updates to help along the install. No problem here. Further down the road after restarting several times and now during the "Configuring Windows Server Essentials" step of the install, I am told "There is no network
    connection. Please fix the connection issue and try again."
    When troubleshooting the connection, I am told that the wifi adapter drivers may not be installed. I have a wireless card in the machine and have also tried disabling the wifi adapter and have been connected successfully via the ethernet port this whole
    time.
    Help, I'm stuck and have been to this point in the install 4-5 times already.
    Thank you.

    Is this a laptop?  Can you remove the wifi? Disable it in BIOS?
    Does the wifi have an IP and internet when it throws the error?
    BTW, when the wizard ask about updates say no.  Takes way too long and does not help anything
    Change the binding order and put the wired on top.
    The Steps?
    Just open your Network and Sharing Center. (Change adapter settings)
    Press an ALTkey on your keyboard to show the menu bar.
    Click on the Advancedmenu
    choose Advanced Settings option
    Adjust your binding order for your NICs to ensure your wired ones are at the TOP
    http://regularitguy.com/2012/12/06/how-to-change-nic-binding-order-in-windows-8-and-windows-server-2012/
    Grey

  • Can I install Windows Server 2012 r2 essentials over Windows 7 Pro

    I have new hardware that came with windows 7 pre-installed. It meets and exceeds hardware requirements. Can i install Windows Server 2012 R2 Essentials on this machine. What is the procedure? Any help would be grateful.
    Thanks
    Woodrow

    Hi.
    I agree with Milos on this; if you want to install Windows Server 2012 Essentials on a machine which suppose to use Windows 7, I would use it solely for test purposes.
    Could you tell us what the computer specifications are???
    For anything more serious (and I can see that you want to use this machine for accounting software), I would suggest purchasing a server machine.
    However, if you really really want this machine to be Windows Server 2012 Essentials, check this article on technet:
    Install and Configure Windows Server 2012 Essentials
    How to wipe out HDD
    P.S. As Milosh sugested, please do a backup first
    Backup your system, programs, and files
    Please click on Propose As Answer or to mark this post as and helpful for other people. This posting is provided AS-IS with no warranties, and confers no rights.

  • Installing Windows Server 2012 on W510

    I realize this is not likely to be a common scenario, nor a supported one. I'm installing Windows Server 2012 (Evaluation edition) on a w510 to use as a learning lab. In case anyone else decides to head down this road I've documented what I've run into so far.
    System: Thinkpad W510 43192NU 
    Upgrades: 16GB RAM, Crucial M4 256GB SSD.
    The basic install happened quickly and easily, but as expected there are a couple of driver issues.
    Installed Windows Server 2012 Standard 180-day EVAL from DVD (ISO obtained from Technet 10/15/2012)
    Installed available Windows Updates (only 2 as of October 25, 2012)
    Installed Lenovo nVidia discrete video driver for W510 Windows 8 64bit
    (getting braver here)
    Installed Thinkvantage System Update 5.0 for Windows 8 64bit
    Ran System Update and it found 3 available items:
    Intel Management Engine Interface 6.2 and Serial Over LAN (SOL) driver downloaded and installed
    Audio Driver for Windows 8 32/864 <--SIC Downloaded and installed
    ThinkVantage Active Protection System (64bit) <-- did not download / unsuccessful
    At this point there are also 3 items still listed under "Other Items" in device manager:
    Looked up device IDs in Properties, ran through driveridentifier.com:
    Base System Device (I think its the Ricoh Mulit-Card Reader)
    Device Name:
    Base System Device
    Hardware ID
    PCI\VEN_1180&DEV_E230&SUBSYS_213417AA&REV_01
    PCI\VEN_1180&DEV_E230&SUBSYS_213417AA
    PCI\VEN_1180&DEV_E230&CC_088000
    PCI\VEN_1180&DEV_E230&CC_0880
    Compatible ID:
    PCI\VEN_1180&DEV_E230&REV_01
    PCI\VEN_1180&DEV_E230 <---- Device ID matches with our database
    PCI\VEN_1180&CC_088000
    PCI\VEN_1180&CC_0880
    PCI\VEN_1180
    PCI\CC_088000
    PCI\CC_0880
    Current Status: Detected and installed using the Windows 7 driver from Lenovo
    Broadcom Bluetooth Device
    Device Name:
    ThinkPad Bluetooth 2.1 with Enhanced Data Rate II
    Hardware ID
    USB\VID_0A5C&PID_217F&REV_0360
    USB\VID_0A5C&PID_217F <---- Device ID matches with our database
    Compatible ID:
    USB\MS_COMP_BLUTUTH&MS_SUBCOMP_1112EDR
    USB\MS_COMP_BLUTUTH
    USB\CLASS_E0&SUBCLASS_01&PROT_01
    USB\CLASS_E0&SUBCLASS_01
    USB\CLASS_E0
    Current Status: Unresolved. Windows 7 driver failed, OS complained about compatibility issues.
    Unknown Device <-- That is how its listed under device manager
    Device Name:
    ThinkPad PM Device
    Hardware ID
    ACPI\VEN_IBM&DEV_0068
    ACPI\IBM0068
    *IBM0068 <---- Device ID matches with our database
    Compatible ID:
    Version
    1.43.0.0,2007-05-31
    Current Status: Unresolved. Installed Windows 8 Lenovo Power Management driver without errors but did not fix. Item still listed under "Other device"
    At this point I have it where I need it to be. All I want to do is have a stable basic install so I can install Hyper-V and play around with a bunch of VMs. For that I don't really need Bluetooth or enhance power management.

    Camarones wrote:
    Have you found a solution to the driver issues I mentioned?
    I had no issue installing the Windows 7 x64 power management driver and Power Manager.  Just keep in mind it is only for control of the CPU clock speed and a few other settings.  With Hyper-V installed, you lose sleep/hibernate and resume.
    Bluetooth won't work
    I never had a use for multcard.
    With Windows Server 2012 be happy you have networking and a video driver which are the core things you need.  If you want a full on workstation, move to Windows 8 Pro and Hyper-V.

  • Install Windows server 2012 using powershell

    Hi Folks,
    How to Install Windows server 2012 using powershell.
    Thanks,

    Hi,
    According to your post, my understanding is that you want to install Windows server 2012 via PowerShell.
    Per the previous thread, we could not install Windows server 2012 directly via PowerShell.
    https://social.technet.microsoft.com/Forums/en-US/53f82989-4b9c-4197-9ff1-03e96c852eb7/how-to-install-windows-server-2012-directly-in-vhd-file-using-powershell?forum=winserver8setup
    As this is the forum for SharePoint server on-premise, I’m not familiar with the Windows server, for this issue, I recommend you can post a new question in the forum for Windows server.
    https://social.technet.microsoft.com/Forums/en-US/home?forum=winserver8setup
    More experts will assist you, then you will get more information relation to Windows server.
    Thank you for your understanding and support.
    More reference:
    http://vegibit.com/install-and-configure-windows-server-2012-with-windows-powershell/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to install Windows Server 2012?

    I am trying to install Windows Server 2012 on one of my computers and make it the OP but every time I try to download it from 
    http://technet.microsoft.com/en-gb/evalcenter/hh670538.aspx
    And when I put get started it always asked me for my company and I don't have one. I want to use this for personal use. So is there a way I can download it or is it not possible. If it is please direct me to where I can find it.

    You can download the evaluation here.
    http://technet.microsoft.com/en-us/evalcenter/dn205286.aspx
    Not sure what your asking but type in Acme (or anything else) if prompted for company info.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to install Windows Server 2012 Macbook Pro?

    Need to ascertain if I can install Windows Server 2012 and Sharepoint Server on an Intel i7 Quad Core 4 GB RAM 15" Macbook Pro.
    Else will have to buy a PC for this learning experience. Any help is welcome

    Welcome to Apple Support Communities
    Apple only supports client versions in Macs, but you should be able to install Windows Server. However, note that you may have problems installing Boot Camp drivers in order to make it work correctly.
    If you only want a computer for Windows Server, buy a PC. Macs aren't completely ready for Windows Server editions even if they may work

  • Installing windows server 2012 on a 32-bit laptop?

    Hi
    Can we install windows server 2012 on a 32 bit laptop?
    If the answer is No, could you please help me with the following question?
    I want to get prepared for MCSE exams but I have a 32 bit laptop and I have to install server 2012. Is there any way to install some kind of virtual windows server 2012 on this laptop (32_bit), just to learn and to get prepared for the exams?
    Is there any suggestion other that buying a new 64-bit laptop?
    Thanks,

    Hi
    Can we install windows server 2012 on a 32 bit laptop?
    If the answer is No, could you please help me with the following question?
    I want to get prepared for MCSE exams but I have a 32 bit laptop and I have to install server 2012. Is there any way to install some kind of virtual windows server 2012 on this laptop (32_bit), just to learn and to get prepared for the exams?
    Is there any suggestion other that buying a new 64-bit laptop?
    Thanks,
    Probably not. See:
    http://technet.microsoft.com/en-us/library/jj134246.aspx
    Processor
    Processor performance depends not only on the clock frequency of the processor, but also on the number of processor cores and the size of the processor cache. The following are the processor
    requirements for this product:
    Minimum: 1.4 GHz 64-bit processor
    StarWind iSCSI SAN & NAS

  • Can I install Windows server 2012 r2 in HP Workstation xw4600

    I want to install win srv 2012 r2 in my workstation only for practice , can i install it in hp xw4600

    Hi,
    I agree with Tim that it depends on your computer configuration. Besides, please refer to the requirements for installing Windows server 2012:
    Installing Windows Server 2012
    In addition, the drivers in the link below would be helpful to you:
    Hp Workstation Xw4600 Windows Server 2012 64-bit Drivers
    Note: Microsoft is providing this information as a convenience to
    you. The sites are not controlled by Microsoft. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best regards,
    Susie

  • Installing Windows Server 2012 RC Remote Desktop (ISSUE)

    Installing the RD Host Service doesn't work and I get several errors. Any Hints?

    You cannot be serious. I approached your Microsoft "Gold certified" software partner 'Cancom Germany' with the following requirement:
    - Need a Windows 2012 "Terminal Server"
    - for 15 client devices
    - currently no AD or other Windows servers installed
    What do I get sold:
    - Windows Server 2012
    - 15 Device CALs
    - 15 RDS device CALs
    and the information that I need to setup AD and the RDS roles. So far so good.But I run into these error messages when setting up the RDS roles.
    Now you are telling me that I need another server running just for the AD? Which I do not need for anything except for the internal requirement of the RDS services?
    Please elaborate a bit more on the way to get it work on the same machine or suggest another solution (btw buying another license for the AD server is not a solution).
    Totally agree with you. buying extra server just for AD or broker frustrated me. but I found a patch here
    http://support.microsoft.com/kb/2799605
    I don't know if it is too late, but hope it can help others

Maybe you are looking for

  • Modifying an instance of a crystal report and set it a filter from a profil

    What we do: ========== We create publication and schedule them to user after doing a single pass bursting ( crystal report) When a user login and access his report that has been filtered by his instance, he is able to look only at his data. Notes tha

  • Cannot extract the embedded font - Adobe Reader XI

    Hello, I have an XPS file converted to a PDF with an embedded font inside, when I open the file, as I scroll to a page having '&' in the text (that's my case, but it's probably the same with any special character), a message box shows up saying "Cann

  • FlushBuffer() error in JSP's

    method flushBuffer() has protected access in class org.apache.jasper.runtime.JspWriterImpl I get this error on all my JSP's in a web application. I know that the JSP's were written correctly as they used to work correclty before. Anyone have any idea

  • Fullscreen javascript api in edge?

    Hey Edge Animater! I don't get the fullscreen javascript api to work. I want to make a button to view pictures in complete fullscreen. So I use it's click function and paste the code from (How to Use the HTML5 Full-Screen API (Again) - SitePoint) var

  • (C1) Initialize POST Error Manager (PEM)

    Hello, My hardware diagnostic card gives the following error: (C1) Initialize POST Error Manager (PEM). My bios just starts well and gives no error messages. I can go to the bios as usually and my computer works normally (at the moment), but QuickTec