В Пн, 06/01/2014 в 18:51 +0100, Vladimir 'φ-coder/phcoder' Serbinenko
пишет:
> On 06.01.2014 17:29, Andrey Borzenkov wrote:
> > В Пн, 06/01/2014 в 11:34 +, Leif Lindholm пишет:
> >> On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote:
> >>> According to UEFI 2.4 specification, defa
On 06.01.2014 17:29, Andrey Borzenkov wrote:
> В Пн, 06/01/2014 в 11:34 +, Leif Lindholm пишет:
>> On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote:
>>> According to UEFI 2.4 specification, default boot file name on AArch64
>>> is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behav
On Mon, Jan 06, 2014 at 08:29:31PM +0400, Andrey Borzenkov wrote:
> > > case GRUB_INSTALL_PLATFORM_ARM64_EFI:
> > > - efi_file = "BOOTAARCH64.EFI";
> > > + efi_file = "BOOTAA64.EFI";
> > > break;
> > > default:
> > > grub_util_error ("%s", _("You've found a b
В Пн, 06/01/2014 в 11:34 +, Leif Lindholm пишет:
> On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote:
> > According to UEFI 2.4 specification, default boot file name on AArch64
> > is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior).
> >
> > ---
> > util/grub-install.c | 2
On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote:
> According to UEFI 2.4 specification, default boot file name on AArch64
> is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior).
>
> ---
> util/grub-install.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --g
According to UEFI 2.4 specification, default boot file name on AArch64
is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior).
---
util/grub-install.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/grub-install.c b/util/grub-install.c
index 8cfe0ea..d3b9db7 100644
--- a