Re: Please add better line editing

2017-04-02 Thread Michael Zimmermann
are you booting grub in BIOS or UEFI mode? GRUB in BIOS mode is usually pretty slow because it constantly has to switch between real and protected mode. In UEFI, GRUB is running at full speed. Ofc, that doesn't help you if you need to boot in BIOS mode, but it's a hint at where the slowness may

Re: USB3.0 XHCI support on GRUB2

2017-04-02 Thread Gailu Singh
Hi Bjørn, This is to confirm you that xhci worked fine on my board with pen drive though still my usb keyboard is not working but that is not so critical and will look in to that later. It was the problem at my end while including the module in my elf image. Thanks for your great effort on this.

Re: [PATCH] acpi: add missing efi_call wrapper to acpi command

2017-04-02 Thread Vladimir 'phcoder' Serbinenko
On Sat, Apr 1, 2017, 05:24 Andrei Borzenkov wrote: > Fixed loading of ACPI tables on EFI (side effect was apparent memory > corruption ranging from unpredictable behavior to system reset). > > Reported by Nando Eva > > --- > > @Nando: please test this