What is the purpose of this file in the boot-up process. We found that the file filled with all zeros will work with older versions of uefi bootloader, but newer versions require some data to written at various locations. When were the requirements for this file changed? Searching through the existing documentation, I didn’t find mention of this file or it’s purpose. It’s created by the ./flash.sh script, but without comment as to the purpose or why it contains what it does.
Hi Kayccc,
I’m not requesting any help building our distribution. I’d like the documentation for this file, what it contains and why, so we understand all of the content in our distribution. I cannot locate any information about this file.
If this is information is proprietary or the file a mystery to nvidia, that’s OK, we just need to know.
I looked at one of the files on the host PC, and it is under the bootloader content, so it is used in boot. It is exactly 4096 bytes…which doesn’t mean a lot, but it seems to be entirely NULL bytes. Maybe it is some sort of space filler? Just a guess.