V/v: V/v: Compatibility with Bootmgr

2018-07-11 Thread Nguyễn Tứ
Oh I'm sorry, this is i386-efi, not x86_64-efi. I have applied your patch and now it works. Thanks Từ: Grub-devel thay mặt cho Nguyễn Tứ Đã gửi: 11 Tháng Bảy 2018 2:12 CH Đến: The development of GNU GRUB Chủ đề: V/v: V/v: Compatibility with Bootmgr I tri

Re: [RFC PATCH] i386: don't include lib/i386/reset.c in EFI builds

2018-07-11 Thread Leif Lindholm
On Wed, Jul 11, 2018 at 01:03:12PM +0200, Daniel Kiper wrote: > On Mon, Jul 09, 2018 at 07:49:06PM +0100, Leif Lindholm wrote: > > Commit 0ba90a7f0178 ("efi: Move grub_reboot() into kernel") broke > > the build on i386-efi - genmoddep.awk bails out with message > > grub_reboot in reboot is duplic

Re: [RFC PATCH] i386: don't include lib/i386/reset.c in EFI builds

2018-07-11 Thread Daniel Kiper
On Mon, Jul 09, 2018 at 07:49:06PM +0100, Leif Lindholm wrote: > Commit 0ba90a7f0178 ("efi: Move grub_reboot() into kernel") broke > the build on i386-efi - genmoddep.awk bails out with message > grub_reboot in reboot is duplicated in kernel > This is because both lib/i386/reset.c and kern/efi/ef

V/v: V/v: Compatibility with Bootmgr

2018-07-11 Thread Nguyễn Tứ
I tried the latest from the Git repository and now it works. But i can only compile for i386-pc. This error is given when compiling x86_64-efi: grub_reboot in reboot is duplicated in kernel https://savannah.gnu.org/bugs/?53517 Từ: Grub-devel thay mặt cho Daniel