oxc000000e Boot failed-required device is inaccessible (Windows 7)

Page 3 of 20 FirstFirst 1234513 ... LastLast

  1. Posts : 133
    Windows 7 Home Premium 64bit
    Thread Starter
       #21

    After click in repair:

    Show message: System recovery options: Windows found problems with your computer startup options:
    Do you want to apply repairs and restart your computer?
    View deatils:

    I clicked on deatils.. i saw this:
    the following startup option will be repaired:
    Name : {bootmgr}
    Identifer:........
    The following startup options will be added:
    Name: Windows 7 Home premium (recovered)
    Path: Windows
    Windows Device: Partioton=E: (430420 MB)

    a copy of the current boot configuration data will be saved as c:\boot\BCD.Backup.0001

    then I close deatils and Click in Answer Do you want to apply repairs and restart your computer? YES

    show message: Failed to save sartup option

    first time booted with Windows 7 ( 10 min ago) i saw a drive and last windows in Patition E. but now nothing!!

    DISKPART> list vol

    Volume ### Ltr Fs Type Size Satus Info
    =========================================
    Volume 0 F UDF DVD-ROM 3167MB Healthy
    Volume 1 C NTFS Partition 200MB Healty
    Volum 2 E NTFS Partition 420GB Healty
    Volume 3 D NTFS Partiton 30GB Healty
    Volume 6 NTFS Partioton 14GB Healty Hidden

    listdisk>

    Disk 0 Online 465GB 1024KB

    Also Windows installed in C:\ Size 465gb why now in E : ?
      My Computer


  2. Posts : 133
    Windows 7 Home Premium 64bit
    Thread Starter
       #22

    the three time booted with Windows DVD installed. again in repair show message:

    System recovery options: Windows found problems with your computer startup options:
    Do you want to apply repairs and restart your computer? YES and restart and now the error is diffrent when want load windows:

    File: \Windows\system32\drivers\msahci.sys
    Status: 0xc000000f
    Info: Windows failed to load beacuse a critical system driver is missing, or corrupt.
      My Computer


  3. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #23

    moh3en said:
    Also Windows installed in C:\ Size 465gb why now in E : ?
    It's just a drive letter. In windows registry is an entry like:
    C: \disksignature\startsector

    If it finds a disk with signature disksignature and partition that starts at startsector then windows installation calls it C.

    You can add disks, swap cables, and a partition before systempartition .... it stays C for that windows installation. So drive letters stay the same ... as long you don't modify the startsector so move the partition itself.

    In win7 winpe (recovery environment) drive letters are different. But actually you are talking to same stuff


    So windows boots from what's now called C (200MB system reserved) and windows is on E

    In recovery-environment command prompt:
    Code:
    bcdedit/enum all
    Errors? Rubbish? or readable stuff?
    what is after lines with device and osdevice? unknown I assume?
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #24

    moh3en said:
    the three time booted with Windows DVD installed. again in repair show message:

    System recovery options: Windows found problems with your computer startup options:
    Do you want to apply repairs and restart your computer? YES and restart and now the error is diffrent when want load windows:

    File: \Windows\system32\drivers\msahci.sys
    Status: 0xc000000f
    Info: Windows failed to load beacuse a critical system driver is missing, or corrupt.
    Is that in win7 recovery environment? Or tried normal boot from harddisk?
      My Computer


  5. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #25

    Code:
    bcdedit
    Do you see something like this?


    Windows-opstartbeheer
    ---------------------
    id {bootmgr}
    device partition=C:
    path \bootmgr
    description Windows Boot Manager
    locale nl-NL
    inherit {globalsettings}
    default {current} =>is same as blue below?
    resumeobject {fa1a7f9d-ab26-11df-bc4f-ce7145d50d35}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 10
    Windows-opstartlaadprogramma
    ----------------------------
    id {current} =>is same as blue above?
    device partition=C: =>is E:?
    path \Windows\system32\winload.exe
    description Windows 7 Home Premium =>probably with "recovered" appended
    locale nl-NL
    inherit {bootloadersettings}
    recoverysequence {c3c471b7-a336-11e1-a60f-bb1c0958a7b3}
    recoveryenabled Yes
    osdevice partition=C: =>is E:?
    systemroot \Windows
    resumeobject {fa1a7f9d-ab26-11df-bc4f-ce7145d50d35}
    nx OptIn
    ------------------------
    osdevice en device should be partition=E: in your case
      My Computer


  6. Posts : 133
    Windows 7 Home Premium 64bit
    Thread Starter
       #26

    Kaktussoft said:
    moh3en said:
    the three time booted with Windows DVD installed. again in repair show message:

    System recovery options: Windows found problems with your computer startup options:
    Do you want to apply repairs and restart your computer? YES and restart and now the error is diffrent when want load windows:

    File: \Windows\system32\drivers\msahci.sys
    Status: 0xc000000f
    Info: Windows failed to load beacuse a critical system driver is missing, or corrupt.
    Is that in win7 recovery environment? Or tried normal boot from harddisk?

    normal boot from harddisk!
      My Computer


  7. Posts : 133
    Windows 7 Home Premium 64bit
    Thread Starter
       #27

    i booted normally and again repair. and command prompt
    i entred :

    Code:
    bcdedit/enum all
    Windows Boot Manager:

    identifer <bootmgr>
    device Partition =C:
    path \bootmgr
    description Windows boot manager
    locale en-US
    default <default>
    displayorder <default>
    timeout 30

    (not this line below:)
    inherit {globalsettings}
    default {current} =>is same as blue below?
    resumeobject {fa1a7f9d-ab26-11df-bc4f-ce7145d50d35}
    toolsdisplayorder {memdiag}

    Windows Boot Loader:
    Identifer <default>
    device partiton=E:
    path \windows\system32\winload.exe
    description Windows 7 Home Premium <recovred>
    locale en-US
    osdeice partiton=E:
    systemboot \Windows

    Windows Memory Tester
    Identifr <memdiag>
    device c:\
    path \boot\memtest.exe
    description Windows memory Diagnostic
      My Computer


  8. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #28

    moh3en said:
    what's recovery-environment? i booted normal!
    recovery environment is when booting and then press F8 "repair your computer" or win7 install dvd "repair computer".

    So you booted normal and then the error:
    File: \Windows\system32\drivers\msahci.sys
    Status: 0xc000000f
    Info: Windows failed to load beacuse a critical system driver is missing, or corrupt.

    He is at least trying to start win7!!

    PC had:
    -unaccessible boot device with no apparent reason.
    -bcd menu cannot be written to
    -and now \Windows\system32\drivers\msahci.sys error

    And also memory problems in recovery environment! I think your memory has failures.

    Boot again in win7 recovery environment and select "memory diagnostics" and let it run a few hours. Post results

    In case you see errors you can abort it
      My Computer


  9. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #29

    moh3en said:
    i booted normally and again repair. and command prompt
    i entred :

    Code:
    bcdedit/enum all
    Windows Boot Manager:

    identifer <bootmgr>
    device Partition =C:
    path \bootmgr
    description Windows boot manager
    locale en-US
    default <default>
    displayorder <default>
    timeout 30

    (not this line below:)
    inherit {globalsettings}
    default {current} =>is same as blue below?
    resumeobject {fa1a7f9d-ab26-11df-bc4f-ce7145d50d35}
    toolsdisplayorder {memdiag}

    Windows Boot Loader:
    Identifer <default>
    device partiton=E:
    path \windows\system32\winload.exe
    description Windows 7 Home Premium <recovred>
    locale en-US
    osdeice partiton=E:
    systemboot \Windows

    Windows Memory Tester
    Identifr <memdiag>
    device c:\
    path \boot\memtest.exe
    description Windows memory Diagnostic
    All fine!!! That's why win7 is booting (at least try to). Windows startup repair did write to boot menu succesfully. (First it failed to save).

    Many errors and strange things happen.... perform a memory diagnostics!
      My Computer


  10. Posts : 133
    Windows 7 Home Premium 64bit
    Thread Starter
       #30

    Kaktussoft said:
    moh3en said:
    what's recovery-environment? i booted normal!
    recovery environment is when booting and then press F8 "repair your computer" or win7 install dvd "repair computer".

    So you booted normal and then the error:
    File: \Windows\system32\drivers\msahci.sys
    Status: 0xc000000f
    Info: Windows failed to load beacuse a critical system driver is missing, or corrupt.

    He is at least trying to start win7!!

    PC had:
    -unaccessible boot device with no apparent reason.
    -bcd menu cannot be written to
    -and now \Windows\system32\drivers\msahci.sys error

    And also memory problems in recovery environment! I think your memory has failures.

    Boot again in win7 recovery environment and select "memory diagnostics" and let it run a few hours. Post results

    In case you see errors you can abort it

    Why you think memory is failures? you mean for hard disk? i tried with hiron cd and mini windows with Western Digital Test Harddisk and it say me PASSED!

    also i recovered all my files losted by GetDataBack. about 150gb. if memory have problem how i recover it?

    i tried for Windows Memory Diagnotics Tools.
    Status: no problem detected yet
      My Computer


 
Page 3 of 20 FirstFirst 1234513 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:22.
Find Us