Can't boot normally after gparted realignment

Page 7 of 10 FirstFirst ... 56789 ... LastLast

  1. Posts : 35
    Windows 7 Premium x64
    Thread Starter
       #61

    This is what I get :
    Attached Thumbnails Attached Thumbnails Can't boot normally after gparted realignment-cmdshot3.png  
      My Computer


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

    Code:
     
    c:
    cd \recovery\windowsre
    ren    boot.sdi    boot.sdi.test
    ren  winre.wim   winre.wim.test
    reagentc/enable                         (again access denied? same message?)
    anyway rename back

    Code:
    ren  boot.sdi.test    boot.sdi 
    ren  winre.wim.test   winre.wim
      My Computer


  3. Posts : 35
    Windows 7 Premium x64
    Thread Starter
       #63

    Kaktussoft said:
    Code:
     
    c:
    cd \recovery\windowsre
    ren    boot.sdi    boot.sdi.test
    ren  winre.wim   winre.wim.test
    reagentc/enable                         (again access denied? same message?)
    anyway rename back
    Edit : reagentc is now enabled!
      My Computer


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

    johntf said:
    Kaktussoft said:
    Code:
     
    c:
    cd \recovery\windowsre
    ren    boot.sdi    boot.sdi.test
    ren  winre.wim   winre.wim.test
    reagentc/enable                         (again access denied? same message?)
    anyway rename back
    Edit : reagentc is now enabled!
    very very strange!!
    post output of bcdedit/enum all

    and of
    dir c:\recovery\windowsre
      My Computer


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

    and reagentc/info
      My Computer


  6. Posts : 35
    Windows 7 Premium x64
    Thread Starter
       #66

    I've attached BCD and reagentc/info. However, "dir c:\recovery\windowsre" tells me File Not Found and indeed navigating there in Windows Explorer shows that there are no longer any subfolders inside c:\recovery!
    Can't boot normally after gparted realignment Attached Files
      My Computer


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

    in elevated command prompt

    attrib c:\recovery\windowsre\*.*
      My Computer


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

    post output;
    bcdedit /store c:\boot\bcd /enum all
      My Computer


  9. Posts : 35
    Windows 7 Premium x64
    Thread Starter
       #69

    output from "attrib c:\recovery\windowsre\*.*" :
    SH I C:\recovery\windowsre\winre.wim
    and "bcdedit /store c:\boot\bcd /enum all" :
    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device boot
    path \bootmgr
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {default}
    resumeobject {19559bd2-a197-11e1-9581-806e6f6e6963}
    displayorder {default}
    toolsdisplayorder {memdiag}
    timeout 10

    Windows Boot Loader
    -------------------
    identifier {default}
    device partition=C:
    path \Windows\system32\winload.exe
    description Windows 7 Home Premium
    locale en-US
    recoveryenabled No
    osdevice partition=C:
    systemroot \Windows
    resumeobject {19559bd2-a197-11e1-9581-806e6f6e6963}

    Resume from Hibernate
    ---------------------
    identifier {19559bd2-a197-11e1-9581-806e6f6e6963}
    device partition=C:
    path \Windows\system32\winresume.exe
    description Windows Resume Application
    locale en-US
    inherit {resumeloadersettings}
    filedevice partition=C:
    filepath \hiberfil.sys
    debugoptionenabled No

    Windows Memory Tester
    ---------------------
    identifier {memdiag}
    device boot
    path \Boot\memtest.exe
    description Windows Memory Diagnostic
    locale en-US
    inherit {globalsettings}
    badmemoryaccess Yes

    EMS Settings
    ------------
    identifier {emssettings}
    bootems Yes

    Debugger Settings
    -----------------
    identifier {dbgsettings}
    debugtype Serial
    debugport 1
    baudrate 115200

    RAM Defects
    -----------
    identifier {badmemory}

    Global Settings
    ---------------
    identifier {globalsettings}
    inherit {dbgsettings}
    {emssettings}
    {badmemory}

    Boot Loader Settings
    --------------------
    identifier {bootloadersettings}
    inherit {globalsettings}
    {hypervisorsettings}

    Hypervisor Settings
    -------------------
    identifier {hypervisorsettings}
    hypervisordebugtype Serial
    hypervisordebugport 1
    hypervisorbaudrate 115200

    Resume Loader Settings
    ----------------------
    identifier {resumeloadersettings}
    inherit {globalsettings}
      My Computer


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

    actually it works fine (almost)

    Windows Boot Loader
    -------------------
    identifier {f3fff020-a260-11e1-a1e8-848f69c777b3}
    device ramdisk=[C:]\Recovery\WindowsRE\Winre.wim,{f3fff021-a260-11e1-a1e8-848f69c777b3}
    path \windows\system32\winload.exe
    description Windows Recovery Environment
    inherit {bootloadersettings}
    osdevice ramdisk=[C:]\Recovery\WindowsRE\Winre.wim,{f3fff021-a260-11e1-a1e8-848f69c777b3}
    systemroot \windows
    nx OptIn
    winpe Yes
    Device options
    --------------
    identifier {f3fff021-a260-11e1-a1e8-848f69c777b3}
    description Ramdisk Options
    ramdisksdidevice partition=C:
    ramdisksdipath \Recovery\WindowsRE\boot.sdi

    -----
    but there's still a lot of garbage.... because you boot from:
    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device partition=\Device\HarddiskVolume2
    path \bootmgr
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {current}
    resumeobject {1f8184a2-14de-11df-9734-f08c6d8c50b0}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 10
    =>so RECOVERY partition on harddisk!!
      My Computer


 
Page 7 of 10 FirstFirst ... 56789 ... 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 15:39.
Find Us