* Cannot add new efi boot entry
@ 2013-04-14 21:25 ` Jiri Slaby
0 siblings, 0 replies; 26+ messages in thread
From: Jiri Slaby @ 2013-04-14 21:25 UTC (permalink / raw)
To: matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA
Cc: matt.fleming-ral2JQCrhuEAvxtiuMwx3w,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
Hi,
after update to 3.8, every update of the kernel ends up in an unbootable
machine. It is due to the following commit:
commit 68d929862e29a8b52a7f2f2f86a0600423b093cd
Author: Matthew Garrett <matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA@public.gmane.org>
Date: Sat Mar 2 19:40:17 2013 -0500
efi: be more paranoid about available space when creating variables
efibootmgr which tries to add an entry and silently fails when writing
to /sys/firmware/efi/vars/new_var with -ENOSPC.
There are many entries in there:
# efibootmgr
BootCurrent: 000D
Timeout: 0 seconds
BootOrder:
0018,0000,0001,0002,0003,0007,0008,0009,000A,000B,000C,000D,000E,000F,0010,0011,0012
Boot0000 Setup
Boot0001 Boot Menu
Boot0002 Diagnostic Splash Screen
Boot0003 Lenovo Diagnostics
Boot0004 Startup Interrupt Menu
Boot0005 ME Configuration Menu
Boot0006 Rescue and Recovery
Boot0007* USB CD
Boot0008* USB FDD
Boot0009* ATAPI CD0
Boot000A* ATA HDD0
Boot000B* ATA HDD1
Boot000C* ATA HDD2
Boot000D* USB HDD
Boot000E* PCI LAN
Boot000F* ATAPI CD1
Boot0010 Other CD
Boot0011* ATA HDD3
Boot0012 Other HDD
Boot0013* IDER BOOT CDROM
Boot0014* IDER BOOT Floppy
Boot0015* ATA HDD
Boot0016* ATAPI CD:
Boot0017* PCI LAN
Boot0018* Linux
Remaining size is about 20k, added entry size is hundreds bytes, store
size is 64k.
Obviously lowering the limitation from 1/2 to 1/4 fixes the problem for
me because it always worked on my setup to store a new entry...
Any ideas how to overcome that? It would be better to blacklist bad
machines rather than whitelist good ones, right?
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread* Cannot add new efi boot entry
@ 2013-04-14 21:25 ` Jiri Slaby
0 siblings, 0 replies; 26+ messages in thread
From: Jiri Slaby @ 2013-04-14 21:25 UTC (permalink / raw)
To: matthew.garrett
Cc: matt.fleming, cbouatmailru, ccross, keescook, Tony Luck,
linux-efi, Linux kernel mailing list
Hi,
after update to 3.8, every update of the kernel ends up in an unbootable
machine. It is due to the following commit:
commit 68d929862e29a8b52a7f2f2f86a0600423b093cd
Author: Matthew Garrett <matthew.garrett@nebula.com>
Date: Sat Mar 2 19:40:17 2013 -0500
efi: be more paranoid about available space when creating variables
efibootmgr which tries to add an entry and silently fails when writing
to /sys/firmware/efi/vars/new_var with -ENOSPC.
There are many entries in there:
# efibootmgr
BootCurrent: 000D
Timeout: 0 seconds
BootOrder:
0018,0000,0001,0002,0003,0007,0008,0009,000A,000B,000C,000D,000E,000F,0010,0011,0012
Boot0000 Setup
Boot0001 Boot Menu
Boot0002 Diagnostic Splash Screen
Boot0003 Lenovo Diagnostics
Boot0004 Startup Interrupt Menu
Boot0005 ME Configuration Menu
Boot0006 Rescue and Recovery
Boot0007* USB CD
Boot0008* USB FDD
Boot0009* ATAPI CD0
Boot000A* ATA HDD0
Boot000B* ATA HDD1
Boot000C* ATA HDD2
Boot000D* USB HDD
Boot000E* PCI LAN
Boot000F* ATAPI CD1
Boot0010 Other CD
Boot0011* ATA HDD3
Boot0012 Other HDD
Boot0013* IDER BOOT CDROM
Boot0014* IDER BOOT Floppy
Boot0015* ATA HDD
Boot0016* ATAPI CD:
Boot0017* PCI LAN
Boot0018* Linux
Remaining size is about 20k, added entry size is hundreds bytes, store
size is 64k.
Obviously lowering the limitation from 1/2 to 1/4 fixes the problem for
me because it always worked on my setup to store a new entry...
Any ideas how to overcome that? It would be better to blacklist bad
machines rather than whitelist good ones, right?
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread[parent not found: <516B1ED3.9040900-AlSwsSmVLrQ@public.gmane.org>]
* Re: Cannot add new efi boot entry
2013-04-14 21:25 ` Jiri Slaby
@ 2013-04-16 9:56 ` joeyli
-1 siblings, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-16 9:56 UTC (permalink / raw)
To: Jiri Slaby
Cc: matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA,
matt.fleming-ral2JQCrhuEAvxtiuMwx3w,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
Hi Jiri,
於 日,2013-04-14 於 23:25 +0200,Jiri Slaby 提到:
> Hi,
>
> after update to 3.8, every update of the kernel ends up in an unbootable
> machine. It is due to the following commit:
> commit 68d929862e29a8b52a7f2f2f86a0600423b093cd
> Author: Matthew Garrett <matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA@public.gmane.org>
> Date: Sat Mar 2 19:40:17 2013 -0500
>
> efi: be more paranoid about available space when creating variables
>
> efibootmgr which tries to add an entry and silently fails when writing
> to /sys/firmware/efi/vars/new_var with -ENOSPC.
>
> There are many entries in there:
> # efibootmgr
> BootCurrent: 000D
> Timeout: 0 seconds
> BootOrder:
> 0018,0000,0001,0002,0003,0007,0008,0009,000A,000B,000C,000D,000E,000F,0010,0011,0012
> Boot0000 Setup
> Boot0001 Boot Menu
> Boot0002 Diagnostic Splash Screen
> Boot0003 Lenovo Diagnostics
> Boot0004 Startup Interrupt Menu
> Boot0005 ME Configuration Menu
> Boot0006 Rescue and Recovery
> Boot0007* USB CD
> Boot0008* USB FDD
> Boot0009* ATAPI CD0
> Boot000A* ATA HDD0
> Boot000B* ATA HDD1
> Boot000C* ATA HDD2
> Boot000D* USB HDD
> Boot000E* PCI LAN
> Boot000F* ATAPI CD1
> Boot0010 Other CD
> Boot0011* ATA HDD3
> Boot0012 Other HDD
> Boot0013* IDER BOOT CDROM
> Boot0014* IDER BOOT Floppy
> Boot0015* ATA HDD
> Boot0016* ATAPI CD:
> Boot0017* PCI LAN
> Boot0018* Linux
>
>
> Remaining size is about 20k, added entry size is hundreds bytes, store
> size is 64k.
>
> Obviously lowering the limitation from 1/2 to 1/4 fixes the problem for
> me because it always worked on my setup to store a new entry...
>
> Any ideas how to overcome that? It would be better to blacklist bad
> machines rather than whitelist good ones, right?
>
> thanks,
I think I just got the same situation on my side with Acer machine. I am
trying Matthew's new patchset hope can avoid this situation:
https://lkml.org/lkml/2013/4/15/473
Thanks a lot!
Joey Lee
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
@ 2013-04-16 9:56 ` joeyli
0 siblings, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-16 9:56 UTC (permalink / raw)
To: Jiri Slaby
Cc: matthew.garrett, matt.fleming, cbouatmailru, ccross, keescook,
Tony Luck, linux-efi, Linux kernel mailing list
Hi Jiri,
於 日,2013-04-14 於 23:25 +0200,Jiri Slaby 提到:
> Hi,
>
> after update to 3.8, every update of the kernel ends up in an unbootable
> machine. It is due to the following commit:
> commit 68d929862e29a8b52a7f2f2f86a0600423b093cd
> Author: Matthew Garrett <matthew.garrett@nebula.com>
> Date: Sat Mar 2 19:40:17 2013 -0500
>
> efi: be more paranoid about available space when creating variables
>
> efibootmgr which tries to add an entry and silently fails when writing
> to /sys/firmware/efi/vars/new_var with -ENOSPC.
>
> There are many entries in there:
> # efibootmgr
> BootCurrent: 000D
> Timeout: 0 seconds
> BootOrder:
> 0018,0000,0001,0002,0003,0007,0008,0009,000A,000B,000C,000D,000E,000F,0010,0011,0012
> Boot0000 Setup
> Boot0001 Boot Menu
> Boot0002 Diagnostic Splash Screen
> Boot0003 Lenovo Diagnostics
> Boot0004 Startup Interrupt Menu
> Boot0005 ME Configuration Menu
> Boot0006 Rescue and Recovery
> Boot0007* USB CD
> Boot0008* USB FDD
> Boot0009* ATAPI CD0
> Boot000A* ATA HDD0
> Boot000B* ATA HDD1
> Boot000C* ATA HDD2
> Boot000D* USB HDD
> Boot000E* PCI LAN
> Boot000F* ATAPI CD1
> Boot0010 Other CD
> Boot0011* ATA HDD3
> Boot0012 Other HDD
> Boot0013* IDER BOOT CDROM
> Boot0014* IDER BOOT Floppy
> Boot0015* ATA HDD
> Boot0016* ATAPI CD:
> Boot0017* PCI LAN
> Boot0018* Linux
>
>
> Remaining size is about 20k, added entry size is hundreds bytes, store
> size is 64k.
>
> Obviously lowering the limitation from 1/2 to 1/4 fixes the problem for
> me because it always worked on my setup to store a new entry...
>
> Any ideas how to overcome that? It would be better to blacklist bad
> machines rather than whitelist good ones, right?
>
> thanks,
I think I just got the same situation on my side with Acer machine. I am
trying Matthew's new patchset hope can avoid this situation:
https://lkml.org/lkml/2013/4/15/473
Thanks a lot!
Joey Lee
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
2013-04-16 9:56 ` joeyli
(?)
@ 2013-04-16 10:11 ` Matt Fleming
2013-04-17 11:33 ` joeyli
[not found] ` <516D23B5.4070209-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-1 siblings, 2 replies; 26+ messages in thread
From: Matt Fleming @ 2013-04-16 10:11 UTC (permalink / raw)
To: joeyli
Cc: Jiri Slaby, matthew.garrett, cbouatmailru, ccross, keescook,
Tony Luck, linux-efi, Linux kernel mailing list
On 16/04/13 10:56, joeyli wrote:
> I think I just got the same situation on my side with Acer machine. I am
> trying Matthew's new patchset hope can avoid this situation:
>
> https://lkml.org/lkml/2013/4/15/473
Please do let us know whether the patches work for you.
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Cannot add new efi boot entry
2013-04-16 10:11 ` Matt Fleming
@ 2013-04-17 11:33 ` joeyli
[not found] ` <516D23B5.4070209-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
1 sibling, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-17 11:33 UTC (permalink / raw)
To: Matt Fleming
Cc: Jiri Slaby, matthew.garrett, cbouatmailru, ccross, keescook,
Tony Luck, linux-efi, Linux kernel mailing list
於 二,2013-04-16 於 11:11 +0100,Matt Fleming 提到:
> On 16/04/13 10:56, joeyli wrote:
> > I think I just got the same situation on my side with Acer machine. I am
> > trying Matthew's new patchset hope can avoid this situation:
> >
> > https://lkml.org/lkml/2013/4/15/473
>
> Please do let us know whether the patches work for you.
>
>
I applied Matthew's patches to v3.9-rc7 then tested...
The active_size checking works to me on my Acer machine for avoid the
storage_size/2 issue, I can use efibootmgr to create new boot entry,
now.
But, I found there have the following warning:
[ 1.347581] [Firmware Bug]: efi: Inconsistent initial size
Then, I add printk to print the values of var_size and active_size,
found the values always 0 after system reboot. I am doing to add more
log for locate if this is a BIOS issue.
Thanks a lot!
Joey Lee
^ permalink raw reply [flat|nested] 26+ messages in thread[parent not found: <516D23B5.4070209-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>]
* Re: Cannot add new efi boot entry
2013-04-16 10:11 ` Matt Fleming
@ 2013-04-17 14:29 ` Jiri Slaby
[not found] ` <516D23B5.4070209-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
1 sibling, 0 replies; 26+ messages in thread
From: Jiri Slaby @ 2013-04-17 14:29 UTC (permalink / raw)
To: Matt Fleming, joeyli
Cc: matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
On 04/16/2013 12:11 PM, Matt Fleming wrote:
> On 16/04/13 10:56, joeyli wrote:
>> I think I just got the same situation on my side with Acer machine. I am
>> trying Matthew's new patchset hope can avoid this situation:
>>
>> https://lkml.org/lkml/2013/4/15/473
>
> Please do let us know whether the patches work for you.
Hmm, where did efi_query_variable_store in 3/3 come from?
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Cannot add new efi boot entry
@ 2013-04-17 14:29 ` Jiri Slaby
0 siblings, 0 replies; 26+ messages in thread
From: Jiri Slaby @ 2013-04-17 14:29 UTC (permalink / raw)
To: Matt Fleming, joeyli
Cc: matthew.garrett, cbouatmailru, ccross, keescook, Tony Luck,
linux-efi, Linux kernel mailing list
On 04/16/2013 12:11 PM, Matt Fleming wrote:
> On 16/04/13 10:56, joeyli wrote:
>> I think I just got the same situation on my side with Acer machine. I am
>> trying Matthew's new patchset hope can avoid this situation:
>>
>> https://lkml.org/lkml/2013/4/15/473
>
> Please do let us know whether the patches work for you.
Hmm, where did efi_query_variable_store in 3/3 come from?
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread
[parent not found: <516EB1B6.7050506-AlSwsSmVLrQ@public.gmane.org>]
* Re: Cannot add new efi boot entry
2013-04-17 14:29 ` Jiri Slaby
@ 2013-04-17 14:49 ` joeyli
-1 siblings, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-17 14:49 UTC (permalink / raw)
To: Jiri Slaby
Cc: Matt Fleming, matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
於 三,2013-04-17 於 16:29 +0200,Jiri Slaby 提到:
> On 04/16/2013 12:11 PM, Matt Fleming wrote:
> > On 16/04/13 10:56, joeyli wrote:
> >> I think I just got the same situation on my side with Acer machine. I am
> >> trying Matthew's new patchset hope can avoid this situation:
> >>
> >> https://lkml.org/lkml/2013/4/15/473
> >
> > Please do let us know whether the patches work for you.
>
> Hmm, where did efi_query_variable_store in 3/3 come from?
>
here:
https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=urgent&id=a6e4d5a03e9e3587e88aba687d8f225f4f04c792
Matthew's 3 patches all merged to Matt's efi git tree.
Thanks
Joey Leeg
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
@ 2013-04-17 14:49 ` joeyli
0 siblings, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-17 14:49 UTC (permalink / raw)
To: Jiri Slaby
Cc: Matt Fleming, matthew.garrett, cbouatmailru, ccross, keescook,
Tony Luck, linux-efi, Linux kernel mailing list
於 三,2013-04-17 於 16:29 +0200,Jiri Slaby 提到:
> On 04/16/2013 12:11 PM, Matt Fleming wrote:
> > On 16/04/13 10:56, joeyli wrote:
> >> I think I just got the same situation on my side with Acer machine. I am
> >> trying Matthew's new patchset hope can avoid this situation:
> >>
> >> https://lkml.org/lkml/2013/4/15/473
> >
> > Please do let us know whether the patches work for you.
>
> Hmm, where did efi_query_variable_store in 3/3 come from?
>
here:
https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=urgent&id=a6e4d5a03e9e3587e88aba687d8f225f4f04c792
Matthew's 3 patches all merged to Matt's efi git tree.
Thanks
Joey Leeg
^ permalink raw reply [flat|nested] 26+ messages in thread
[parent not found: <1366210184.23707.69.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>]
* Re: Cannot add new efi boot entry
2013-04-17 14:49 ` joeyli
@ 2013-04-17 14:51 ` joeyli
-1 siblings, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-17 14:51 UTC (permalink / raw)
To: Jiri Slaby
Cc: Matt Fleming, matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
於 三,2013-04-17 於 22:50 +0800,joeyli 提到:
> 於 三,2013-04-17 於 16:29 +0200,Jiri Slaby 提到:
> > On 04/16/2013 12:11 PM, Matt Fleming wrote:
> > > On 16/04/13 10:56, joeyli wrote:
> > >> I think I just got the same situation on my side with Acer machine. I am
> > >> trying Matthew's new patchset hope can avoid this situation:
> > >>
> > >> https://lkml.org/lkml/2013/4/15/473
> > >
> > > Please do let us know whether the patches work for you.
> >
> > Hmm, where did efi_query_variable_store in 3/3 come from?
> >
>
> here:
> https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=urgent&id=a6e4d5a03e9e3587e88aba687d8f225f4f04c792
>
> Matthew's 3 patches all merged to Matt's efi git tree.
Forgot mention, in urgent branch
>
>
> Thanks
> Joey Leeg
>
Joey Lee
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
@ 2013-04-17 14:51 ` joeyli
0 siblings, 0 replies; 26+ messages in thread
From: joeyli @ 2013-04-17 14:51 UTC (permalink / raw)
To: Jiri Slaby
Cc: Matt Fleming, matthew.garrett, cbouatmailru, ccross, keescook,
Tony Luck, linux-efi, Linux kernel mailing list
於 三,2013-04-17 於 22:50 +0800,joeyli 提到:
> 於 三,2013-04-17 於 16:29 +0200,Jiri Slaby 提到:
> > On 04/16/2013 12:11 PM, Matt Fleming wrote:
> > > On 16/04/13 10:56, joeyli wrote:
> > >> I think I just got the same situation on my side with Acer machine. I am
> > >> trying Matthew's new patchset hope can avoid this situation:
> > >>
> > >> https://lkml.org/lkml/2013/4/15/473
> > >
> > > Please do let us know whether the patches work for you.
> >
> > Hmm, where did efi_query_variable_store in 3/3 come from?
> >
>
> here:
> https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=urgent&id=a6e4d5a03e9e3587e88aba687d8f225f4f04c792
>
> Matthew's 3 patches all merged to Matt's efi git tree.
Forgot mention, in urgent branch
>
>
> Thanks
> Joey Leeg
>
Joey Lee
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
2013-04-17 14:29 ` Jiri Slaby
@ 2013-04-17 14:51 ` Matt Fleming
-1 siblings, 0 replies; 26+ messages in thread
From: Matt Fleming @ 2013-04-17 14:51 UTC (permalink / raw)
To: Jiri Slaby
Cc: Matt Fleming, joeyli, matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
On 17/04/13 15:29, Jiri Slaby wrote:
> On 04/16/2013 12:11 PM, Matt Fleming wrote:
>> On 16/04/13 10:56, joeyli wrote:
>>> I think I just got the same situation on my side with Acer machine. I am
>>> trying Matthew's new patchset hope can avoid this situation:
>>>
>>> https://lkml.org/lkml/2013/4/15/473
>>
>> Please do let us know whether the patches work for you.
>
> Hmm, where did efi_query_variable_store in 3/3 come from?
It's in a patch on the 'urgent' branch at,
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Cannot add new efi boot entry
@ 2013-04-17 14:51 ` Matt Fleming
0 siblings, 0 replies; 26+ messages in thread
From: Matt Fleming @ 2013-04-17 14:51 UTC (permalink / raw)
To: Jiri Slaby
Cc: Matt Fleming, joeyli, matthew.garrett, cbouatmailru, ccross,
keescook, Tony Luck, linux-efi, Linux kernel mailing list
On 17/04/13 15:29, Jiri Slaby wrote:
> On 04/16/2013 12:11 PM, Matt Fleming wrote:
>> On 16/04/13 10:56, joeyli wrote:
>>> I think I just got the same situation on my side with Acer machine. I am
>>> trying Matthew's new patchset hope can avoid this situation:
>>>
>>> https://lkml.org/lkml/2013/4/15/473
>>
>> Please do let us know whether the patches work for you.
>
> Hmm, where did efi_query_variable_store in 3/3 come from?
It's in a patch on the 'urgent' branch at,
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 26+ messages in thread[parent not found: <516EB6F2.6070806-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>]
* Re: Cannot add new efi boot entry
2013-04-17 14:51 ` Matt Fleming
@ 2013-04-18 18:07 ` Jiri Slaby
-1 siblings, 0 replies; 26+ messages in thread
From: Jiri Slaby @ 2013-04-18 18:07 UTC (permalink / raw)
To: Matt Fleming
Cc: Matt Fleming, joeyli, matthew.garrett-05XSO3Yj/JvQT0dZR+AlfA,
cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w,
ccross-z5hGa2qSFaRBDgjK7y7TUQ, keescook-F7+t8E8rja9g9hUCZPvPmw,
Tony Luck, linux-efi-u79uwXL29TY76Z2rM5mHXA,
Linux kernel mailing list
On 04/17/2013 04:51 PM, Matt Fleming wrote:
> On 17/04/13 15:29, Jiri Slaby wrote:
>> On 04/16/2013 12:11 PM, Matt Fleming wrote:
>>> On 16/04/13 10:56, joeyli wrote:
>>>> I think I just got the same situation on my side with Acer machine. I am
>>>> trying Matthew's new patchset hope can avoid this situation:
>>>>
>>>> https://lkml.org/lkml/2013/4/15/473
>>>
>>> Please do let us know whether the patches work for you.
>>
>> Hmm, where did efi_query_variable_store in 3/3 come from?
>
> It's in a patch on the 'urgent' branch at,
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
The 3 patches plus that one work for me.
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
@ 2013-04-18 18:07 ` Jiri Slaby
0 siblings, 0 replies; 26+ messages in thread
From: Jiri Slaby @ 2013-04-18 18:07 UTC (permalink / raw)
To: Matt Fleming
Cc: Matt Fleming, joeyli, matthew.garrett, cbouatmailru, ccross,
keescook, Tony Luck, linux-efi, Linux kernel mailing list
On 04/17/2013 04:51 PM, Matt Fleming wrote:
> On 17/04/13 15:29, Jiri Slaby wrote:
>> On 04/16/2013 12:11 PM, Matt Fleming wrote:
>>> On 16/04/13 10:56, joeyli wrote:
>>>> I think I just got the same situation on my side with Acer machine. I am
>>>> trying Matthew's new patchset hope can avoid this situation:
>>>>
>>>> https://lkml.org/lkml/2013/4/15/473
>>>
>>> Please do let us know whether the patches work for you.
>>
>> Hmm, where did efi_query_variable_store in 3/3 come from?
>
> It's in a patch on the 'urgent' branch at,
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
The 3 patches plus that one work for me.
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Cannot add new efi boot entry
2013-04-18 18:07 ` Jiri Slaby
(?)
@ 2013-04-20 7:40 ` Jiri Slaby
[not found] ` <5172466B.9080105-AlSwsSmVLrQ@public.gmane.org>
-1 siblings, 1 reply; 26+ messages in thread
From: Jiri Slaby @ 2013-04-20 7:40 UTC (permalink / raw)
To: Matt Fleming
Cc: Matt Fleming, joeyli, matthew.garrett, cbouatmailru, ccross,
keescook, Tony Luck, linux-efi, Linux kernel mailing list
On 04/18/2013 08:07 PM, Jiri Slaby wrote:
> On 04/17/2013 04:51 PM, Matt Fleming wrote:
>> On 17/04/13 15:29, Jiri Slaby wrote:
>>> On 04/16/2013 12:11 PM, Matt Fleming wrote:
>>>> On 16/04/13 10:56, joeyli wrote:
>>>>> I think I just got the same situation on my side with Acer machine. I am
>>>>> trying Matthew's new patchset hope can avoid this situation:
>>>>>
>>>>> https://lkml.org/lkml/2013/4/15/473
>>>>
>>>> Please do let us know whether the patches work for you.
>>>
>>> Hmm, where did efi_query_variable_store in 3/3 come from?
>>
>> It's in a patch on the 'urgent' branch at,
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
>
> The 3 patches plus that one work for me.
Actually they don't :(:
open("/sys/firmware/efi/vars/new_var", O_WRONLY) = 3
write(3,
"B\0o\0o\0t\0000\0000\0001\0003\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
2084) = -1 ENOSPC (No space left on device)
close(3) = 0
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2013-04-22 16:43 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 21:25 Cannot add new efi boot entry Jiri Slaby
2013-04-14 21:25 ` Jiri Slaby
[not found] ` <516B1ED3.9040900-AlSwsSmVLrQ@public.gmane.org>
2013-04-16 9:56 ` joeyli
2013-04-16 9:56 ` joeyli
2013-04-16 10:11 ` Matt Fleming
2013-04-17 11:33 ` joeyli
[not found] ` <516D23B5.4070209-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2013-04-17 14:29 ` Jiri Slaby
2013-04-17 14:29 ` Jiri Slaby
[not found] ` <516EB1B6.7050506-AlSwsSmVLrQ@public.gmane.org>
2013-04-17 14:49 ` joeyli
2013-04-17 14:49 ` joeyli
[not found] ` <1366210184.23707.69.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>
2013-04-17 14:51 ` joeyli
2013-04-17 14:51 ` joeyli
2013-04-17 14:51 ` Matt Fleming
2013-04-17 14:51 ` Matt Fleming
[not found] ` <516EB6F2.6070806-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-04-18 18:07 ` Jiri Slaby
2013-04-18 18:07 ` Jiri Slaby
2013-04-20 7:40 ` Jiri Slaby
[not found] ` <5172466B.9080105-AlSwsSmVLrQ@public.gmane.org>
2013-04-22 11:07 ` Matt Fleming
2013-04-22 11:07 ` Matt Fleming
[not found] ` <517519E3.2030409-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-04-22 11:31 ` joeyli
2013-04-22 11:31 ` joeyli
[not found] ` <1366630277.23707.132.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>
2013-04-22 12:20 ` Matt Fleming
2013-04-22 12:20 ` Matt Fleming
2013-04-22 12:25 ` Jiri Slaby
[not found] ` <51752C2C.4090707-AlSwsSmVLrQ@public.gmane.org>
2013-04-22 16:43 ` Matthew Garrett
2013-04-22 16:43 ` Matthew Garrett
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.