-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
None
-
None
-
None
-
False
-
False
-
-
Testable
What were you trying to do that didn't work?I
I'm trying to convert my centos 7.9 system to rhel7 using convert2rhel analyze
Please provide the package NVR for which bug is seen:
How reproducible: every time
Steps to reproduce
- run convert2rhel analyze
- It will throw the error below
Expected results
Convert with no error
Actual results
I get this error (the only one):
========== Error (Must fix before conversion) ==========
(ERROR) EFI::UNEXPECTED_ERROR - Unhandled exception caught
Description: Unhandled exception was caught: invalid literal for int() with base 10: ''
Please file a bug at https://issues.redhat.com/ to have this fixed or a specific error message added.
Traceback: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/convert2rhel/actions/_init_.py", line 572, in run
action.run()
File "/usr/lib/python2.7/site-packages/convert2rhel/actions/system_checks/efi.py", line 74, in run
grub.get_device_number(grub.get_efi_partition())
File "/usr/lib/python2.7/site-packages/convert2rhel/grub.py", line 178, in get_device_number
return int(partition_number)
ValueError: invalid literal for int() with base 10: ''
Diagnosis: N/A
Remediations: N/A
- duplicates
-
RHELC-1484 GitHub Issue #1167: `EFI::UNEXPECTED_ERROR` when `blkid -p -s PART_ENTRY_NUMBER` is empty
- Closed
- relates to
-
RHELC-1589 GitHub Issue #1247: EFI::BOOTLOADER_ERROR with RAID + UEFI
- To Do