Got error error message after removing unused removeable device

2017-01-09 Thread Dennis Wassenberg
rror codes such that this error will not occur any more? This will prevent the error message if a removeable device was removed. A patch for this would look like this: From: Dennis Wassenberg Date: Mon, 9 Jan 2017 13:32:17 +0100 Subject: [PATCH] efidisk: prevent errors from diskfilter scan

Re: Got error error message after removing unused removeable device

2017-01-17 Thread Dennis Wassenberg
Hi all, no comments on the attached patch? Best regards, Dennis On 09.01.2017 14:21, Dennis Wassenberg wrote: > Hi all, > > I run into a grub2 issue. > > I have a system with EFI boot enabled and grub2 (grub-2.02-beta2) is stored > at my ssd. At the ssd there is a LVM

UEFI secure boot

2017-02-16 Thread Dennis Wassenberg
Hi all, I have a question regarding grub2 in relation with UEFI secure boot. I do use a grub2 efi binary which is signed with sbsigntools. If the grub2 starts I think there is in general no information about that the grub2 is booted in secure boot environment. Is there a possibility to show that

Re: UEFI secure boot

2017-02-17 Thread Dennis Wassenberg
Hi, Daniel, On 16.02.2017 23:03, Daniel Kiper wrote: > On Thu, Feb 16, 2017 at 09:21:19AM +0100, Dennis Wassenberg wrote: >> Hi all, >> >> I have a question regarding grub2 in relation with UEFI secure boot. I >> do use a grub2 efi binary which is signed with sbsigntool

Re: [PATCH v6 2/2] Add a module for retrieving SMBIOS information

2017-05-09 Thread Dennis Wassenberg
Hi, from my side there is a big interest in this module. I use it to detect specific hardware platforms. Dependant on the hardware platforms there are several decisions in how to boot the kernel. Thats why I would be pleased if these two patches will be integrated into upstream grub2. Best regar