Dear sir

I am a hardware enthusiast try to modify my motherboard's bios, cause after mmtool modify the rom's se data been corrupted so I can't flash it by bios app or afwin or other tools that use to flashing official bios.

so I installed ubuntu 16.04 server version, and sudo apt-get install flashrom. 

the motherboard I use is an X299 motherboard with winbond 25Q128JVSQ bios chip

now I am running flash -p internal it shows as follows:

jiang@ubuntu:~$ sudo flashrom -p internal
flashrom v0.9.9-rc1-r1942 on Linux 4.4.0-131-generic (x86_64)
flashrom is free software, get the source code at https://flashrom.org

Calibrating delay loop... OK.
WARNING: No chipset found. Flash detection will most likely fail.
No EEPROM/flash device found.
Note: flashrom can never write if the flash chip isn't found automatically.

guess it cant recognize the chip on my motherboard.

so in this condition, is there anyway to use flashrom writing my modified bios to mother board?

Thanks in advance!