From owner-freebsd-questions@freebsd.org Thu Oct 22 12:21:41 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 91DA5A1C797 for ; Thu, 22 Oct 2015 12:21:41 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 71462176B for ; Thu, 22 Oct 2015 12:21:41 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 70B5DA1C796; Thu, 22 Oct 2015 12:21:41 +0000 (UTC) Delivered-To: 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 56591A1C795 for ; Thu, 22 Oct 2015 12:21:41 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 236421769 for ; Thu, 22 Oct 2015 12:21:41 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by iodv82 with SMTP id v82so88805008iod.0 for ; Thu, 22 Oct 2015 05:21:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=d3sJo/HgJGXSyD7+7BDuYI2I8XkY8Loi4rCGxQUU040=; b=oTRI/4EOQG9ByXCEDzQJ2m4WfId7xSUrfOWEOJZU/PqDcBah9QNhH+ziac2BDfjt9Q iQUWImMK4CRMH994+qaA+UICIB/WbfqCn8XrGmx0mO0O2GXsStnmR+5yqZRLJsNb5QM5 CcaO8Y5gMIg9uByXLiwjE6UM5zE0Q6ua0/zvtC+RnT1VqpjZaWCQoRgDChc/sirvl/hC LjcFRhDc8AOBWH25DJmrHivw3TZWD2qDufcAtqfyO3MxlJRIAhFcv28+2MeuQoTyGIG5 35vxHhqkpj1K10qp+HCQ5AE+ovDIoWh9xyMahU+MkSRO3Ojs3fRtQxB39DA7vqyEAO8W yH9A== MIME-Version: 1.0 X-Received: by 10.107.131.147 with SMTP id n19mr15205119ioi.192.1445516500598; Thu, 22 Oct 2015 05:21:40 -0700 (PDT) Received: by 10.64.241.227 with HTTP; Thu, 22 Oct 2015 05:21:40 -0700 (PDT) In-Reply-To: <5628CFA7.6040704@netfence.it> References: <5627D8B8.7030901@netfence.it> <5628CD2B.2000902@gmail.com> <5628CFA7.6040704@netfence.it> Date: Thu, 22 Oct 2015 05:21:40 -0700 Message-ID: Subject: Re: Spontaneous reboots with splash From: Mehmet Erol Sanliturk To: Andrea Venturoli Cc: Ernie Luzar , "questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 12:21:41 -0000 On Thu, Oct 22, 2015 at 4:59 AM, Andrea Venturoli wrote: > On 10/22/15 13:48, Ernie Luzar wrote: > > Read the handbook section about splash. >> Your splash.bmp file has to be under 320x200 in size. For a bmp file >> over that size you need to also load the VESA module. >> >> vesa_load="YES" >> > > Hello Ernie and thanks for your time. > > I read that section (again), but found nothing new. > > My bitmap is 320x200x8, so it should be fine: it actually displays, so > that's not the problem; frequent reboots are. > > Besides, I'm using this on several boxes and all but this one works fine > (all without VESA). > > > bye & Thanks > av. > _______________________________________________ > > Another possibility is that a program is broken ( contains an invalid address ) in HDD . When it starts to working , it jumps to that broken address and this may start the boot . Mehmet Erol Sanliturk