[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

Thread Status:
Not open for further replies.
  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,677
    14,414
    340
    #17681 xinso, Aug 16, 2024
    Last edited: Aug 16, 2024
    Reserved
     
  2. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
  3. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    535
    189
    30
    #17683 liliactr, Aug 16, 2024
    Last edited: Aug 16, 2024
    Upload dism logs. How can we say whats going on.

    Error 1168. Element not found. The DISM log file is located at C:\WINDOWS\Logs\DISM\dism.log

    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.

    I frequently get error 2 because of

    C:\programdata\microsoft\windows\startmenu\programs\powershell
    Folder permissions need to be taken to administators.

    Needs your dism.log to be checked but i am sure so many errors in there. I do not support adding client packages to server.
     
  4. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    log
     

    Attached Files:

  5. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    535
    189
    30
    2024-08-16 19:14:45, Error CBS Failed to resolve package 'Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10.0.20348.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2024-08-16 19:14:45, Error CBS Failed to resolve child of Package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.20348.1 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2024-08-16 19:14:45, Error CBS Failed to process single phase execution. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]

    Your these packages or child needed packages of them does not in source folder.
    You should edit professional.mum and remove unneeded packages
     
  6. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Code:
    TRY:
    
    Datacenter install.wim
    
    &
    
    Microsoft-Windows-EditionSpecific-Professional-Package.ESD
    Microsoft-Windows-EditionSpecific-Professional-WOW64-Package.ESD
    Microsoft-Windows-Client-Desktop-Required-Package.ESD
    Microsoft-Windows-Client-Desktop-Required-WOW64-Package.ESD
    Microsoft-Windows-Client-Features-Package.ESD
    Microsoft-Windows-Client-Features-WOW64-Package.ESD
    Microsoft-Windows-EditionPack-Professional-Package.ESD
    Microsoft-Windows-EditionPack-Professional-WOW64-Package.ESD
    Microsoft-Windows-RegulatedPackages-Package.ESD
    Microsoft-Windows-RegulatedPackages-WOW64-Package.ESD
    Microsoft-Windows-Not-Supported-On-LTSB-Package.ESD
    Microsoft-Windows-Not-Supported-On-LTSB-WOW64-Package.ESD
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package.ESD
    Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package.ESD
     
  7. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    thanks liliactr and ace2 :) i'm starting to test
     
  8. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    535
    189
    30
    There is all packages. All datacenter packages, and all client packages can healthy stay in wim Without conflict?
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Datacenter is being converted to Professional, if you look in 1.xml, Datacenter is going to be removed.
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.20348.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <source location="Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.20348.1.mum" />
            </package>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-ServerDatacenterEdition" version="10.0.20348.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
        </servicing>
    </unattend>
     
  10. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    i removed unneeded packages in professional.mum

    next errors :(

    so now i'm trying ace2 solution
     
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    I didn't mean for you to remove packages, you need to add the list of packages and install.wim to files\sources folder.
     
  12. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    535
    189
    30
    Strange things. How this work? If datacenter removed and professional installed it will be professional. No more server. How server files kept.
     
  13. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    i don't understand that: "you need to add the list of packages". you mean these files?
     
  14. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    This not my solution, this is how it is done.
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    You need to download all the packages in the list, then add them to files\sources folder.
     
  16. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    535
    189
    30
    I have not said do like this. I just explaning why errors occour.
     
  17. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    ok. i'm doing this right now
     
  18. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    #17698 pp03, Aug 16, 2024
    Last edited: Aug 16, 2024
    just make sure - install.wim is in script folder and need to be also in files\sources?
     
  19. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    It's a conversion to Professional. it's not to build Server.
     
  20. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    I will check when downloads have finished...