Creating bootable CD from ISO

  • Thread starter Thread starter Chris Rehm
  • Start date Start date
C

Chris Rehm

I have an ISO file that I'd like to boot from on CD so I can run memory
tests. I tried simply writing the ISO to cd and booting, but although
the system pauses at the "boot from CD" check, it does not boot. I've
booted from other CDs, so I know the bios settings are correct.

Do I need a 3rd party program to burn the iso image to the CD?
 
Chris Rehm said:
I have an ISO file that I'd like to boot from on CD so I can run memory
tests. I tried simply writing the ISO to cd and booting, but although the
system pauses at the "boot from CD" check, it does not boot. I've booted
from other CDs, so I know the bios settings are correct.

Do I need a 3rd party program to burn the iso image to the CD?

This all rather depends on what your ISO is an ISO of ?
Is it an ISO of a bootable CD (what operating system is it etc ?) or just a
load of files ?


--

Regards,

Mike
--
Mike Brannigan [Microsoft]

This posting is provided "AS IS" with no warranties, and confers no
rights

Please note I cannot respond to e-mailed questions, please use these
newsgroups
 
A boot loader is needed. This corresponds to the boot sector on a diskette or
a hard drive. On bootable WinXP CD's this corresponds to the file "Microsoft
Corporation.img". You need a program like UltraISO (my preference) or
IsoBuster to add it to your iso image.
 
Chris said:
I have an ISO file that I'd like to boot from on CD so I can run memory
tests. I tried simply writing the ISO to cd and booting, but although
the system pauses at the "boot from CD" check, it does not boot. I've
booted from other CDs, so I know the bios settings are correct.

Do I need a 3rd party program to burn the iso image to the CD?

Best - you cannot make such a CD in the inbuilt burning. Use the free
http://isorecorder.alexfeinman.com/isorecorder.htm
 
Chris Rehm said:
I have an ISO file that I'd like to boot from on CD so I can run memory
tests. I tried simply writing the ISO to cd and booting, but although
the system pauses at the "boot from CD" check, it does not boot. I've
booted from other CDs, so I know the bios settings are correct.

Do I need a 3rd party program to burn the iso image to the CD?

You need to download the Windows Server 2003 Resource Kit Tools.

http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

That will give you the cdburn.exe command line ISO burner. Here is a sample command-line that will burn an ISO image to a blank CD:

cdburn.exe d: C:\temp\oemxpsp2.iso -speed max -imagehaspostgap

Requesting burn at maximum speed
Not adding 150 sector postgap (must be part of image)
Number of blocks in ISO image is 61c
Finished Writing
Synchronizing Cache: burn successful!

The -imagehaspostgap option is necessary for most CD's, including copies of images of Windows XP.

carl
 
Mike, he had me on that one too. When he said he wrote it to CD, I thought
that he knew he should be BURNING the iso it and not simply copying the files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top