Open JoySnow opened 4 months ago
Error raised in recent report "Insights Times and Errors Report 2024-11-09.pdf"" | count | component | request_id | exception |
---|---|---|---|---|
82268 | insights.specs.Specs.grub2_cfg | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.combiners.grub_conf.GrubConf | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.uname | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.grub_efi_conf | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.redhat_release | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.boot_loader_entries | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.grub2_efi_cfg | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.ls_sys_firmware | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.cmdline | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.grubenv | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.installed_rpms | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') | |
82268 | insights.specs.Specs.grub_conf | 19667aa253914c318fff9d317286ff1d | Exception('No valid grub configuration is found.') |
Get the following exceptions from "Insights Times and Errors Report 2024-06-12" :
The
Exception('No valid grub configuration is found.')
was raised from combinerGrubConf
at this line.The error example archives is a RHEL9.3 grub2 system.
To dig in to see why such
Exception
be raises.