Windows Server 2008 not booting (\windows\system32\winload.exe - Status: 0xc000000e)

i have a Hp Server with two HDDs configured RAID 1 and installed Win Server 2008, after a power failure it is not booting and showing start up error Status: 0xc000000e.
tried all the methods showing on the same error page, when i am trying with CMD from Window DVD (repair option) i am getting only X:\ drive, it is not showing my C:\ and D:\. when i use Windows 7 DVD (just for troubleshoot) and select new install option,
it is showing my C:\ and D:\ with my correct Disk Usage and Free space, (so, my Data and Windows is available)
i saw lots of way to fix the issue, but without accessing to C:\ drive, how can i fix it? please anyone can help on this?

Hi,
0xC000000E, or STATUS_NO_SUCH_DEVICE: the drive went unavailable, possibly a bad hard drive, disk array, and/or controller card.
Please also contact your hardware vendor HP to check the health of your hard disks.
Regards,
Arthur Li
TechNet Community Support

Similar Messages

  • Windows failed to start. Could not load file Windows\System32\winload.exe

    My friend tried to recover his laptop by using the recover button u can do from (controlpanel) and systems. It failed and when I try to start his laptop it says the typically Windows failed to start, \Windows\system32\winload.exe. Status:0xc000000f.
    If it was my own laptop and if it was a desktop I would just make a clean installation. Delete all partitions and install new windows. But his laptop got these ones........
    disk 0 partition 1 200 mb system
    disk 0 partition 2 227,7gb all free, primary
    disk0 unallocated space 194 gb all free
    disk 0 partition 3: lenovo 29gb 8mb free, LOGICAL
    disk 0 partition 4:LENOVO_PART 14 gb 3.3free OEM (reserved)
    Im afraid he got 2 harddrives a hdd and a sdd for windows. Im not sure and this looks like **bleep** to my eyes.
    So if I could prevent deleting all partions and do a normal recovery it would be great.
    SO I found this and I dont know if its what I should do. coderforlife
    But when I type the things in command it doesnt work.
    SO guys what should I do? DOnt wanna destroy his laptop   cause he needs to use it at saturday.
    Best regards Niklas  
    Btw im not sure if the thread is in the right place. Let me know
    Solved!
    Go to Solution.

    I hope there is another computer around using the same version of windows 7. You need to create a repair disc. Then you need to run a startup repair.
    Hoov
    Microsoft MVP - Consumer Security
    SpywareHammer.com

  • Windows To Go windows/system32/Winload.exe corrupt or missing

    I have a windows to go hard drive and an error came up recently saying "windows/system32/winload.exe corrupt or missing". I made a recovery drive from normal windows 8 but it cant detect the windows to go hard drive (I think its because its only
    looking to internal hard drives). any help would be appreciated. thanks
    EDIT:: it should say winload in the title

    Hi!
    My name is Long.
    I've got the same issue like you and resolved that without repartition and reinstall window to to. 
    I will so you step by step what i did to resolve the error with winload.exe corrupt or missing. I hove that will help you resolve your problem too.
    As you known: Window to go run in a external harddrive with 2 partitions. The first Partition have 350 MB (FAT32, active partition and it contain boot files). The second partition have remaining space (contain window files).
    The first you need a computer have a working window 7 or 8 OS(recommend window 8 or highter)
    Plug your window to go hard drive to the window.
    Assign the first partition 350 MB by disk manager with letter Z: (normally the fist partition 350 MB is not mounted)
    Assign the second (contain windows files) with letter O:
    Delete all file in the partition Z:
    Open CMD and do the command.
           O:\windows\system32\bcdboot O:\windows /f ALL /s Z:
    Restart and boot to window to go.
    If you want to know why i did that, read below:
    (External Hard Drive = EHD)
    i found a lot of the suggests in the internet and did that.
    - I had try to replace the winload.exe file in the second partition but it not effect.
    - I replace the registry data in folder \windows\system32\config but it not effect.
    - I did some commands found in the internet but not effect too. (https://social.technet.microsoft.com/Forums/windows/en-US/1b2045b9-7fef-47f0-aea3-1e185fb7544c/fix-winloadexe-is-missing-or-corrupt-no-its-not)
    - System repair not work with EHD.
    After i did all the ways found in the internet, i think that, the problem is not due to winload.exe file.
    I read the tips to install window togo again and i try to reinstall the window to go without repartition.
    The install have 2 steps: 
    - 1: Partition and set active.
    - 2: Copy file and make boot
    I ignor the first step because my EHD have got 2 partitons like the tips. 
    I delete all file and folder relate to window except my pertional data (in the 2nd partition).
    I extract install.wim file and copy all to the 2nd partition. I restart and boot to EHD but it still got error.
    I'm used Bootice and check the MBR of EHD and i got unknown MBR. I think the the problem.
    So I used Bootice software, set MBR of EHD = Windows NT 6.x. and I
    Set PBR to 2 partitions are BOOTMGR boot record (FAT32/NTFS/ExFAT).  I restart and boot to EHD but it still got error.
    Next, I delete all file in 1st partition of EHD.
    I Open CMD and do the command 
    "o:\windows\system32\bcdboot o:\windows /f ALL /s z:"
    after that, i restart and boot to EHD and it worked. The window to go work perfect but i lost all settings :)
    So i think the 2nd partition and all files is ok. The problem is by the 1st partition.

  • Invoke remote diskpart with pipe results in 'C:\windows\system32\diskpart.exe}' is not recognized as an internal or external command

    Hi,
     I am trying to invoke commands from powershell(resp. the code below is run from CMD, because it should be part of CMD script in future), especially the diskpart and do some operations.
    I am trying to use this:
    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Invoke-Command -ComputerName "machinename" -ScriptBlock {"select disk 2", "online disk" | diskpart}
    but keep getting this:
    'diskpart.exe}' is not recognized as an internal or external command...
    I also tried with full path to diskpart but I get this:
    'C:\windows\system32\diskpart.exe}' is not recognized as an internal or external command...
    can you help me with that? I would use powershell directly but the system is Server 2008 R2 where storage modules are not present..
    execution policy is set to unrestricted
    I should also note, that SYSTEM32 where diskpart resides IS part of variables on both systems
    Thank you.
    Pete
    sfs

    Hi, 
     thanks for answer. It works as you say but I am calling powershell from within CMD (cmd script), its the reason, why this:
    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" 
    is being included. And that is not working.
    Pete
    sfs

  • Error code: 0xc0000001 file: \windows\system32\winload.efi missing or contains errors

    I have a new 2 month old(Aug 2014) hp eliteone 800 all in one computer running win 8.1 64bit. i have two  1 tb hard drives raid configuration. left computer on for an afternoon and when I came back it was off mysteriously. tried to turn on and it
    attempted to repair and was never able to repair. hp sent a new windows 8 software to install, they said os was corrupt. installed three times now i get error code: 0xc0000001 file: \windows\system32\winload.efi  missing or contains errors. hp said installation
    disc probably corrupt and sent me another. installed twice with same result, error code: 0xc0000001 file: \windows\system32\winload.efi  missing or contains errors. This began after the computer was just one month old and after i had placed 300-400
    gb of my personal data from other computers on it. I need all of these files so can't just recover/delete all of the files on the computer, although i have read that that may be my only solution? If i do recover will the files still be on the second hard drive??
    can you help with this problem?? thanks.

    Hi Richard,
    Did you try to repair or reinstall the system when you insert the new media?
    Have you tried to carry out a system recovery, which will restore your system back to factory defaults and how was the result?
    In addition, I suggest you use the new installation media to do a clean install(full format the old system).
    How to perform a clean installation of Windows
    http://windows.microsoft.com/en-IN/windows-8/clean-install
    Note: If you have important personal data, remember to insert your drive into another computer to backup your personal data before you do any operation.
    Karen Hu
    TechNet Community Support

  • Try to reset to factory settings/missing file"windows\system32\winload.efi

    I have Toshiba Serial #XXXXXXXXX, model P75-A7200
     Bought it brandnew at best buy almost a year ago. I did not make any recovery disc's or flash drive.
    It is getting slow and someother minor issues while on internet, so I want to do a Full Reset to facory settings. I have tried the Refresh option and the Reset option. Both come back with error message ;oxc0000001, missing file: Windows\system32\winload.efi
      So how do I fix this since I didnt make a recovery or start up discs? I can reboot the computer just fine, I just cant do a computer reset.
     I am running Windows 8.1, came installed with windows 8, I upgrade to 8.1 shortly after I bought it.
    [Moderator edit to remove serial number.]

    Satellite P75-A7200
    I didnt make a recovery or start up discs?
    Obtain them from Toshiba. Scroll down to Get Recovery Media here. See the instructions in the section Restoring from recovery media, which begins on p. 60 of the User's Guide.
       Satellite/Satellite Pro P70/P50/P40-A Series User’s Guide
    Be sure to follow these instructions when you upgrade to Windows 8.1.
       How to Update from Windows 8 to Windows 8.1
    -Jerry

  • Windows 8.1 - \windows\system32\winload.efi missing or corrupt Code: 0cx000000f

    I have had my Lenovo IdeaPad U330 Touch 4th Gen i5 for 5 months now, and last week, lots of blue screen errors started appearing. Here is a list of the BSOD Errors I had DURING ONE DAY:
    BAD_POOL_HEADER
    PAGE_FAULT_IN_NON_PAGED_AREA
    MEMORY_MANAGEMENT
    KERNEL_SECURITY_CHECK_FAILURE
    PFN_FILE_CORRUPT
    BAD_POOL CALLER
    ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
    Anyway, It worked fine this morning, but after I came back from lunch, It told me that my computer needed to be repaired, because the file \windows\system32\winload.efi was either missing or contained errors.  I have 3 options on this screen which are:
    "Press Enter to try again" - which does nothing
    "Press F8 for Startup Settings" - which does nothing
    "Press Esc for UEFI Firmware Settings" - which works and takes me to the "InsydeH2O Setup Utility"
    What do I do to get my laptop working again??

    Hi,
    How about your problem now? According to your description, the only way except reinstall OS to fix your problem was create a system repair disc, USB drive is OK. Then connect to your computer to fix this problem.
    Roger Lu
    TechNet Community Support

  • The system process 'C:\Windows\system32\lsass.exe' terminated unexpectedly with status code 255

    Hello All
    We have a server 2008 R2 HyperV server and during the last few months it started to reboot randomly.
    Initially we thought its related to the issue fixed by the following hotfix so we applied it but even with the hotfix it still keeps rebooting.
    http://support.microsoft.com/kb/2732595
    Unlike what's mentioned in the hotfix , the faulting module is not "ntdll.dll" but "msvcrt.dll".Also came up with the following indication the reboots could be related to KB2871997 but that update is not installed
    on this system.                                                
    Following are the events from system log.
    Log Name:      System
    Source:        LsaSrv
    Date:          2/9/2015 11:58:12 PM
    Event ID:      5000
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      HV2008-Host
    Description:
    The security package Kerberos generated an exception. The exception information is the data.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LsaSrv" Guid="{199FE037-2B82-40A9-82AC-E1D46C792B99}" />
        <EventID>5000</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-10T04:58:12.415529200Z" />
        <EventRecordID>8091130</EventRecordID>
        <Correlation />
        <Execution ProcessID="736" ThreadID="5888" />
        <Channel>System</Channel>
        <Computer>HV2008-Host</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Package">Kerberos</Data>
        <Binary>050000C00000000000000000000000001111F6FEFE070000020000000000000000000000000000008EEB1802000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      System
    Source:        USER32
    Date:          2/9/2015 11:58:24 PM
    Event ID:      1074
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          SYSTEM
    Computer:      HV2008-Host
    Description:
    The process wininit.exe has initiated the restart of computer HV2008-HOST on behalf of user  for the following reason: No title for this reason could be found
     Reason Code: 0x50006
     Shutdown Type: restart
     Comment: The system process 'C:\Windows\system32\lsass.exe' terminated unexpectedly with status code 255.  The system will now shut down and restart.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="USER32" />
        <EventID Qualifiers="32768">1074</EventID>
        <Level>4</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-10T04:58:24.000000000Z" />
        <EventRecordID>8091132</EventRecordID>
        <Channel>System</Channel>
        <Computer>HV2008-Host</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data>wininit.exe</Data>
        <Data>HV2008-HOST</Data>
        <Data>No title for this reason could be found</Data>
        <Data>0x50006</Data>
        <Data>restart</Data>
        <Data>The system process 'C:\Windows\system32\lsass.exe' terminated unexpectedly with status code 255.  The system will now shut down and restart.</Data>
        <Data>
        </Data>
        <Binary>06000500000000000000000000000000000000000000000000000000000000000000000000000000</Binary>
      </EventData>
    </Event>
    Following are the events from Application logs.
    Log Name:      Application
    Source:        Application Error
    Date:          2/9/2015 11:58:14 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HV2008-Host
    Description:
    Faulting application name: lsass.exe, version: 6.1.7601.22653, time stamp: 0x534893ed
    Faulting module name: msvcrt.dll, version: 7.0.7601.17744, time stamp: 0x4eeb033f
    Exception code: 0xc0000005
    Fault offset: 0x0000000000001111
    Faulting process id: 0x2e0
    Faulting application start time: 0x01d03c91dbe5854f
    Faulting application path: C:\Windows\system32\lsass.exe
    Faulting module path: C:\Windows\system32\msvcrt.dll
    Report Id: 6af0ff3d-b0e1-11e4-83ca-0026b9340d61
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-10T04:58:14.000000000Z" />
        <EventRecordID>267648</EventRecordID>
        <Channel>Application</Channel>
        <Computer>HV2008-Host</Computer>
        <Security />
      </System>
      <EventData>
        <Data>lsass.exe</Data>
        <Data>6.1.7601.22653</Data>
        <Data>534893ed</Data>
        <Data>msvcrt.dll</Data>
        <Data>7.0.7601.17744</Data>
        <Data>4eeb033f</Data>
        <Data>c0000005</Data>
        <Data>0000000000001111</Data>
        <Data>2e0</Data>
        <Data>01d03c91dbe5854f</Data>
        <Data>C:\Windows\system32\lsass.exe</Data>
        <Data>C:\Windows\system32\msvcrt.dll</Data>
        <Data>6af0ff3d-b0e1-11e4-83ca-0026b9340d61</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Windows Error Reporting
    Date:          2/9/2015 11:58:23 PM
    Event ID:      1001
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      HV2008-Host
    Description:
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: lsass.exe
    P2: 6.1.7601.22653
    P3: 534893ed
    P4: msvcrt.dll
    P5: 7.0.7601.17744
    P6: 4eeb033f
    P7: c0000005
    P8: 0000000000001111
    P9:
    P10:
    Attached files:
    C:\Windows\Temp\WER5001.tmp.appcompat.txt
    C:\Windows\Temp\WER535C.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER53DA.tmp.hdmp
    C:\Windows\Temp\WER6690.tmp.mdmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_lsass.exe_3c1aa5eeba75bf26fcebc4f54e714efe7b5162a2_cab_20a56871
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 6af0ff3d-b0e1-11e4-83ca-0026b9340d61
    Report Status: 0
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows Error Reporting" />
        <EventID Qualifiers="0">1001</EventID>
        <Level>4</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-10T04:58:23.000000000Z" />
        <EventRecordID>267650</EventRecordID>
        <Channel>Application</Channel>
        <Computer>HV2008-Host</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
        </Data>
        <Data>0</Data>
        <Data>APPCRASH</Data>
        <Data>Not available</Data>
        <Data>0</Data>
        <Data>lsass.exe</Data>
        <Data>6.1.7601.22653</Data>
        <Data>534893ed</Data>
        <Data>msvcrt.dll</Data>
        <Data>7.0.7601.17744</Data>
        <Data>4eeb033f</Data>
        <Data>c0000005</Data>
        <Data>0000000000001111</Data>
        <Data>
        </Data>
        <Data>
        </Data>
        <Data>
    C:\Windows\Temp\WER5001.tmp.appcompat.txt
    C:\Windows\Temp\WER535C.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER53DA.tmp.hdmp
    C:\Windows\Temp\WER6690.tmp.mdmp</Data>
        <Data>C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_lsass.exe_3c1aa5eeba75bf26fcebc4f54e714efe7b5162a2_cab_20a56871</Data>
        <Data>
        </Data>
        <Data>0</Data>
        <Data>6af0ff3d-b0e1-11e4-83ca-0026b9340d61</Data>
        <Data>0</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Windows Error Reporting
    Date:          2/9/2015 11:58:22 PM
    Event ID:      1001
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      HV2008-Host
    Description:
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: lsass.exe
    P2: 6.1.7601.22653
    P3: 534893ed
    P4: msvcrt.dll
    P5: 7.0.7601.17744
    P6: 4eeb033f
    P7: c0000005
    P8: 0000000000001111
    P9:
    P10:
    Attached files:
    C:\Windows\Temp\WER5001.tmp.appcompat.txt
    C:\Windows\Temp\WER535C.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER53DA.tmp.hdmp
    C:\Windows\Temp\WER6690.tmp.mdmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_lsass.exe_3c1aa5eeba75bf26fcebc4f54e714efe7b5162a2_cab_20a56871
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 6af0ff3d-b0e1-11e4-83ca-0026b9340d61
    Report Status: 4
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows Error Reporting" />
        <EventID Qualifiers="0">1001</EventID>
        <Level>4</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-10T04:58:22.000000000Z" />
        <EventRecordID>267649</EventRecordID>
        <Channel>Application</Channel>
        <Computer>HV2008-Host</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
        </Data>
        <Data>0</Data>
        <Data>APPCRASH</Data>
        <Data>Not available</Data>
        <Data>0</Data>
        <Data>lsass.exe</Data>
        <Data>6.1.7601.22653</Data>
        <Data>534893ed</Data>
        <Data>msvcrt.dll</Data>
        <Data>7.0.7601.17744</Data>
        <Data>4eeb033f</Data>
        <Data>c0000005</Data>
        <Data>0000000000001111</Data>
        <Data>
        </Data>
        <Data>
        </Data>
        <Data>
    C:\Windows\Temp\WER5001.tmp.appcompat.txt
    C:\Windows\Temp\WER535C.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER53DA.tmp.hdmp
    C:\Windows\Temp\WER6690.tmp.mdmp</Data>
        <Data>C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_lsass.exe_3c1aa5eeba75bf26fcebc4f54e714efe7b5162a2_cab_20a56871</Data>
        <Data>
        </Data>
        <Data>0</Data>
        <Data>6af0ff3d-b0e1-11e4-83ca-0026b9340d61</Data>
        <Data>4</Data>
      </EventData>
    </Event>
    Would really appreciate if someone can point us to the correct direction on how to get this issue sorted.
    Regards,
    Dhanushka

    Hi Sir,
    Please try the following items:
    1. if ther is anti-virus installed , please uninstall it temporarily
    2. run  " sfc /scannow "
    3. keep windows up-to-date
    4. if you updated some hardware driver please roll it back
    5. if the issue persists , please use windows installation media to perform inplace-upgrade for the system
    Also please refer to reinstall C++ runtime within the similar thread:
    https://social.technet.microsoft.com/Forums/windows/en-US/bf69eeff-24c4-499f-b280-b6a3098f4f9f/problem-with-msvcrtdll-version-70760117744?forum=w7itprogeneral
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Error attaching Adventureworks 2008 db to SQL Server 2008 [not R2]

    Hi ppl,
    I have SQL Server 2008[NOT R2] installed in my laptop [Windows Vista Home Premium, 64 bit].
    There are 2 issues:
    1. Downloaded the AdventureWorks 2008_SR4 from the link :
     http://msftdbprodsamples.codeplex.com/releases/view/37109 .
    but wasn't able to install it due to an error - database Installer stopped working and had to close the program.
    Hence my friend installed it his laptop and sent me the .mdf and .ldf files.
    2. I tried attaching the databases using SSMS2008, but it is showing Error:
    TITLE: Microsoft SQL Server Management Studio
    Attach database failed for Server 'xxxxxx'.  (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The database 'AdventureWorksDW2008' cannot be opened because it is version 661. This server supports version 655 and earlier. A downgrade path is not supported.
    Could not open new database 'AdventureWorksDW2008'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 948)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=948&LinkId=20476
    BUTTONS:
    OK
    I have checked the version of sql server opened in SSMS and it is 2008 itself
    I cannot find any other Non R2 AdventureWorks file for 2008.
    Any help would be appreciated greatly.
    Thanks,
    Chips.

    I have SQL Server 2008[NOT R2] installed in my laptop [Windows Vista Home Premium, 64 bit].
    The database 'AdventureWorksDW2008' cannot be opened because it is version
    661. This server supports version 655 and earlier.
    Hello Chips,
    database version 655 is SQL Server 2008, 661
    is SQL Server 2008 R2, so your friend send you a database file of a newer version, which you can't attach to a older version. I guess your friend uses 2008R2, the database is upgraded automatically to this version.
    Have a deeper look at CodePlex, Version 2008 is still available there.
    Olaf Helper
    * cogito ergo sum * errare humanum est * quote erat demonstrandum *
    Wenn ich denke, ist das ein Fehler und das beweise ich täglich
    Blog
    Xing

  • Server does not boot

    Dear Sir
    I have use Main Server PowerEdge 1900 with operating system SQL Server 2008 r2 the  main server does not boot after reading all system files a message appear choose recovery mood
    1- restore from system image recovery
    2- Command Prompt
    i have important data in it and a database runing in the server machine how can i boot the server properly without having any backup.
    How can i pick up data from command prompt.

    The bad part is that you do not have backups. The good part is that you can recover your data by using a bootable device and copying them to another location.
    However, for the DB part, you might want to ask them here: https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=sqldisasterrecovery&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to remove annoying POPUPS ON STARTUP C:\Windows\System32\igfxtray.exe

    Hi -
    After I on intel.com tried to upgrade my graphic driver Mobile Intel(R) 965 Express Chipset Family my screen at startup shows a popup-box with the text:
    C:\Windows\System32\igfxtray.exe
    I am asked to "Run" or "Cancel" but no matter what I choose the exact same popup is shown on startup again and I have to Click 3 times on Cancel to get the box disappear - It doesnt seem to influence on my use of the laptop but its a little annoying that its shows up.
    On windows.com help forum I have followed some suggestions without help except the suggestion on open Regedit because many have told med not to mess around in the Regedit
    I have with no succes asked this question on a forum within intel.com
    Has anyone a suggestion what to do?
    Thanks in Advance
    DonOlesen

    Hi
    The igfxtray.exe seems to belongs to Intel driver and this file is a part of quick access software to the control panel via a System Tray icon for graphics based upon the Intel.
    Usually you should see a small Intel display icon in the task bar in the right lower corner.
    The igfxtray.exe controls this.
    So you can also disable this in msconfig.
    In search type msconfig. Then choose StarUp tab and choose remove the mark from the entry containing the igfxtray.exe
    Now save the changes and reboot the unit
    That should disable this popup.

  • When I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    when I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "Continue in Safe Mode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • OSX 10.6.8 server will Not Boot

    Hi my 10.6.8 server will not boot.  System is a 2009 Mac pro.  I have run disk utility from the original server software install disk, ran repair disk, and repair disk permissions.  Get some acl found errors have read that they most often are erroneous, Still got the same errors after permission repairs.  While booting in verbose mode get the following messages before it stops:
    kern.maxprocoeruip: 266 -> 2400
    launchctl: Couldn't stat("/library/LaunchDaemons/org.macports.asterisk.plist"): Nosuch File or directory (note: removed asterisk from this system months ago)
    launchctl: Please convert the following to launchd: /ect/mach_init.d/chum.plist
    launchctl: Please convert the following to launchd: /ect/mac_ini/dashboardadvisoryd.plist
    launchctl: Please convert the following to launchd: /ect/mach_init.d/pilotfish.plist
    Unexpected error triggering kextd volume watching.
    /: Couldn't get description from Disk Arbitration..
    I did read on another post here to try to reinstall the os, however when I try to install over the operating system it says I am trying to install an older os and it will not let me install in the same volume....  Although I am confident I have all the data on backups as well have timemachine backups, I would rather not have to erase and install this machine. 
    Any insight to this problem would be greatly appreciated. 

    I found that I had a bad harddrive, or at least that is what I think happened..  I did have a time machine backup as well, although in hindsight, I should have made some manual backups of my open directory and the databases hosted on the server.  In any case I ended up purchasing "server grade" harddrives and reinstalling the OS on to the new blank hard drives, I was then able to recover from my time machine backup, however, I did have the issue of the restore going over 100%, I tried this several times and the same result with no end after hours and hours.   After reading through various forums I found that clicking the mouse button for about 10 minutes straight once it hit 100% finally worked, I was lucky that the Time machine backup had good data on it since I have read several posts saying that Time machine doesn;t backup directoies or any "open files" very well, however I had no problems after recovering from the backup.  I do however now backup or archive my directory everyday, and I rely on Filemaker to backup its own databases, however I still use time machine as well... 

  • V880 server is not booting

    Hi,
    The v880 server is not booting due to can't open boot_archive error throughing. Please help me...
    Problem Description:
    I have done solaris multi-pathing (using stmsboot -e command). After multipathing the server is continuously rebooting due to following error
    "panic[cpu3]/thread=2a100047cc0: BAD TRAP: type=31 rp=2a100047450 addr=80 mmu_fsr=0 occurred in module "vxdmp" due to a NULL pointer dereference"
    then I have edited the following /kernel/drv/fp.conf to disable multipathing. But after edited the server is not booting and given the error can't open boot_archive
    log:
    Hostname: ckplqa
    SUNW,eri0 : 100 Mbps full duplex link up
    panic[cpu3]/thread=2a100047cc0: BAD TRAP: type=31 rp=2a100047450 addr=80 mmu_fsr=0 occurred in module "vxdmp" due to a NULL pointer dereference
    sched: trap type = 0x31
    addr=0x80
    pid=0, pc=0x13317ac, sp=0x2a100046cf1, tstate=0x1600, context=0x0
    g1-g7: 0, 4, 4, 1fffffff, c, 16, 2a100047cc0
    Regards
    Deva

    Hi,
    My question is how to recover boot block on the solaris 10.
    I have done the steps as mentioned below
    1. tried to update bootblk using installboot
    2. tried to update boot-archive using bootadm. but i can't to do this as given error"/a/: not a boot archive based Solaris instance"
    So I can't recover the boot-archive file. Please suggest if you have any steps to recover the boot-archive.
    Note: BAD TRAP: type=31 rp=2a100047450 addr=80 mmu_fsr=0 occurred in module "vxdmp" due to a NULL pointer dereference
    Regards
    Deva

  • C:\windows\system32\prevhost.exe error when adding files

    When I attempt to add files to ITunes, I get the following C:\Windows\system32\prevhost.exe whic is a C++ runtime error. Therefore, I cannot add files this way. This is Windows 7 Home.

    prevhost.exe is your Preview Handler Surrogate Host. It's a Windows OS file, so an sfc /scannow is worth a try with that:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

Maybe you are looking for