Jump to content

JFX

Member
  • Posts

    1,223
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Posts posted by JFX

  1. 10 hours ago, freqout said:

    This is great.  Wondering if this can be used to make the VHD bootable instead of actuing on my local boot partition, and if it can be scripted and completely automated from Powershell.

    Yes, if you select a different boot drive, your local boot partition will not not be touched. 
    For automation there are many command line options, see F1 - help.

  2. 1 hour ago, wuliyen said:

    Some files are located in the WINSXS folder when installed by default, but the MUI files exist in the Languages folder. What should I do in this case?

    I would ignore them. If there is no lpq.exe in system32 than that applications is no installed and does not need a .mui file.

    If it get's installed (by dism) later, it should copy the .mui, too.

  3. MinWin and RAM booting Windows was a - just for fun - project for me.
    I don't share your passion about it. So if you want to create a database, be the first one adding something to it.

    For me, I only provide the tool and a basic example.

  4. 12 hours ago, suxichao said:

    WIMHost (wimlib) error 0x1C: The SHA-1 message digest of a WIM resource did not match the expected value.

    That sounds like the WIM has data corrupted.
    Try to apply the WIM with wimlib-image.exe maybe it reports more error data.

    If wimlib-image.exe failes and Dism works than it seems to be a wimlib bug.

  5. You should not use DISM to capture a installation WinNTSetup has prepared for this one partition.

    Either delete HKLM\SYSTEM\MountedDevices before capture or
    always use WinNTSetup for capture to WIM and apply to disk.

  6. Drive letter assignment is really simple stuff.

    WinNTSetup will calculate and write \DosDevices\C: to HKLM\SYSTEM\MountedDevices
    On first boot Windows will recognize a different drive letter and does all the work. 

      

    On 3/4/2024 at 1:35 PM, wuliyen said:

    There is still a problem that needs to be fixed
    Windows\Boot\PCAT\zh-CN\bootmgr.exe.mui
    This file needs to be kept

     This version will add logging for black and whitelist as well MUI and MUN file removal.

×
×
  • Create New...