[edk2] efibootmgr error message

2013-10-28 Thread Parmeshwr_Prasad


Hi All,



When I try to delete the entry efibootmgr -b  -B I get the below message.

requested operation failed: status=8002

efivars: set_variable() failed: status=8009 in dmesg



May I please know what is this error  status 8002 mean? Why I'm 
getting this error.



Your help will be highly appreciated.

Best Regards,
Parmeshwr Prasad
Tel : +91-9743262018
[cid:image001.png@01CED40B.A6F117F0]

inline: image001.png--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel


Re: [edk2] efibootmgr error message

2013-10-28 Thread Laszlo Ersek
On 10/28/13 13:59, parmeshwr_pra...@dell.com wrote:

 
 When I try to delete the entry “efibootmgr -b  –B” I get the below 
 message.
 
 requested operation failed: status=8002
 
 efivars: set_variable() failed: status=8009 in dmesg
 
  
 
 May I please know what is this error  status 8002 mean? Why I’m 
 getting this error. 

It shouldn't be hard to follow efibootmgr with gdb until it runs into
the above error.

The first status means EFI_INVALID_PARAMETER, the second one is
EFI_OUT_OF_RESOURCES.

Laszlo

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel