{"id":1283,"date":"2020-07-31T21:57:36","date_gmt":"2020-07-31T12:57:36","guid":{"rendered":"https:\/\/manatails.net\/blog\/?p=1283"},"modified":"2022-04-03T13:48:53","modified_gmt":"2022-04-03T04:48:53","slug":"compiling-ovmf-from-source","status":"publish","type":"post","link":"https:\/\/manatails.net\/blog\/2020\/07\/compiling-ovmf-from-source\/","title":{"rendered":"Compiling OVMF from source"},"content":{"rendered":"<p>I used Debian Buster for the environment<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">sudo apt-get install build-essential git uuid-dev iasl nasm git<\/pre>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">git clone git:\/\/github.com\/tianocore\/edk2.git\r\ncd edk2\r\ngit submodule init\r\ngit submodule update\r\nsource .\/edksetup.sh\r\nmake -C BaseTools\/\r\nbuild -a X64 -t GCC5 -b RELEASE -p OvmfPkg\/OvmfPkgX64.dsc<\/pre>\n<p>Find the resulting binary at Build\/OvmfX64\/RELEASE_GCC5\/FV\/OVMF.fd<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I used Debian Buster for the environment sudo apt-get install build-essential git uuid-dev iasl nasm git git clone git:\/\/github.com\/tianocore\/edk2.git cd edk2 git submodule init git submodule update source .\/edksetup.sh make -C BaseTools\/ build -a X64 -t GCC5 -b RELEASE -p OvmfPkg\/OvmfPkgX64.dsc Find the resulting binary at Build\/OvmfX64\/RELEASE_GCC5\/FV\/OVMF.fd<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-1283","post","type-post","status-publish","format-standard","hentry","category-computer"],"_links":{"self":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts\/1283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/comments?post=1283"}],"version-history":[{"count":7,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts\/1283\/revisions"}],"predecessor-version":[{"id":1341,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts\/1283\/revisions\/1341"}],"wp:attachment":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/media?parent=1283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/categories?post=1283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/tags?post=1283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}