You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Arista device, load an image from the master branch
Try to install any different image
Describe the results you received:
No errors detected in compressed data of /tmp/sonic_image.swi.
Verifing image SONiC-OS-20201231.89 signature...
Traceback (most recent call last):
File "/usr/local/bin/sonic-installer", line 8, in <module>
sys.exit(sonic_installer())
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/sonic_installer/main.py", line 582, in install
if not bootloader.verify_image_sign(image_path):
AttributeError: 'AbootBootloader' object has no attribute 'verify_image_sign'
Additional information you deem important (e.g. issue happens only occasionally):
This appears to be caused by sonic-net/sonic-utilities#2337. The PR added an implementation for GRUB bootloaders, but not the Aboot bootloader or uboot bootloader (which, I think but am not sure, is used for ARM). Because of this, other images cannot even be installed.
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Image should've been successfully installed.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
This appears to be caused by sonic-net/sonic-utilities#2337. The PR added an implementation for GRUB bootloaders, but not the Aboot bootloader or uboot bootloader (which, I think but am not sure, is used for ARM). Because of this, other images cannot even be installed.
The text was updated successfully, but these errors were encountered: