Search Criteria
Package Details: ovmf-git 1:r25361.514c55c185-1
Git Clone URL: | https://aur.archlinux.org/ovmf-git.git (read-only, click to copy) |
---|---|
Package Base: | ovmf-git |
Description: | Tianocore UEFI firmware for qemu. |
Upstream URL: | http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2 |
Keywords: | efi tiano tianocore uefi |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ridikulusrat |
Maintainer: | markzz |
Last Packager: | markzz |
Votes: | 30 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-22 00:06 |
Last Updated: | 2019-01-14 01:15 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
AbrarSyed commented on 2019-07-12 07:36
Since this conflicts with extra/ovmf, it would be nice if it deposited the files in the same location so that I didn't have to modify my qemu config. A Simple symbolic link could do the trick, or installation to both locations?
newsboost commented on 2019-06-23 13:44
Hmm... The upstream URL points to something that says: "Whoops, we can't find that page"... I'm a bit confused about which of these packages to use for my virtual (Windows 10) machine:
I previously used aur/edk2-ovmf, but now it says out-of-date since about a month ago, so I'm wondering if I should just use ovmf-git and if that's safe (I have the impression that extra/ovmf is too old)...? Anyway, I would have no doubts continuing to use edk2-ovmf, if it wasn't flagged as out-of-date, for the past month...
JuniorJPDJ commented on 2019-01-14 13:26
markzz: thank you very much :)
markzz commented on 2019-01-14 01:16
JuniorJPDJ: Updated to fix this. In the future, if there's an issue with the build like this, please flag the PKGBUILD as out-of-date so that it will be apparent when I log into the AUR interface.
JuniorJPDJ commented on 2019-01-04 20:42
@assimilat thanks, it fixes build for me
@markzz can you add this to PKGBUILD?
assimilat commented on 2019-01-03 16:52
JuniorJPDJ- fixed the "error 000E: File/directory not found in workspace" error by adding this to the end of the prepare funct:
JuniorJPDJ commented on 2018-11-25 22:00
The package stopped building for me a while ago.
The error I'm getting:
markzz commented on 2017-12-31 01:47
HCF: You don't need it. Read the wiki.
I redid the PKGBUILD to closely resemble the one on the official repositories. The only change is the branch. This is why the directories changed and the ovmf_x64.bin file is no longer packaged. If you want the file back, you can modify the PKGBUILD to your liking.
HCF commented on 2017-12-31 00:16
The newest commit doesn't work without modifications.
FYI: Paths have changed from '/usr/share/ovmf/x64/' to '/usr/share/ovmf/'
==========
Problem: ovmf_x64.bin is not specified in PKGBUILD and thus does not get installed/compiled
Solution: Add 'install -D -m644 "${srcdir}"/edk2/Build/OvmfX64/RELEASE_${_toolchain_opt}/FV/OVMF.fd "${pkgdir}"/usr/share/ovmf/ovmf_x64.bin' before line 58 in PKGBUILD.
brenix commented on 2017-12-27 18:01
FYI - Build is failing using openssl-1.1.0e. Changing it to use openssl-1.1.0g fixes it for me, so I believe they've included support for the newer version.