How to create or burn Windows 8 bootable ISO or DVD
| ,
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
- 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)
- 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
- Wait for completion and then burn the image to DVD at lower speed to get better results.
- Windows 8 Developer Preview
- Windows 7
- Windows Vista
- Windows Server 2008
- Windows Server 2008 R2
- Windows 8 Server
0 comments:
Post a Comment