Windows 10: Run DISM on External Windows 8 Drive

Discus and support Run DISM on External Windows 8 Drive in Windows 10 Performance & Maintenance to solve the problem; Hey guys, I'm trying to Run DISM on External Windows 8 Drive from my Windows 10 machine. It seems to have frozen up as I expected. Now that I've read a... Discussion in 'Windows 10 Performance & Maintenance' started by FunkMaster, Mar 22, 2018.

  1. Run DISM on External Windows 8 Drive


    Hey guys, I'm trying to Run DISM on External Windows 8 Drive from my Windows 10 machine. It seems to have frozen up as I expected. Now that I've read a little more on the subject, is seems that it could take more than the time I expected. I'm used to it only taking 20-30min. I don't really understand how it all works though I've used it many times in what I think you call "Online Image", run directly from the OS in question.

    This is what I used to try to accomplish this"
    Code: dism /Image:K:\ /cleanup-image /restorehealth[/quote] K: Being the External Drive that I wanted to try and repair.
    Was this an incorrect assumption on my part that I could do this from within a Windows 10 machine?

    I think I will need some kind of local source to repair the Windows 8.1 Image. I'm looking at the Tutorial here as they are always good. I'm keen to using the instructions below but not sure I can pull it off on my own:
    "You would use /Source with /RestoreHealth to specify the location of an install.wim file as the source of known good versions of files that can be used for the repair. "
    Use DISM to Repair Windows 10 Image Windows 10 Tutorials

    I have a Retail Image of Windows 8.1 that is the same as what is installed on this External Drive, but don't quite understand how to use it. Do I need to Copy that install.wim file to a folder somewhere or something?

    I may even have the Retail ISO Image laying around, though the Install DVD would be easier because the machine I'm on does not have it in storage.

    Hope that is clear, thanks

    :)
     
    FunkMaster, Mar 22, 2018
    #1

  2. transfer files to new windows 10 computer from old windows 7 computer

    If you are migrating from Windows 7 to 8 or 10 it's easy. Run the Windows Easy Transfer on your Windows 7 computer and save the transfer file to an external drive and the contents of

    C:Windows\System32\Migwiz

    folder onto the drive. Run Migwiz.exe from that folder on your new computer and that will run the Easy Transfer Wizard on the new Windows 8 or 10 computer.
     
    Sean Desktop Pro, Mar 22, 2018
    #2
  3. 'Mike P Win User
    Windows 10 boot problem

    I don't know what you have for external drives, but that's an exorbitant amount of boot time.

    Have you tried running the command prompt (admin)

    SFC /ScanNow

    DISM /Online /Cleanup-Image /ScanHealth

    and if above shows errors

    DISM /Online /Cleanup-Image /RestoreHealth
     
    'Mike P, Mar 22, 2018
    #3
  4. Run DISM on External Windows 8 Drive

    This is what I've worked up to run DISM to Drive K: in my BlacX Box from Windows 10 to fix a Windows 8.1 Image, with a Windows 8.1-64bit RetaiI Install DVD that is known to be good and have used many times.

    I still don't know if I can just run this from the DVD or not. Do I need to copy it to a Folder somewhere to use it better?

    Don't have the install.wim file so using the install.esd instead.

    I've been looking at the Windows 10 Tutorial and some of the Windows 8 Tutorial.
    DISM - Fixing Component Store Corruption in Windows 8 Tutorial | Windows 8 Help Forums

    I don't quite understand yet how to get the value for "1" in the below command.
    Code: :ar: Dism /Image:K:\ /Cleanup-Image /RestoreHealth /Source:wim:I:\sources\install.esd:1 /limitaccess[/quote] I see the "See Full Details about the Windows iso file" here, but don't understand it yet.
    See Full Details about a Windows 10 ISO file Windows 10 Tutorials

    Thanks,
     
    FunkMaster, Mar 22, 2018
    #4
  5. Brink
    Brink New Member
    Hello FunkMaster, *Smile

    When you use the tutorial to see full details about a Windows 10 ISO file, you would use the index number as seen in the screenshot under step 4 for the edition of Windows 10 you have installed.

    It may be easier to do a repair install instead though.

    You would need to any of this from within the running Windows 8.1 though.
     
    Brink, Mar 22, 2018
    #5
  6. Windows 8 is not working at all, well, it boots but is all frozen up. Trying to help someone out on the cheap, but it's not looking good. The drive is failing and I ran chkdsk to repair some stuff, but it is still all frozen up. Either way would be good to know how to do this but getting tired.

    I see it now Brink, thanks again for all your good help. I will attempt a repair tomorrow, fingers crossed.
     
    FunkMaster, Mar 22, 2018
    #6
  7. Bree New Member
    Would you though? The command line specifies doing repair to an offline image of 8.1 and points to an 8.1 install.esd as the source, wouldn't that work? Does it matter that the Dism doing the work is the windows 10 one?

    [/quote] The command dism /get-wiminfo /wimfile:<Drive Letter>:\sources\install.esd lists all the editions the install.esd contains and their index numbers. As it happens I have a Windows 8.1 iso (as far as I can remember, I used the Windows 8 MCT to make it). Dism reports that it only contains one version: 'Windows 8.1' with an index of 1, unlike the latest W10 install.esd that contains nine. Check yours.

    Oh, and I think that for an install.esd you should be using /Source:esd:I:\sources\install.esd
     
  8. Run DISM on External Windows 8 Drive

    Very interesting and good to know Bree!

    Good catch Bree, I will try that.

    You were correct Bree, thanks again! I was so tired last night I couldn't think anymore lol.

    Code: C:\Windows\system32>dism /get-wiminfo /wimfile:I:\sources\install.esd Deployment Image Servicing and Management tool Version: 10.0.16299.15 Details for image : I:\sources\install.esd Index : 1 Name : Windows 8.1 Description : Windows 8.1 Size : 13,116,079,066 bytes The operation completed successfully.[/quote]
     
    FunkMaster, Mar 22, 2018
    #8
  9. EdTittel Win User
    EdTittel, Mar 22, 2018
    #9
  10. DISM would not run with this Syntax, why? Is there something wrong with the ":ar:" part of it? I don't even remember where I got the ":ar:" part now that I'm looking at my notes?

    Now I'm also wondering if I even got the DVD Drive Syntax correct? I only have it as the "I" Drive, is this correct?

    This is what I ended up with:

    Code: :ar: Dism /Image:K:\ /Cleanup-Image /RestoreHealth /Source:esd:I:\sources\install.esd:1 /limitaccess[/quote]
    NOTE: I'm done with this DISM External Drive Fix and am moving forward with an install on another drive. I will be doing this again though, and may use this drive, then System Prep it to see if it will run well on another computer.

    Thanks again for all the help.
     
    FunkMaster, Mar 22, 2018
    #10
  11. Here is my last attempt.

    C:\Windows\system32>Dism /Image*Biggrin:\offline /Cleanup-Image /RestoreHealth /Source:I:\sources\install.esd

    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15


    Error: 2

    Unable to access the image.
    Make sure that the image path and the Windows directory for the image exist and you have Read permissions on the folder.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
     
    FunkMaster, Mar 22, 2018
    #11
  12. Bree New Member
    If you do come back to this, I think the key word was 'permissions'. Your Dism command line looks good. If you can't boot into Windows 8 from the drive itself, boot to a Command Prompt from the Win8 install disk and try it there, permissions should not be an issue that way. Obviously the drive letters to use will be different.

    EightForums tutorial | How to Open a Command Prompt at Boot in Windows 8
     
  13. Run DISM on External Windows 8 Drive

    Hmm, that sounds good Bree
     
    FunkMaster, Apr 4, 2018
    #13
