Apply Updates Using DISM (DVD_Win8)

Discussion in 'Windows 8' started by herry2009, Dec 10, 2012.

  1. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    372
    30
    It sounds like your problem has nothing to do with install.wim if you have a black screen. You have to be ALOT more detailed with exactly what you did to get help.
     
  2. fr40

    fr40 MDL Member

    Aug 21, 2007
    156
    55
    10
  3. panchop

    panchop MDL Senior Member

    Jul 26, 2009
    399
    522
    10
    windows 8 SUPPORT splitted images. The problem is with the licenses or some files with certains filesizes. 3900 is the best result I tried and worked for me with a 6 GB WIM.

    Just try with 3900 the split
     
  4. Lucas Rey

    Lucas Rey MDL Member

    Feb 16, 2010
    124
    32
    10
    #166 Lucas Rey, Sep 18, 2013
    Last edited by a moderator: Apr 20, 2017
  5. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
    #167 rrohela, Sep 18, 2013
    Last edited by a moderator: Apr 20, 2017
    My guess is you also captured system reserved partition & that is not required...
    yes rename required wim to install.wim...
     
  6. Lucas Rey

    Lucas Rey MDL Member

    Feb 16, 2010
    124
    32
    10
    #168 Lucas Rey, Sep 18, 2013
    Last edited by a moderator: Apr 20, 2017
    Ok, thanks, so I tried to rename "windows partition" to install.wim and it works perfect.
    The only problem I have is that after installation it doesn't ask me for user creation and start with DISABLED administrator (so I cannot login).

    Maybe I made wrong generalize command??
    Code:
    Sysprep /generalize /shutdown /oobe
    Or must I create unattend.xml answer file?

    Is there a way to leave users to create their own account name?
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    #169 murphy78, Sep 18, 2013
    Last edited by a moderator: Apr 20, 2017
    If you press ctrl-shift-f3 during the user creation screen in setup, it will bypass it and go into audit mode.
    If you set up your system using that, and then capture it after sysprep, it should re-enable the user creation.
     
  8. Lucas Rey

    Lucas Rey MDL Member

    Feb 16, 2010
    124
    32
    10
    Yes, already done. Pressed ctrl-shift-f3 and goes into audit mode, install office 2013 and windows update.
    Then applied the following commands:
    dism /online /cleanup-image /startcomponentcleanup
    Sysprep /generalize /shutdown /oobe

    Then, since I'm on VMWare, I attached the virtual disk to other windows 8 installation and do the following:
    Dism /Capture-Image /ImageFile:c:\install.wim /CaptureDir:C:\ /Name:"Windows 8 Pro x86"

    As explained, the resulted install.wim works, but after installation I'm not able to create user and the only user is "locked" Administrator!
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    Hmm... that's not supposed to happen.
    Try it again using the sysprep tool that launches rather than the sysprep commandline, if you have the patience to sit through all that again :p
    I only suggest retrying because I've definitely got it to work before.
    That's pretty clever attaching the vmware disk to the other vmx. I wish I thought of that...
     
  10. Gmas79

    Gmas79 MDL Novice

    Jan 16, 2012
    26
    11
    0
    Locked Administrator account means you are still in audit mode, i think. So something wrong with your sysprepping. Check commands, do it again as Murphy suggested.
    I also use VMware Workstation virtual mashines as reference PCs. Never had a problem.
     
  11. Lucas Rey

    Lucas Rey MDL Member

    Feb 16, 2010
    124
    32
    10
    Ok guys, thanks for confirming the procedure I've done. So I'll start from scratch using the sysprep windows rather than the command line.
    This time I'll save a snapshot first to sysprep... just in case!!! :rolleyes:

    Just for curiosity, which other method do you use for make .wim from vmware?
     
  12. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
    When you map vmware virtual disk then drive letter will be different from c:\....
     
  13. Lucas Rey

    Lucas Rey MDL Member

    Feb 16, 2010
    124
    32
    10
    Yep, I only reported wrong command, but applied the right one! ;)
     
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    I didn't. I made a double-boot setup by shrinking the hd and installing on extra unpartitioned space.
    I had briefly looked about mounting vhd and stuff using diskmgmt but I didn't think about mounting the vmware disk to another vmware.

    I briefly looked at converting the vmware disk to a vhd, which I think is possible; though I haven't done it.
    Your idea is a lot better.
     
  15. Lucas Rey

    Lucas Rey MDL Member

    Feb 16, 2010
    124
    32
    10
    Yes, and much faster! :p
     
  16. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
    #178 rrohela, Sep 19, 2013
    Last edited: Sep 19, 2013
    Vmware workstation has option to map virtual disk to host OS & doing that you can also capture image....
     
  17. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    372
    30
    The VM setup i use lately is Oracle VM Virtualbox. When you setup the VM, you have the option to save it to a vhd. That way, if you ever need to capture the wim i just mount the vhd and capture the drive. Also, you could make a vhd, mount it, and then install Windows to it. It also has a tab for EFI booting you can select on the fly. Theres also programs to convert (with dism i think in a ps1 script) wims to vhd or vhdx. You could also add an entry for the VHD to your BCD and can live boot it.
     
  18. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    Man I really gotta learn how to do these things next time I sysprep/capture something