Lol there's a lot stored in the bios region of your computer's flash chip. When you update your bios via an update from your OEM, your only actually updating part of the entire region. The extra stuff stored here are all the non-volatile data like tattoo info, global variables, etc.
So a complete bios dump contains everything in your bios region. I've only seen one program that can actually produce it, and that's Intel's Flash Programming Tool. There's different versions available for each Intel series chipset, so use the one that corresponds to your mobo's chipset. They are avaliable
here.
So run the following command through an admin cmd while in the flash programming tool directory:
Code:
fptw -d output.bin -BIOS
and send me the output.bin file that's created.
Or if that seems to difficult for you then I can swap out some more tabs for the debug and power ones. You initial request was only for the advanced tab so I didn't do anything with the others
And where's the boot manager information I asked for? It will really help me a lot