Thema:

Run DISM on External Windows 8 Drive

Loading...
  1. Run DISM on External Windows 8 Drive - Similar Threads - Run DISM External

  2. External drive always running

    in Windows 10 Gaming
    External drive always running: The LEDs on an external drive TerraMaster D2-310 RAID1 indicate that it is being read continuously, although Performance Monitor shows no read or write operations on that virtual drive. How can this be? If a drive is being read by a system service, will it show up in...
  3. External drive always running

    in Windows 10 Software and Apps
    External drive always running: The LEDs on an external drive TerraMaster D2-310 RAID1 indicate that it is being read continuously, although Performance Monitor shows no read or write operations on that virtual drive. How can this be? If a drive is being read by a system service, will it show up in...
  4. Use DISM to repair external drive?

    in Windows 10 Gaming
    Use DISM to repair external drive?: I am trying to repair an external drive drive H: that won't boot from the PC it belongs to gives Windows errors on bootup, it is apparently running off of Windows 10 Pro version 1909. I have it docked to this PC which is running Windows 10 Pro version 21H2 drive C:. I found a...
  5. Use DISM to repair external drive?

    in Windows 10 Software and Apps
    Use DISM to repair external drive?: I am trying to repair an external drive drive H: that won't boot from the PC it belongs to gives Windows errors on bootup, it is apparently running off of Windows 10 Pro version 1909. I have it docked to this PC which is running Windows 10 Pro version 21H2 drive C:. I found a...
  6. Use DISM to repair external drive?

    in Windows 10 BSOD Crashes and Debugging
    Use DISM to repair external drive?: I am trying to repair an external drive drive H: that won't boot from the PC it belongs to gives Windows errors on bootup, it is apparently running off of Windows 10 Pro version 1909. I have it docked to this PC which is running Windows 10 Pro version 21H2 drive C:. I found a...
  7. Running windows from external hard drive

    in Windows 10 Drivers and Hardware
    Running windows from external hard drive: Hi My laptop's motherboard has broken or failed. Now I want to take my data and export setting of some programslike android studio from hard drive. Is it possible to boot my new laptop in boot menu from my dead laptop's hard drive as external hard drive?...
  8. DISM not running

    in AntiVirus, Firewalls and System Security
    DISM not running: I thought it advisable to run DISM to check the health of my system. First I performed a CheckHealth and I got the message No component store corruption detected. The operation completed successfully. After that I wanted a more thorough scan so I started with ScanHealth....
  9. How to run DISM on an external drive to repair Windows 10 image backup

    in Windows 10 News
    How to run DISM on an external drive to repair Windows 10 image backup: [ATTACH]If your Windows image is unserviceable, the DISM (Deployment Imaging and Servicing Management) tool […] This article How to run DISM on an external drive to repair Windows 10 image backup first appeared on TheWindowsClub.com. read more...
  10. run dism

    in Windows 10 BSOD Crashes and Debugging
    run dism: What is the string to run DISM ? https://answers.microsoft.com/en-us/windows/forum/all/run-dism/6e6c9e3d-b255-4309-a552-6360c920e9f1

Users found this page by searching for:

  1. run dism on external drive

    ,
  2. windows 10 deployment image servicing and management unable to access the image

    ,
  3. deployment image servicing and management unable to access the image