Since an update to current a couple of weeks ago, I now see several lines
(6 or 7) early in the boot. I'm not sure whether it is from one of the
boots or the loader, but it comes out so quickly (and so briefly) but it
vanishes on my display before I can read it. I'm guessing that some part of
the b
Consider the following (cut and pasted, so you may need to tweak).
Warner
diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua
index ed84360d93b0..bab99b79c253 100644
--- a/stand/lua/menu.lua
+++ b/stand/lua/menu.lua
@@ -533,6 +533,14 @@ function menu.run()
print("Exiting menu!")
end
+l
This is from the "better late than never" file. So yes, any machine I
had with a serial console was kicking out a newline char on every one
of the "autoboot_delay" countdown. Seems to be a default of 10 secs
and so therefore I was seeing ten lines of stuff.
Seems to be related to :
https://c