From owner-freebsd-questions@freebsd.org Thu Oct 22 03:48:50 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CE79A1B46F for ; Thu, 22 Oct 2015 03:48:50 +0000 (UTC) (envelope-from jaymax36@gmail.com) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1.freebsd.org (Postfix) with ESMTP id 7C91D164C for ; Thu, 22 Oct 2015 03:48:50 +0000 (UTC) (envelope-from jaymax36@gmail.com) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 8D7041831EE5 for ; Wed, 21 Oct 2015 20:39:45 -0700 (PDT) Date: Wed, 21 Oct 2015 20:48:49 -0700 (MST) From: jaymax To: freebsd-questions@freebsd.org Message-ID: <1445485729838-6046921.post@n5.nabble.com> Subject: Automatic reboots on boot attempts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 03:48:50 -0000 uname -a => FreeBSD MACH1 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 19:31:38 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 On booting, everything seems to run OK up to a point. POST runs as expected, hardware/device probe runs with bright white foreground text fonts to stdout. I can't tell if the probe is completed because of its rapidity, but apparently stalls afterwards as there is no further output, in fact the screen display disappears. The system at this point or after some irregular delay period will do an automatic reboot, [BIOS being set for auto reboot on 'Power OFF']. There is no indication of entering the init or getty stage of the bootstrapping process? Perhaps an abort. i.e. no grey text displayed! There is no evidence of a 'PANIC' either. My mobo caps seems fine, no bulges or leaks! Of course I can't see those in the PSU, although I swapped another in. And there is no dmesg to retrieve. Is there some way of figuring out what is really going on here? Now, if I boot with the livefs {FreeBSD 10.2 Release Disc} - system boots fine. mount -t ufs /dev/gpt/gptrootfs /mnt mount -t devfs /dev /mnt/dev chroot /mnt mount -a Apart from a couple of fscks_ufs everything seems fine and stable. Shutdown, followed by a power-up and the problem re-asserts itself. My /boot/loader.conf is currently empty no customization & everything should be 'at default", yet - continual reboots. Returning to the livefs. I have to do a fsck_ufs on all the disks, system and non-system disks: The universal precipitating message is "mount will invalidate journal contents" Then the traditional fsck stuff with a ... RECOVER ? yes **building recover table** **Resolving unreferenced inode list** **Processing journal entries** WRITE CHANGES? yes *****File System Marked Clean***** Should I do a normal boot again, then the same auto reboots occur, necessitating an unceremonious shutdown and perhaps dismount; anyway apparently the system becomes dirty'. Given that the system did not mount I could have expected this of the system disk but not all disks! What could possibly be amiss here and what are reasonable possible solutions? hopefully not a re-installation. Isn't it safe to assume that since the system is stable with the livefs and all the disks mounted that I can eliminate any consideration of a hardware problem? Thanks! -- View this message in context: http://freebsd.1045724.n5.nabble.com/Automatic-reboots-on-boot-attempts-tp6046921.html Sent from the freebsd-questions mailing list archive at Nabble.com.