Installation of Windows Server 2008 issues

Hello

This is my environment:

Machine: HP DC5800 with image Intel CPU at 2.5 GHz and 8 GB of RAM

SE host: Windows Server 2008 Ent 64 bit (Version 6.0, Build 6001, SP1)

VMware Server 2.0.1 (Build 156745)

I try to install Windows server 2008 both standard and R2, but I still get the error message attached when you start the virtual machine

Note: I tried already providing the operating system in ISO format and using direct DVD drive so

Concerning

Hello

You have activated VT settings in the BIOS of your host? If this isn't the case, you must do.

You must enable "trusted execution" (if it is present in your BIOS).

You have to cold reboot after that.

J.

According to the details of CPU you gave-, I think you have Q9300.

If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

Post edited by: janlib

Tags: VMware

Similar Questions

  • Installation of Windows Server 2008 R2

    Installation of Windows Server 2008 R2 on a server without an operating system present.  Get an error 0 x 80070017.  What is the cause?  It is a new server.

    Hello

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • FRM-92101: there was a failure when starting Server Forms... (R12 charge installation on windows server 2008 32-bit)

    Hello

    I encountered the following error when I try to open the form in oracle EBS R12.1.1

    It stuck for a little while and then appears an error message

    FRM-92101: there was a failure when starting Server Forms...

    (I've never been able to run the form on this)

    I ran a vision online forum that works very well which means java is ok.

    It is the new installation on windows server 2008 32-bit with costs of database (no vision).

    I search on the internet and tested all of the available options, including;

    change in the registry for example 1024,12288,1024 etc.

    marking the check box for oracle process manager to PROD "allow service to interact with desktop".

    check the configuration files of forms (all files of any bad path that I found and corrected)

    running files adautocfg.cmd for db and apps (returned errors and can be verified at the following link)

    https://DL.dropboxusercontent.com/u/60474194/adconfig%20apps.log

    https://DL.dropboxusercontent.com/u/60474194/adconfig%20dB.log

    I'm not a technical professional and unable to solve the problem, please help

    Problem solved

  • Failed Installation of Windows Server 2008.

    Hey,.

    I recently tried to install Windows Server 2008 on ESXi 4.0.0 (revision 1).

    The installation went all the way until they have to 'Finish installation', how come wrong stop installation.

    "Setup.exe - bad image".

    After that, another windows came up saying that windows could not be configured for use on the hardware in my server.

    Could someone advise me to solve this?

    Thank you.

    Oliver.

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Installation of Windows server 2008 on Poweredge R320

    Hello everyone

    We bought a new Poweredge R320 server in order to install 64-bit Windows Server R2. There are 2 drives inside and they are preconfgured as raid1.

    I changed the configuration of SATA in RAID mode and also initialized by PERC-H310 RAID1 without any problem. When the server starts up, I see the following messages.

    We found no Raid 0 disks

    1 Vitrual disk (s) were found.


    I can boot from the windows media but no disks are found and is prompting me to browse and install the drivers from nesseray. So I downloaded

    SAS Raid drivers from this link: ftp://ftp.dell.com/Pages/Drivers/poweredge-r320.html#Drivers%20for%20OS%20Deployment

    Windows 2008 R2 64 Bit driver for controllers in PERC H310/H710/H710P/H810
    Windows 2008 R2 64 Bit driver for controllers in PERC H310/H710/H710P/H810
    Recommended 5.2.220.64 18/10/2012 Windows
    Windows Server 2008 R2

    The name of the file is: DRVR_WIN_M20VR_5.2.220.64_A02_ZPE.exe

    I extracted the contents of a USB, restarted the server and when you are prompted for drivers during the windows installation, I traveled to USB which 2 files are found.

    nodev.inf

    percsas.inf

    I tried both of them, but every time I get a message saying to make sure that the correct drivers are found. It seems that is not the correct drivers.

    Could be he you please direct me to the correct drivers? Or if you have any suggestions please let me know.

    Thank you very much

    Goudeuk

    Even I have the same problem... Can anyone suggest a solution?

    Thank you

    Scott

    http://www.vmexplore.com

  • SITE v2.0 failed Installation on Windows server 2008 R2 with SP1

    Installing CPID v2.0 on Windows server 2008 R2 with SP1, the Setup log reported that the installation failed with the error "CustomAction RollBackSccmComponents returned error code 1603"

    I run the Setup with this command after you open the command prompt as 'Run as administrator ':

    MsiExec.exe /i Dell_Client_Integration_Pack.msi

    I even put the command above into a batch file and run it with the same result. With the help of Trace32, I also found this error to be the main problem causing the failure of this facility:

    "custom action InstallSccmComponents unexpectedly closed the hInstall (type MSIHANDLE) handle provided. The custom action must be set to not close this handle.

    Autour Googling, I came across this link: http://en.community.dell.com/techcenter/enterprise-client/f/4448/t/19416814.aspx to try to perform the steps below, but when I did the steps below, the installation just rolled back without even beginning the installation:

    Steps in the link above:

    *********************************************************************************************************

    "We have found this to be a problem with the way that the custom action is running in the MSI file, it is executed in the context of the user who was unable, we changed this to run in the context of the system that solved the problem. To do is relatively simple;

    First unzip the files from the downloaded executable deployment package. Then, download Orca here, http://blogs.msdn.com/astebner/archive/2004/07/12/180792.aspx. Once installed Orca, do a right click Extract MSI and select, "Edit with Orca. Once Orca lance, do not panic, just click on the top menu and select, "Transform", then select "Transformation." Then go to the 'Custom Actions' Table on the left and find the "InstallSccmComponents" entry on the right; Change the value in the column "Type" 3073, then go to "transform", "Generate Transform", save the transformation in the same directory as your MSI and select, and then close Orca.

    To install, use the following command line;

    MsiExec.exe /i \Dell_Server_Deployment_Pack_v1.2_for_ConfigMgr_A01.msi TRANSFORMS =-number

    = The path to the directory containing the package deployment installation files and your STDS. »

    *****************************************************************************************************

    Has anyone seen this problem before? And if so, how to solve?

    Thank you

    TeeDarling77

    I found myself by opening a ticket with Dell to get this problem finally solved. After the installation of Dell's Support log shipping, they asked me to follow these steps below:

    1 if the SQL DB is on a separate machine, try to create the "SMS_TaskSequence_Action" class in WMI under \\.\root\sms\site_ >.  You can download WMI Explorer to browse if you want to see if this class already exists.  Run the script below will not hurt if it already exists.

    a. here are the instructions to create the custom class.  First open powershell as an administrator.

    b. set-executionpolicy RemoteSigned

    c. change the extension on the attached in .ps1 file and change the file to replace the "site_abc" by "site_their 3 letter site code.

    d. change the storage location of the ps1 file.

    e... \WMIClassAdd.ps1

    f. restart and try the installation again.

    3. If it still does not work, send me the newspaper install again to look at.

    Note:

    Here is what was in the attachment in step C.

    ****************************************************************************

    $newClass = ' new-Object System.Management.ManagementClass

    ("root\sms\site_abc", [String]: empty, $null);

    $newClass ["__CLASS"] = "SMS_TaskSequence_Action";

    $newClass.Qualifiers.Add ("Static", $true)

    $newClass.Put)

    *************************************************************************

    After you run the instructions above and restarted the server, installing v2.0 CPID ended successfully.

    I hope that these instructions will help someone in the future... :))

    TeeDarling77

  • OM_5.4.0_Man_Node_A01.msp installation fails (Windows Server 2008 x 64)

    I can't get it to load the patch installer. Of course, life would be easier if Dell has released a proper version of OpenManage (with support for Windows Server 2008 x 64).

    Here are the instructions...

    Application of the Service Pack
    1 double-click the MSP file or enter the following in a command prompt window:
    MsiExec.exe /p OM_5.4.0_Man_Node_A01.msp

    And the error message...

    Windows install

    The upgrade patch cannot be installed by the Windows Installer because the program to be upgraded is may be missing, or the upgrade patch may be a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.


  • Assistance needed for the installation of windows server 2008 r2

    Hello users,.

    I am new to this technology of the virtual environment and I need help in installing windows server 2008 r2 on a machine virtual workstation. For it so what are the recommended setting for drivers, no. of processors, amount of RAM, type of CISS or sata... etc to give the best performance on my virtual machine. If possible please provide me details to my knowledge.

    Thanks in advance

    Are you sure that you have installed a Windows Server 2008 R2?

    Because the normal procedure is that after the installation, you will get a prompt to choose an administrator password. Once you are connected.

    There is no additional user created during installation. This only happens when you install versions of Windows desktop.

  • Installation of Windows Server 2008 from downloaded files

    I have a new server ESXi of nu metal and you want to install Windows Server 2008 remotely.

    I plan to download the Windows Server 2008 installer for the data store, but the user guide mentions the download an ISO file. I have the CD of Microsoft but not a single ISO.

    So my question is, can I download the contents of the CD or should I create a bootable ISP to get this installation started?

    MagicISO should be good do the job. You don't have to worry about doing whatever it is bootable. When you create an ISO image for a bootable CD/DVD already all these things start will appear in the image.

    André

  • vCenter Server 4.1 U1 Installation on Windows Server 2008 R2 SP1 x 64 does not work

    My vCenter Server Installation in my test environment failed with the following error:

    Bildschirmfoto 2011-05-23 um 21.28.31.png

    I couldn't find any article yet. Windows Server 2008 R2 x 64 SP1 is supported as a virtual machine but not not to host the virtual Center Server?

    Help, please...

    Hello.

    Is this server Windows 2008 R2 SP1 a controller domain or already running ADAM?  This may be the cause of this message.

    Good luck!

  • Installation of windows server 2008 R2 on Poweredge R320

    Hello everyone

    We bought a new Poweredge R320 server in order to install 64-bit Windows Server R2. There are 2 drives inside and they are preconfgured as raid1.

    I changed the configuration of SATA in RAID mode and also initialized by PERC-H310 RAID1 without any problem. When the server starts up, I see the following messages.

    We found no Raid 0 disks

    1 Vitrual disk (s) were found.


    I can boot from the windows media but no disks are found and is prompting me to browse and install the drivers from nesseray. So I downloaded

    SAS Raid drivers from this link: ftp://ftp.dell.com/Pages/Drivers/poweredge-r320.html#Drivers%20for%20OS%20Deployment

    Windows 2008 R2 64 Bit driver for controllers in PERC H310/H710/H710P/H810
    Windows 2008 R2 64 Bit driver for controllers in PERC H310/H710/H710P/H810
    Recommended 5.2.220.64 18/10/2012 Windows
    Windows Server 2008 R2

    The name of the file is: DRVR_WIN_M20VR_5.2.220.64_A02_ZPE.exe

    I extracted the contents of a USB, restarted the server and when you are prompted for drivers during the windows installation, I traveled to USB which 2 files are found.

    nodev.inf

    percsas.inf

    I tried both of them, but every time I get a message saying to make sure that the correct drivers are found. It seems that is not the correct drivers.

    Could be he you please direct me to the correct drivers? Or if you have any suggestions please let me know.

    Thank you very much

    Goudeuk

    PS: I posted the same topic in the forum "Blade" by mistake. Apology.

    "Do you mean that if my BIOS/SATA configuration has been set to RAID 1 I should have drivers chipset/AHCI for a successful installation?"

    No, because you are not using the onboard SATA RAID - your built-in SATA is used ONLY by your optical drive, so it should not be in RAID and AHCI usually requires special drivers, which is not required when you use optical drives.  However, pilots of chipset/AHCI may have helped Windows to see the optical drive in such a way that the installation could proceed (if she needs the RAID controller for real hard disks, you will NOT see this particular message - you will see another message when Windows cannot find not all drives to be installed on).

    "When someone would set RAID 1 for sata configuration?"

    ONLY if you use the S110 RAID controller onboard.  You use the H310, so you don't want to mess with the SATA RAID on board.

  • Installation of Windows Server 2008 R2 on vmware workstation 9

    Hello

    I have a laptop with windows 7 OS and installed a VM with windows server 2008 R2 OS using vmware workstation 9. The thing is without creating any user, VM is turining IT with the user that I connected my laptop. Is that how it behaves.

    Generally, when install us windows server on a physical machine, he asks to open a session with the administrator by changing the password.

    Could someone let me know how to change this?

    Thanks in advance

    This problem occur if you select the OS install disc when the VM... in this way creating the VMware Workstation uses a feature called Easy Install, where you will be asked for more information, including the user credentials.

    To avoid using Easy Install, during the creation of the VM, on install, select "I will install the operating system later":

    To read more about Easy Install, check page 35: http://www.vmware.com/pdf/desktop/ws90-getting-started.pdf

  • Installation of Windows Server 2008 R2 HAL_INITIALIZATION_FAILED

    We have a VMWare ESXi 5.0.0 (build 504890) welcome and are facing problems to install a Windows Server 2008 R2 VM. When starting on a DVD to install Windows, we get a "HAL_INITIALIZATION_FAILED" error and restarting the virtual machine.

    Any ideas?

    Thank you, Oliver

    I would upgrade the ESX host 1489271.  So, I think I would feel comfortable with the virtual machine in the production.

  • SRM 5 Server installs on Windows Server 2008 R2 Standard

    The compatibility matrix States that as compatible with SRM 5 company? Is this correct? If so, why should Enterprise?

    See you soon,.

    David

    Hello

    The matrix compatibility tells Windows Server 2008 64-bit (#2) so you should be fine with Standard or Enterprise.

    You can post a link to where you see SRM requiring a business - I could consider getting this corrected.

    Thank you

  • Installation of Windows Server 2008 R2 SP1 problems

    Since the recent release of Windows Server 2008 R2 SP1, I have since downloaded the ISO from Microsoft (SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_English_w_SP1_MLF_X17-22580. ISO) and tried to install it on my sandbox (ESXi 4.1.0 260247) and I will have questions.

    The problem is that Windows does not have a driver for the SCSI controller device.  I tried to change the type of "LSI Logic SAS' to 'LSI Logic" parallel "and it does not solve the problem.  I tried to download a Windows 2008 LSI SAS of LSI driver directly (http://www.lsi.com/storage_home/products_home/standard_product_ics/sas_ics/lsisas1068/index.html) and use it, and still have had no luck.

    I was wondering if anyone has had any success in installing Windows 2008 R2 SP1 on ESX or ESXi 4.0 or 4.1?

    w2k8r2sp1-vm.jpg

    See you soon,.

    Ken

    Hi Ken

    It is the same as the previous one:

    SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_English_w_SP1_MLF_X17-22580. ISO

    concerning

    Pieter

Maybe you are looking for