Comment # 2 on bug 79773 from
looks like the vbios didn't get dumped properly.  Try this:

(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom


You are receiving this mail because: