How to make a Windows 7 live cd

Do you have any idea on how to create a live cd for windows 7? I tried Bart pe but I think its only for Windows xp. And when I tried it to create a live cd for xp. And booted the iso image created by bart pe. It doesnt look xp at all, the GUI does not look like xp and it has only limited task that you can run.

2 Answers

I used WinBuilder to create a live, bootable Win 7 USB drive.

  • basically scripts Microsoft's WAIK PETools mentioned in another post. It's just a matter of selecting the right project that has already been scripted.
  • has a GUI front-end to customize various settings (including the option to use the native Windows 7 explorer shell, which was not the default when I used it)
  • optionally pre-install software like web browsers and anti-virus

There is very active discussion on the Win7RescuePE forums, including detailed instructions in MS Word format with screen shots.


update: it seems the host of the WinBuilder project file for Win7RescuePE is currently not available. Recent messages in the forum have links to alternate download links:

QUOTE (chameleon215 @ May 22 2010, 07:19 PM)

Haven't been able to download any updates for Win7RescuePE for quite sometime, neither or links are working. Can someone please let us know what the new address is?

I have uploaded a untouched copy of psc's Win7RescuePE_Upload.zip

you can get it here.

2

Creating a Windows live cd can be done quite easily by using WAIK provided by Microsoft

CD "C:\Program Files\Windows AIK\Tools\PETools"
CALL copype.cmd x86 c:\winpe_x86copy c:\winpe_x86\winpe.wim c:\winpe_x86\ISO\sources\boot.wim
copy "C:\program files\Windows AIK\Tools\x86\imagex.exe" C:\winpe_x86\iso\
oscdimg -n -bC:\winpe_x86\etfsboot.com C:\winpe_x86\ISO C:\winpe_x86\winpe_x86.iso
rem To remove the "Press any key to boot from CD" prompt during boot,
rem remove the bootfix.bin file from the \boot folder within your mounted image. pause 
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like