If you are a computer geek or involved in IT professional job, you usually make custom Windows installation disc to as per your organization requirement that includes unattended installation, slipstreaming updates, optimize Windows OS for best of your office use etc. Then here is simple and straight tutorial that helps you to make bootable ISO or DVD of Windows Vista/Windows 7/Windows 8 as Microsoft do.
Requires:

  • Windows Vista/Windows 7/Windows 8 installation source
  • Windows Automated Installation Kit (WAIK) – for Windows Vista | Windows 7 (You can use the same for Windows 8)
  • Blank DVD and ISO/IMG burning software such as Nero, Roxio etc

How to:

  1. First of all, you are to copy whole installation source in a single folder says C:\DVD_Data (your OS image can be either customized or untouched)
  2. Now run WAIK Command Prompt as Administrator and execute the following command to make bootable ISO image.

oscdimg.exe –l<Disc_Label> -t<MM/DD/YYYY:HH:MM> -m -u2 –b<path_of_bootable_img_file> <path_of_installation_source> <path_with_filename_is_to_be_created>

-l is used to set volume label of DVD
-t is used to set the time of volume and its contents (Optional)
-m is used to create bigger image file than a CD i.e. 700MB
-u2 is used to create UDF file system for DVD
-b is used to locate boot image of DVD

oscdimg.exe -lMY_WINDOWS_DVD -t03/24/2009 -m -u2 -bC:\DVD_Data\Boot\etfsboot.com C:\DVD_Data C:\WINDOWS_DVD.ISO

  1. Wait for completion and then burn the image to DVD at lower speed to get better results.

Applies To:

  • Windows 8 Developer Preview
  • Windows 7
  • Windows Vista
  • Windows Server 2008
  • Windows Server 2008 R2
  • Windows 8 Server

5 responses to “How to create or burn Windows 8 bootable ISO or DVD”

  1. Naruto Uzumaki Avatar
    Naruto Uzumaki

    CAn u post a iso/zip link in which 3 installation foles include?

  2. xela Avatar
    xela

    What is “Windows Vista/Windows 7/Windows 8 installation source”?
    Where can I download it?

    Thank you

  3. darklord Avatar
    darklord

    nice post…helped me alot.

  4. Alex Avatar
    Alex

    Hi There,

    Thank you for your useful tutorial.

    But, you did not mention how to get the boot image file.

    What exactly is -bC:DVD_DataBootetfsboot.com ? It tell the tool to look for the boot file in C:DVD_Data with the name of Bootetfsboot.com? Why didn’t you put a \ after DVD_Data (e.g -bC:DVD_Data\Bootetfsboot.com). It is not even there if I just get the installation source from an ISO file.

    Thank you very much.

    1. Ramesh Avatar
      Ramesh

      Thanks Alex for pointing out the issue! FIXED.

Leave a Reply

Your email address will not be published. Required fields are marked *