[coreboot] Re: ASUS F2A85-M PRO VGA BIOS binary extraction

2021-06-08 Thread Rao G
You can extract the VBIOS.rom after booting to OS, incase it is linux echo 1 > /sys/devices/pci:00/:00:02.0/rom cat /sys/devices/pci:00/:00:02.0/rom > vbios.dump echo 0 > /sys/devices/pci:00/:00:02.0/rom the .rom file can be opened with Intel BMP tool On Tue, Jun 8, 2021

[coreboot] Re: ASUS F2A85-M PRO VGA BIOS binary extraction

2021-06-08 Thread se7enge via coreboot
Okay thanks guys, I was hoping for a way to extract the VGA binary from the bios image, on a separate machine as I don't have this new one up and running yet, but I will definitely try the method mentioned by Paul. Should be able to boot into a live Linux environment and extract the binary from

[coreboot] Re: ASUS F2A85-M PRO VGA BIOS binary extraction

2021-06-07 Thread Raul Rangel
You might also want to try https://github.com/al3xtjames/ghidra-firmware-utils From what I remember it allows browsing the .bin. On Sat, Jun 5, 2021 at 5:12 PM Paul Menzel wrote: > > Dear se7enge, > > > Am 05.06.21 um 19:52 schrieb se7enge via coreboot: > > > I am about to embark on a mission to

[coreboot] Re: ASUS F2A85-M PRO VGA BIOS binary extraction

2021-06-05 Thread Paul Menzel
Dear se7enge, Am 05.06.21 um 19:52 schrieb se7enge via coreboot: I am about to embark on a mission to install coreboot on an ASUS F2A85-M PRO (w/ AMD A10-6800k) desktop machine. Admittedly, I don't have much experience in this field and am not extremely technical; but I am willing to learn and