Re: I get continuous reboot after 15.0 upgrade
- In reply to: Gerard E. Seibert: "Re: I get continuous reboot after 15.0 upgrade"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jan 2026 17:56:35 UTC
On Thu, Jan 29, 2026 at 10:18:22AM -0500, Gerard E. Seibert wrote: > To address spontaneous reboots, boot into single-user mode, mount > the system, and rename the rc.conf file. Rename the rc.conf file to > rc.conf-bak and reboot the system. If the system remains stable, the > issue likely originates from that file. Restore rc.conf-bak to > rc.conf, then comment out each line in the file. Review rc.conf > systematically, enabling one service or option at a time and > rebooting after each change. Although this process may be > time-consuming, identifying the cause will facilitate a > straightforward resolution. An improvement on "one option at a time" may be some form of binary search. You probably need a specific way of commenting out to keep track where you are in the binary tree. -- Ian