How can i extract an existing windows PE iso file add some files and make it a bootable iso again?

Dani_S 3,786 Reputation points
2024-08-19T06:14:11.29+00:00

Hi,

How can i extract an existing windows PE iso file , add some files and make it a bootable iso again?

Your quick answer will be appreciated.

Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,781 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 65,576 Reputation points
    2024-08-19T16:08:14.8666667+00:00

    I don't believe your ocsdimg command line is correct for a UEFI bootable iso. see docs:

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/setup-upgrade-and-drivers/create-iso-image-for-uefi-platforms

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vinay Shokeen 0 Reputation points
    2024-08-20T09:15:33.6033333+00:00

    To extract an existing Windows PE ISO file, add files to it, and make it bootable again, you can follow these steps:

    1. Extract the Existing ISO:
      • Use a tool like 7-Zip or WinRAR to extract the contents of the original Windows PE ISO file.
        • Create a new folder where you want to store and modify the extracted files.
        1. Add Files:
          • Copy any additional files that you want to include into this newly created folder. These could be drivers, scripts, executables or other necessary components for your customized version of Windows PE.
          1. Modify Configuration (Optional): If needed, Edit configuration settings such as startnet.cmd, winpeshl.ini etc., based on specific requirements
          2. Create Bootable Image:
    • To create a bootable image from modified content/folder structure
    • You’ll need external tools capable creating iso images e.g., ImgBurn , PowerISO

    5 . Open chosen software/tool & select “create image” option typically found in menu bar

    6 . Select appropriate options within UI provided by selected application : * Choose source directory containing all previously added/modified windows pe related folders/files * Specify output path/name/location desired for resulting iso being generated

    7 . Configure Boot Information : Ensure proper configurations set up so resultant Iso is marked/booted correctly when used later

    8.Click ‘Start’/‘Generate’/similar button depending upon which program utilized

    9.Wait until process completes successfully without errors/warnings.

    10.Verify Resulting Output File : Check if final result meets expectations i.e.,

    • Verify whether changes made are reflected properly after mounting/burning/reusing updated iso

    Remember always test thoroughly before deploying custom-made versions!To extract an existing Windows PE ISO file, add files to it, and make it bootable again, you can follow these steps:

    1. Extract the Existing ISO:
      • Use a tool like 7-Zip or WinRAR to extract the contents of the original Windows PE ISO file.
        • Create a new folder where you want to store and modify the extracted files.
        1. Add Files:
          • Copy any additional files that you want to include into this newly created folder.
            These could be drivers, scripts, executables or other necessary components for your customized version of Windows PE.
          1. Modify Configuration (Optional):
            If needed,
            Edit configuration settings such as startnet.cmdwinpeshl.ini etc., based on specific requirements
          2. Create Bootable Image:
    • To create a bootable image from modified content/folder structure
    • You’ll need external tools capable creating iso images e.g., ImgBurn , PowerISO

    5 . Open chosen software/tool & select “create image” option typically found in menu bar

    6 . Select appropriate options within UI provided by selected application :

    • Choose source directory containing all previously added/modified windows pe related folders/files
    • Specify output path/name/location desired for resulting iso being generated

    7 . Configure Boot Information : Ensure proper configurations set up so resultant Iso is marked/booted correctly when used later

    8.Click ‘Start’/‘Generate’/similar button depending upon which program utilized

    9.Wait until process completes successfully without errors/warnings.

    10.Verify Resulting Output File : Check if final result meets expectations i.e.,

    • Verify whether changes made are reflected properly after mounting/burning/reusing updated iso

    Remember always test thoroughly before deploying custom-made versions!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.