Monday, 5 November 2012
Do you like this story?
Recently I have downloaded leaked version of windows 8 RTM,In that it had only flat installation file and there were no bootable ISO image.So in order to install this from DVD we cant to create ISO image first.
Just follow this simple steps to do it.
Stuffs needed:
- oscdimg.exe : Download
- Windows setup files
Steps:
1.First up all you need to keep all window installation files in in one folder.For example i keep it in (C/win8)
2.Run the downloaded tool as administrator.Note you need to have microsoft .NET 4.
3. Type following code.
oscdimg.exe –l<Disc_Label> -m -u2
–b<path_of_bootable_img_file>
<path_of_installation_file>
<path_with_filename_is_to_be_created>
Note :
- -l is used to set volume label of DVD
- -m is used to create bigger image file than 700MB
- -u2 is used to create UDF file system for DVD
- -b is used to locate boot image of DVD
For example:
oscdimg.exe -lwin8 -m -u2 -bC:\win8\boot\etfsboot.com C:\win8 C:\win8.ISO
After this it will scan source tree and create ISO image file
4.Now can cd/dvd burning softwares and burn your bootable media
Look This:
If any doubts please comment
Subscribe to:
Post Comments (Atom)


0 Responses to “How to: Create Bootable Windows 8 ISO DVD”
Post a Comment