Add SSH to ZBM bootloader #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Findings:
When done ZBM does not activate nor configure
eth0
. CanCtrl+R
into ZBM rescue shell then manually:And also manually:
Connections are then open, cannot connect with:
Need to instead:
But ZBM then doesn't find kernels to boot
ServerAliveCountMax
andServerAliveInterval
/usr/sbin/dropbear -E -s -j -k -K 1 -p <n>
ssh -o ServerAliveInterval=3 -o ServerAliveCountMax=0 <addr> -p <port>
dropbearkey -t dss -f "/etc/dropbear/dropbear_dss_host_key"
zfsbootmenu
fromHOOKS
Test if
command='zfsbootmenu',no-agent-forwarding
workszfsbootmenu
hook must be last or not present at allSyslinux shouldn't have a
CommandLine
, try UEFI first for IP address