Nvidia Image/ROM Verification Linux

How do I check the checksum of the currently installed firmware on the 1080Ti? I want to do this to make sure the firmware has not been modified by users. Is this possible using any Linux tools with the NVidia Drivers installed.

You can either use nouveau and simply extract it like

cat /sys/kernel/debug/dri/0/vbios.rom > vbios.rom

or you can use nvagetbios from envytools/nva without any driver loaded.

Thanks, this worked for me.