Regarding ATI cards, (and i assume this board has such card), you can grab the bios from /proc under linux. That worked for R300/R500 radeon video cards, maybe it still works on more recent ones :<br><pre class="bz_comment_text" id="comment_text_18">
as root:
cd /sys/bus/pci/devices/<pci bus id>/
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom</pre>Keep in mind, i am not sure it's 100% complete ram bios, but that's what xorg ati devs suggested as steps to dump the bios when identifying some bugs with radeon hardware on linux.<br><br><div class="gmail_quote">
2012/3/12 Andrew Goodbody <span dir="ltr"><<a href="mailto:ajg4tadpole@gmail.com">ajg4tadpole@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 11/03/12 05:04, Scott Duplichan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I know of two ways to extract the legacy video option rom:<br>
<br>
a) Download the image from the manufacture's web site:<br>
    1. <a href="ftp://174.142.97.10/bios/CPU/E350M1%281.50%29ROM.zip" target="_blank">ftp://174.142.97.10/bios/CPU/<u></u>E350M1(1.50)ROM.zip</a><br>
    2. Extract the 4MB UEFI image (E350M11.50)<br>
    3. Use 7-zip (version 9.21 beta) to decompress.<br>
    4. Hex edit this file: E350M1(1.50)ROM\2\CSMCORE\1.<u></u>raw<br>
    5. Find the start of the video option rom. It starts with<br>
       55 AA and contains text "AMD Fusion Wrestler generic VBIOS"<br>
    6. The length is the byte after 55 AA (71) * 200h = E200h.<br>
    7. Extract E200 bytes starting at 55 AA.<br>
<br>
b) When the board arrives...<br>
    1) Boot MSDOS and start DOS debug<br>
    2) At the - prompt, enter these commands:<br>
       -n vga.bin<br>
       -rbx<br>
       -1<br>
       -w<br>
    3) The option rom is vga.bin in the current directory.<br>
<br>
Thanks,<br>
Scott<br>
</blockquote>
<br></div>
a) is good.<br>
b) is just going to get you 64KB of unintialised data. There is nothing in those instructions to access the video BIOS AFAICT.<span class="HOEnZb"><font color="#888888"><br>
<br>
Andrew</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/<u></u>mailman/listinfo/coreboot</a><br>
</div></div></blockquote></div><br>