Win 10 RS-4 not compatible with Intel DX58SO motherboard

Page 15 of 25 FirstFirst ... 51314151617 ... LastLast

  1. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #141

    delete c:\mount
    empty recycle bin

    dism /cleanup-wim

    recreate c:\mount folder
      My Computers


  2. Posts : 626
    Latest Preview Build
    Thread Starter
       #142

    Fafhrd said:
    delete c:\mount
    empty recycle bin

    dism /cleanup-wim

    recreate c:\mount folder
    Microsoft Windows [Version 10.0.16299.125]
    (c) 2017 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>dism /cleanup-wim
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Stale mount entry pointing to c:\mount removed
    Stale mount entry pointing to c:\mount removed
    Scanning drive C for stale files
    Scanning drive D for stale files
    The operation completed successfully.
    C:\Windows\system32>
    -----------------------------------------------
    Microsoft Windows [Version 10.0.16299.125]
    (c) 2017 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>dism /mount-wim /wimfile:c:\iso\sources\boot.wim /index:2 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    C:\Windows\system32>
    --------------------------------------------------



    Success, lovely jubilee, thank you:)
    Last edited by bordi; 18 Dec 2017 at 14:49.
      My Computer


  3. Posts : 626
    Latest Preview Build
    Thread Starter
       #143

    not sure if this is going to be a problem

    -----------------------------------------
    C:\Windows\system32>dism /unmount-wim /mountdir:c:\mount /commit

    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15

    Image File : c:\iso\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]

    Error: 0xc1420117

    The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

    C:\Windows\system32>
    -------------------------------------------

    should I try it again?
      My Computer


  4. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #144

    I don't know what the problem is -I don't have it.
    run this,and post the output please:

    dism /get-mountedwiminfo
      My Computers


  5. Posts : 626
    Latest Preview Build
    Thread Starter
       #145

    Fafhrd said:
    I don't know what the problem is -I don't have it.
    run this,and post the output please:

    dism /get-mountedwiminfo
    C:\Windows\system32>dism /get-mountedwiminfo
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Mounted images:
    Mount Dir : c:\mount
    Image File : c:\iso\sources\boot.wim
    Image Index : 2
    Mounted Read/Write : Yes
    Status : Invalid
    Mount Dir : d:\mount
    Image File : d:\iso\sources\boot.wim
    Image Index : 2
    Mounted Read/Write : Yes
    Status : Needs Remount
    The operation completed successfully.
    C:\Windows\system32>
    -------------------------------------------------------------------------
    More problems with
    “dism /mount-wim /wimfile:c:\iso\sources\install.wim /index:8 /mountdir:c:\mount”

    ------------------------------------------------------------------------------
    C:\Windows\system32>dism /mount-wim /wimfile:c:\iso\sources\install.wim /index:8 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Error: 0xc1420113
    The user attempted to mount to a directory that already contained a mounted image. This is not supported.
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    C:\Windows\system32>
    ---------------------------------------------------------------
      My Computer


  6. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #146

    OK, I am still not clear what is happening. You tell me that the boot.wim is having problems with unmounting cleanly in #143. Before clearly knowing what is happening, I see in your last post

    More problems with
    “dism /mount-wim /wimfile:c:\iso\sources\install.wim /index:8 /mountdir:c:\mount”

    ------------------------------------------------------------------------------
    C:\Windows\system32>dism /mount-wim /wimfile:c:\iso\sources\install.wim /index:8 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Error: 0xc1420113
    The user attempted to mount to a directory that already contained a mounted image. This is not supported.
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    C:\Windows\system32>
    ---------------------------------------------------------------
    One thing at a time please
      My Computers


  7. Posts : 626
    Latest Preview Build
    Thread Starter
       #147

    Ok mate, sorry
    I thought it may be a related problem so it could be analysed easier
    My mistake, my apologies
      My Computer


  8. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #148

    no apologies needed just tell me, with screenshots,what exactly you are doing.

    Suggest run from admin cmd prompt

    RD c:\mount
    then
    Dism /cleanup-wim

    then empty your recycle bin, and then run

    md c:\mount

    finally reboot

    when back to desktop, open admin cmd prompt and then run

    dism /get-mountedwiminfo

    in case there is still a problem with dism
      My Computers


  9. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #149

    Remember, commandline things, especially this sort of stuff, need to be run sequentially. The mount folder is used to expand the contents of a wimfile image into. You cannot use the mount folder again until you have unmounted the contents, and dism has cleanly returned the wimfile and any modifications to its original location. We cannot mix up the boot.wim process and the install.wim process,just one at a time.
      My Computers


  10. Posts : 626
    Latest Preview Build
    Thread Starter
       #150

    Fafhrd said:
    Remember, commandline things, especially this sort of stuff, need to be run sequentially. The mount folder is used to expand the contents of a wimfile image into. You cannot use the mount folder again until you have unmounted the contents, and dism has cleanly returned the wimfile and any modifications to its original location. We cannot mix up the boot.wim process and the install.wim process,just one at a time.
    Ok mate, I understand

    the other thing that may or may not be causing the problem is the first time I used the ISO file from the C: drive

    this time I used the one from the D drive

    it shouldn't make any difference but just so you know

    Here are the screen shots before and after the reboot
    Attached Thumbnails Attached Thumbnails Win 10 RS-4 not compatible with Intel DX58SO motherboard-before-reboot.jpg   Win 10 RS-4 not compatible with Intel DX58SO motherboard-after-reboot.jpg  
      My Computer


 

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

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




Windows 10 Forums