<div dir="ltr"><div>An increased electrical load during boot was my thought as well.  Can you remove a board (or two) to reduce the quiescent load?  I&#39;d also consider checking power and ground connections to the main board.  Oxidation buildup on power connections could drop the voltage just enough to have weird behavior.  It&#39;s a long shot but it is a cheap and easy task. Can you monitor the voltages with a volt  meter during a net boot?</div><div> </div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Oct 21, 2025 at 7:11\u202fPM David McMackins II via rescue &lt;<a href="mailto:rescue@sunhelp.org">rescue@sunhelp.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It is with great dismay that I report that this netboot setup exhibits<br>
the same behavior as current NetBSD. It seems there is a subtle<br>
hardware issue after all.<br>
<br>
The only idea that I&#39;ve come up with as a shot in the dark is that it<br>
could be a power supply issue of some sort. That is, during the boot<br>
sequence (or POST sequence on OBP 1.0), the power demand from the<br>
system increases, and one of the PSU voltages drops below a critical<br>
threshold and causes malfunctions.<br>
<br>
I don&#39;t have a spare SS1 power supply laying around, though, and I&#39;m<br>
not really sure how I&#39;d go about testing this hypothesis otherwise,<br>
unless I could measure something very obviously wrong.<br>
<br>
-- <br>
Regards,<br>
<br>
David E. McMackins II<br>
<a href="http://www.mcmackins.org" rel="noreferrer" target="_blank">www.mcmackins.org</a><br>
<br>
On Tue, 2025-10-21 at 11:42 -0400, Mouse via rescue wrote:<br>
&gt; &gt; I&#39;m certainly interested in your offer for a 1.4T netboot setup!<br>
&gt; <br>
&gt; On <a href="http://ftp.rodents-montreal.org" rel="noreferrer" target="_blank">ftp.rodents-montreal.org</a> (also available from the same host over<br>
&gt; HTTP, though I&#39;m not sure what MIME type they&#39;ll be served as),<br>
&gt; there&#39;s<br>
&gt; a directory /mouse/misc/1.4T-sparc-netboot/ which contains three<br>
&gt; things:<br>
&gt; <br>
&gt; -r--r--r--  1 mouse         62008 Feb 26  2002 <a href="http://boot.net" rel="noreferrer" target="_blank">boot.net</a><br>
&gt; -rw-r--r--  1 mouse     155633028 Oct 21 11:14 root.tar.bz2<br>
&gt; -rw-r--r--  1 mouse        263690 Oct 21 11:15 root.tvf.bz2<br>
&gt; <br>
&gt; They&#39;re on the wrong end of a fairly slow DSL line, so root.tar.bz2<br>
&gt; is<br>
&gt; likely to take a while to fetch.<br>
&gt; <br>
&gt; <a href="http://boot.net" rel="noreferrer" target="_blank">boot.net</a> is the TFTP-loaded booter; this goes in your /tftpboot or<br>
&gt; local equivalent.  For my SS20s, this needs to be named with the<br>
&gt; client<br>
&gt; IP address in uppercase hex, with .SUN4M apppended (the 20 is a sun4m<br>
&gt; machine) - for example, my diskless-sparc setup puts the machine at<br>
&gt; 10.0.1.11, so the file is named 0A00010B.SUN4M.  (I have the same<br>
&gt; file<br>
&gt; also present at 0A00010B.SUN4 and 0A00010B.SUN4C, though, as I<br>
&gt; remarked<br>
&gt; upthread, I can&#39;t test those at the moment.  If you&#39;ve netbooted<br>
&gt; anything, though, you presumably know what name to put this under.)p<br>
&gt; <br>
&gt; root.tar.bz2 is, as the name implies, a bzip2ed tarball of the<br>
&gt; filesystem tree, in this case a directory named sparc-root.  To help<br>
&gt; you plan disk usage, du -s on the directory I tarred up says it takes<br>
&gt; 473108K; allowing half a gig should be plenty.  It contains a kernel,<br>
&gt; named &quot;netbsd&quot; (<a href="http://boot.net" rel="noreferrer" target="_blank">boot.net</a>&#39;s default name).<br>
&gt; <br>
&gt; root.tvf.bz2 is (bzip2 compressed) tar tvf output for the tarball.<br>
&gt; <br>
&gt; Checksums:<br>
&gt; <br>
&gt; [Tangent] 83&gt; md5 *<br>
&gt; a62b770cb486bdc8f20c97b9fa2e8a2f <a href="http://boot.net" rel="noreferrer" target="_blank">boot.net</a><br>
&gt; b6ce9b1f1d5d43a6f75f58ad7a415006 root.tar.bz2<br>
&gt; 8648b985883db652a98ac917975dc8ae root.tvf.bz2<br>
&gt; [Tangent] 84&gt; sha256 *<br>
&gt; 7b620a7b6d6c63cd9db9f91c043b8d897f1e9ecd4b1072de7bd593b3c9ec146a<br>
&gt; <a href="http://boot.net" rel="noreferrer" target="_blank">boot.net</a><br>
&gt; 818949a2e3e6051b35f16e2683cb5b5f6b6387ace3526e50571762cabba6fb9c<br>
&gt; root.tar.bz2<br>
&gt; f2b7bcb35f7f22d64dee14e78b54e63b4674977e84053e378be107c00370c56e<br>
&gt; root.tvf.bz2<br>
&gt; [Tangent] 85&gt; <br>
&gt; <br>
&gt; In case you&#39;re interested, the tarball includes /usr/src, including<br>
&gt; my<br>
&gt; mutations, though I suspect that&#39;s not of much interest for your<br>
&gt; purposes.  (As its .git/config implies, the same mutations are<br>
&gt; available by cloning<br>
&gt; git://<a href="http://git.rodents-montreal.org/Mouse/netbsd-fork/1.4T/src" rel="noreferrer" target="_blank">git.rodents-montreal.org/Mouse/netbsd-fork/1.4T/src</a>.)<br>
&gt; <br>
&gt; I test-booted that root area with an SS20 and it booted fine (to<br>
&gt; single-user - the embedded rc.conf is set rc_configured=NO, so it<br>
&gt; won&#39;t<br>
&gt; try to go multi-user even if you don&#39;t boot with -s).  As I said<br>
&gt; upthread, I don&#39;t have a sun4c machine to test with at the moment,<br>
&gt; though I hope to get one of my SLC/ELC boards set up before too long.<br>
&gt; <br>
&gt; &gt; &gt; Indeed.  I&#39;m not sure how much point there is in trying to boot<br>
&gt; &gt; &gt; an<br>
&gt; &gt; &gt; OS until it passes POST.<br>
&gt; &gt; Just for the sake of refreshing context, I have both OBP versions<br>
&gt; &gt; 1.0<br>
&gt; &gt; and 2.9.  1.0 is failing POST, but 2.9 appears fully functional<br>
&gt; &gt; except for this issue with booting.<br>
&gt; <br>
&gt; That _is_ disturbing.  If the hardware has failed, it&#39;s failed really<br>
&gt; subtly.<br>
&gt; <br>
&gt; Anyway, I hope this helps in some way.<br>
&gt; <br>
&gt; /~\ The ASCII                           Mouse<br>
&gt; \ / Ribbon Campaign<br>
&gt;  X  Against HTML              <a href="mailto:mouse@rodents-montreal.org" target="_blank">mouse@rodents-montreal.org</a><br>
&gt; / \ Email!         7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27<br>
&gt; 4B<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; rescue list - <a href="http://sunhelp.org/mailman/listinfo/rescue_sunhelp.org" rel="noreferrer" target="_blank">http://sunhelp.org/mailman/listinfo/rescue_sunhelp.org</a><br>
<br>
_______________________________________________<br>
rescue list - <a href="http://sunhelp.org/mailman/listinfo/rescue_sunhelp.org" rel="noreferrer" target="_blank">http://sunhelp.org/mailman/listinfo/rescue_sunhelp.org</a><br>
</blockquote></div>