error when burning Ubuntu 12.10 to a disk

2

I am getting this error 0XC0AA0301 when trying to burn Ubuntu 12.10 and 12.04 to a DVD or CD using the windows 7 built in burner. I have googled this error and it has not been much help.

What causes this error? Bad disk? bad burner?

Should I try a third party DVD burner utility?

windows-7
ubuntu
dvd
dvd-burning
ubuntu-12.10
asked on Super User Dec 6, 2012 by MalwareManiac • edited Dec 7, 2012 by MalwareManiac

1 Answer

-1

You get this error:

//
// MessageId: E_IMAPI_UNEXPECTED_RESPONSE_FROM_DEVICE
//
// MessageText:
//
// The write failed because the drive returned error information that could not be recovered from.
//
#define E_IMAPI_UNEXPECTED_RESPONSE_FROM_DEVICE ((HRESULT)0xC0AA0301L)

Your HDD where you stored the ISO has some issues. Check it with chkdsk. You should also check the hashes of the ISO. Maybe the ISO is corrupted.

answered on Super User Dec 6, 2012 by magicandre1981

User contributions licensed under CC BY-SA 3.0