@Alex Sarmiento
you need gnu-efi package. if somebody wants to compile it on debian get a new package here:
http://sourceforge.net/projects/gnu-efi/files/
Code:
dch -v 3.0q-0 "New upstream release."
debuild -b
and then change the Makefile for gummiboot:
Code:
diff --git a/Makefile b/Makefile
index b190341..2227528 100644
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,13 @@ CFLAGS += \
-DEFI_FUNCTION_WRAPPER
endif
-LDFLAGS = -T $(LIBDIR)/gnuefi/elf_$(ARCH)_efi.lds \
+LDFLAGS = -T $(LIBDIR)/elf_$(ARCH)_efi.lds \
-shared \
-Bsymbolic \
-nostdlib \
-znocombreloc \
-L $(LIBDIR) \
- $(LIBDIR)/gnuefi/crt0-efi-$(ARCH).o \
+ $(LIBDIR)/crt0-efi-$(ARCH).o \
$(shell $(CC) -print-libgcc-file-name)
%.o: %.c