How to mount boot.wim and install.wim ?

Discussion in 'Windows Server' started by Chibi ANUBIS, Feb 25, 2015.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Hello I want integrate DaRT on the boot.wim and install.wim, but the dism get a error 3 (no path found) on mount :(
    My OS is a Windows 8.1 32 bits.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    This is how I do it.

    Directly in C I make a folder called DISM

    In that folder I make more folders

    mount, install.wim, boot.wim and drivers

    So
    C\DISM\mount
    +
    C\DISM\install.wim
    +
    C\DISM\boot.wim
    +
    C\DISM\drivers


    Place you boot.wim and install.wim in their respective folders
    Place the drivers in the "drivers" folder

    This will add drivers into the boot.wim indexes 1 and 2
    This will add drivers to your install.wim
    Hope this helps
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Thanks I test it and send a back :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    While your mounting install.wim you can add it to winre.wim. That is the best place for it anyway...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    No I have again error :(

    Sans titre 1.jpg
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    I know but I would have already arrived in mount...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    Check all the spellings on the codes. i.e make sure "mount" is spelt the same throughout plus all the other folder names too.

    I will look later at my codes. I may have picked up the wrong ones by mistake.
    I have quite a few.

    Right now half sat and half layed on the couch. "Man Flu" has grabbed me by the youknow whats.

    Its prboably my codes. Sorry.
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Maybe this is not possible on a Windows Professional ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. timster

    timster MDL Senior Member

    Aug 23, 2009
    465
    344
    10
    is boot.wim in a folder called boot.wim or have you typed out boot.wim twice by mistake?
     
  10. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    Yep I have mine set up with the boot.wim file in a folder called "C\DISM\ boot.wim"
     
  11. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Exactly that's your problem.
    Either you name it by mistake or you actually have a sub-folder, if the latter then rename it to bootwim, without the dot "." Dism can't handle that path.
     
  12. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    #12 tnx, Feb 27, 2015
    Last edited: Feb 27, 2015
    I am tending to disagree. DISM can actually handle the file structure.

    I have been going over my folder structure and codes.

    I stand by my folder structure

    C\DISM\install.wim
    C\DISM\boot.wim
    C\DISM\mount
    C\DISM\drivers
    C\DISM\updates

    As said though in my haste I picked up the wrong codes. I have many of which I have used and have not been successful but still kept for reference.

    I have tested the following codes and they are working.

    Intergrate Drivers Into boot.wim Index 1 and Index 2
    Integrate Drivers
    Integrate Updates
    Mount install.wim Then Pause
    Unmount install.wim COMMIT
    Unmount install.wim DISCARD
    Copy the codes into notepad and save as ".cmd" files.
    Then place these into the C\DISM folder and right click, run as admin.

    As said. Just tested these and they are working.

    I have a few more codes I use but there will be loads more I have never used. Only bothered getting the ones I have needed.

    Edit : Would like to point out one fact though. The index of the install.wim file is #1 for me. I always remove all index's but the Ultimate, well In Windows 7 any ways.
     
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Thanks for you help tnx but maybe a Windows Server can modify a boot.wim and install.wim of DVD installation :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    #14 tnx, Mar 1, 2015
    Last edited by a moderator: Apr 20, 2017
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    I give up the DaRT integration... I create a setupcomplete.cmd and a autounattend.xml, is simple method now... :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...