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
kexec binary is missing on ARM64 vps servers initramfs. This bug is similar to #186, but specific to the arm64 servers. Here are the logs when booting with KEXEC_KERNEL and KEXEC_INITRD:
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: xnbd-client: not found
/init: line 337: kexec: not found
I can confirm that the binary isn't in the initrd; as ran from INITRD_DROPBEAR=1:
~# find / -name kexec -xdev~#
The text was updated successfully, but these errors were encountered:
kexec binary is missing on ARM64 vps servers initramfs. This bug is similar to #186, but specific to the arm64 servers. Here are the logs when booting with KEXEC_KERNEL and KEXEC_INITRD:
I can confirm that the binary isn't in the initrd; as ran from
INITRD_DROPBEAR=1
:The text was updated successfully, but these errors were encountered: