Saturday, December 27, 2014

boot - ISO is only bootable by CD, not USB

I have an ISO that I'm trying to get ready for PXE booting. After many attempts, I tried to check if it is even bootable by USB and it wasn't. Then I took a CD and burned the image onto it and it worked.


What reasons can there be for this?


Data concerning the image:
Symantec Antivirus Live CD, Windows PE 4.0, 396 MB size


Error message when booting (PXE & USB): 0xc0000017 (An unexpected error has occured) in Windows Boot Manager


If there's any more information I can supply please tell me so. I probably won't be able to upload the ISO itself due to licensing reasons (corporate disk).

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...