ISO does not boot

RKDTOO 1 Reputation point
2022-01-14T04:54:40.89+00:00

After injecting drivers into install.wim and creating Windows 10 20H2 bootable ISO using oscdimg, ISO does not boot.
Command used: oscdimg -n -m -bc:\original_iso_contents\boot\etfsboot.com c:\original_iso_contents C:\ISO\new_win10_image.iso. Command executes successfully; no errors.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sean Liming 4,766 Reputation points Volunteer Moderator
    2022-01-14T16:30:35.977+00:00

    I have been using different option (-u2 -h -o) to create bootable ISO. Try this commnad:

    oscdimg.exe -u2 -h -o -b"c:\original_iso_contents\boot\etfsboot.com" "c:\original_iso_contents" "C:\ISO\new_win10_image.iso"

    Using UDF eliminates the need for maximum size (-m), -h includes all the hidden files, -o provides some optimization. -n have never used

    0 comments No comments

  2. Limitless Technology 39,926 Reputation points
    2022-01-17T11:01:15.86+00:00

    Hi there,

    Make sure it is not a FAT32 partition. You cannot copy install.wim to a FAT32 partition, because FAT32 partitions do not allow files larger than 4 GB and the install.wim file is larger than 4 GB.

    It's possible that, because the install.wim is so large, your filesystem can't handle the size of the file. Again, a re-format with the appropriate block size may help you out.

    Here is a thread as well which discusses the same issue and you can try out some troubleshooting steps from this and see if that helps you to sort the Issue.

    Install.wim installed on boot USB but is not working in windows 10 set up
    https://answers.microsoft.com/en-us/windows/forum/all/installwim-installed-on-boot-usb-but-is-not/b3af9570-68d5-48d2-9c83-e9120dec2f47

    Add and Remove Drivers to an offline Windows Image
    https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-and-remove-drivers-to-an-offline-windows-image?view=windows-11

    --------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    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.