RE: about an grub 2.00 installation error

2014-10-28 Thread Sun, Ning
Another hint is that currently my linux system use gummiboot as default bootloader… Regards, Sun Ning From: grub-devel-bounces+ning.sun=intel@gnu.org [mailto:grub-devel-bounces+ning.sun=intel@gnu.org] On Behalf Of Sun, Ning Sent: Monday, October 27, 2014 5:35 PM To: Grub-devel@gnu.org S

Re: about an grub 2.00 installation error

2014-10-28 Thread Chris Murphy
On Oct 27, 2014, at 6:34 PM, "Sun, Ning" wrote: > Hi, > I encountered an error when installing grub 2.00 on my Linux system(boot from > EFI BIOS), the error showed “source_dir doesn't exist. Please specify > --target or –directory” > The error occurred after I run this command: > #grub-install

[PATCH] Add support for passing EFI framebuffer into FreeBSD 10.1 and later

2014-10-28 Thread Kris Moore
Got another patch for review today. This patch adds support for FreeBSD's new VT console driver when booting in EFI mode on FreeBSD 10.1 and later. Please let me know any comments, or things that need addressed to get this merged in. Thanks! -- Kris Moore PC-BSD Software iXsystems From a9c20

Re: about an grub 2.00 installation error

2014-10-28 Thread Jordan Uggla
On Mon, Oct 27, 2014 at 5:34 PM, Sun, Ning wrote: > Hi, > I encountered an error when installing grub 2.00 on my Linux system(boot > from EFI BIOS), the error showed “source_dir doesn't exist. Please specify > --target or –directory” > The error occurred after I run this command: > #grub-install –

RE: about an grub 2.00 installation error

2014-10-28 Thread Sun, Ning
Same message printed on the screen when just run grub-install, suspect it is grub 2.0 bug or defect…. Regards, Sun Ning From: grub-devel-bounces+ning.sun=intel@gnu.org [mailto:grub-devel-bounces+ning.sun=intel@gnu.org] On Behalf Of Chris Murphy Sent: Tuesday, October 28, 2014 11:20 AM T

Error when building module with efi's "grub_efi_get_variable" function

2014-10-28 Thread Mat Troi
Hi, This is my Makefile.core.def: ... ... module = { name = mymod; common = net/mymod.c; }; ... ... When I tried to build I get: mv syminfo.lst.new syminfo.lst cat syminfo.lst | sort | gawk -f /build/boot_project/src/grub/grub2/grub-core/genmoddep.awk > moddep.lst || (rm -f moddep.lst; exit 1