<p dir="ltr"><br>
On Nov 12, 2015 8:45 PM, "arch user" <<a href="mailto:archuser@gmx.com">archuser@gmx.com</a>> wrote:<br>
><br>
> > There is a possibility that the broken ROM freezes the machine when loaded since it is corrupted.<br>
><br>
> The ROM looks fine. See below. I'm confused why the kernel reports it's invalid.<br>
><br>
> Perhaps it fails to read it properly?<br>
><br>
>   /* Standard PCI ROMs start out with these bytes 55 AA */<br>
>   if (readb(image) != 0x55) {<br>
>     dev_err(&pdev->dev, "Invalid ROM contents\n");</p>
<p dir="ltr">If it fails to read it for some weird reason, you can force the emulated ROM via romfile option instead of figuring out why the kernel is unable to read it.</p>