Don't abort() on unavailable coreboot tables if not running on coreboot.
This commit is contained in:
parent
989af02582
commit
093dec7370
3 changed files with 10 additions and 1 deletions
|
@ -55,7 +55,7 @@ grub_linuxbios_table_iterate (int (*hook) (grub_linuxbios_table_item_t,
|
|||
if (check_signature (table_header))
|
||||
goto signature_found;
|
||||
|
||||
grub_fatal ("Could not find coreboot table\n");
|
||||
return 0;
|
||||
|
||||
signature_found:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue