Displaying 6 results from an estimated 6 matches for "efi_vendor".
Did you mean:
dmi_vendor
2011 Jun 30
0
[PATCH] x86/EFI: adjust installation logic
We should always install xen.efi into /usr/lib64/efi/; installation
into /boot/efi/efi/$(EFI_VENDOR) remains dependent upon specifying
EFI_VENDOR.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -35,11 +35,16 @@ _install: $(TARGET).gz
ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))-$(XEN_VERSION).gz
ln -f...
2014 Jul 23
0
imposible to set EFI_VENDOR
I am trying to build xen on arch linux it stops a this point. I run
export EFI_VENDOR=arch
install -m0644 -p
/data/dev/xen/xen-git/src/xen-build/xen/xen.efi
/data/dev/xen/xen-git/src/xen-build/dist/install/boot/efi/efi/arch/xen-4.5-unstable.efi;
\
elif [ "/data/dev/xen/xen-git/src/xen-build/dist/install" =
"dist/install" ]; then \...
2013 Jul 17
13
[PATCH 0/3] xen: various changes to what we install in /boot
Jan suggested a couple of cleanups based upon my "xen: allow
architecture to choose whether to compress installed xen binary" patch.
So this series now consists of:
xen: allow architecture to choose how/whether to compress installed xen binary
xen: x86: drop the ".gz" suffix when installing
xen: Use $(T) and $(D) aliases in install target
This is based
2012 Jul 02
4
Xen EFI boot how to?
I have a IBM System x3600 series server with UEFI.
I managed to compile the xen EFI (xen-4.2-unstable.efi).
The machine is currently running Ubuntu with grub2.
I can see a grubx64.efi in /boot/efi/EFI/ubuntu/grubx64.efi
Where should I put the xen efi ?
I tried creating a efi/EFI/xen/xen-4.2-unstable.efi and added it as a boot option using efibootmgr.
All I get in that case is a blank screen.
I
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
...`--enable-targets=x86_64-pep` or an option
of equivalent effect should be passed to the configure script).
-Once built, `make install-xen` can place the resulting binary directly into
+Once built, `make install-xen` will place the resulting binary directly into
the EFI boot partition, provided `EFI_VENDOR` is set in the environment (and
`EFI_MOUNTPOINT` is overridden as needed, should the default of `/boot/efi` not
-match your system).
+match your system). The xen.efi binary will also be installed in
+`/usr/lib64/efi/`, unless `EFI_DIR` is set in the environment to
+override the default.
The bi...
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time.
# make uninstall
...
rm -rf //boot/*xen*
...
if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too.
Thanks.
Denis.