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
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
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
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 –
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
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