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
Old raspberry pi boards may take a little while for booting (a few minutes).
The experimental hybrid boot feature may also incur much longer boot times when the image is booted for the first time and must be copied to the node's disk.
If we change the walt-init log stream and send more formalized boot status updates, we could then inform the user better:
by adding no: booting to the possible values of column Booted of walt node show -- this would be printed after we get a first sign of the node's bootup procedure (walt-init log line? register_device() call? walt-server-httpd query?)
by indicating the current bootup step of remaining nodes in walt node wait (off/early-boot, walt init, hybrid-mode: copying OS, OS init; or at various stages of bootup when relevant)
The text was updated successfully, but these errors were encountered:
Old raspberry pi boards may take a little while for booting (a few minutes).
The experimental hybrid boot feature may also incur much longer boot times when the image is booted for the first time and must be copied to the node's disk.
If we change the
walt-init
log stream and send more formalized boot status updates, we could then inform the user better:no: booting
to the possible values of columnBooted
ofwalt node show
-- this would be printed after we get a first sign of the node's bootup procedure (walt-init
log line?register_device()
call?walt-server-httpd
query?)walt node wait
(off/early-boot
,walt init
,hybrid-mode: copying OS
,OS init
; orat various stages of bootup
when relevant)The text was updated successfully, but these errors were encountered: