Re: grub_efi_finish_boot_services not spec-compliant

2013-02-24 Thread Seth Goldberg
On Feb 23, 2013, at 9:13 PM, Andrey Borzenkov wrote: > В Sat, 23 Feb 2013 20:35:17 -0800 > Seth Goldberg пишет: > >> Hi there, >> >> On some systems, ExitBootServices() will fail due to a change in the memory >> map during execution of the boot services call. The UEFI spec says that in

Re: grub_efi_finish_boot_services not spec-compliant

2013-02-23 Thread Andrey Borzenkov
В Sat, 23 Feb 2013 20:35:17 -0800 Seth Goldberg пишет: > Hi there, > > On some systems, ExitBootServices() will fail due to a change in the memory > map during execution of the boot services call. The UEFI spec says that in > that event, GetMemoryMap() should be repeated, then the new key

grub_efi_finish_boot_services not spec-compliant

2013-02-23 Thread Seth Goldberg
Hi there, On some systems, ExitBootServices() will fail due to a change in the memory map during execution of the boot services call. The UEFI spec says that in that event, GetMemoryMap() should be repeated, then the new key passed to another call to ExitBootServices(). Note that the spec