From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 17:54:01 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B0EE106566B for ; Fri, 6 Jan 2012 17:54:01 +0000 (UTC) (envelope-from alessandro.baggi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id ACB9A8FC14 for ; Fri, 6 Jan 2012 17:54:00 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so1962781wgb.31 for ; Fri, 06 Jan 2012 09:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2vqHPqCrYcfkXtjMuUjQgJLOf44s+fmzob+l5Zef2kY=; b=X/yOHq6DD7F4vGlKy5OysthXPWletUFL74NvM1PuNcRSodqXuGDisJPz1BsLUFb0BK D5ZnrnfTZQMHiaXJHNWwsk8UEfytVLwCA30Wwu66Yv0vSXa9W5UTHafq9Ux+p7hpnTbo Q3PQPQmaJymml0t8SS0Ca0Q7t0SHHN/mSJWPs= Received: by 10.180.20.69 with SMTP id l5mr8796702wie.19.1325872439787; Fri, 06 Jan 2012 09:53:59 -0800 (PST) Received: from [10.1.4.58] (ip-157-125-ull.customer.panservice.it. [212.66.125.157]) by mx.google.com with ESMTPS id bl10sm3416439wib.0.2012.01.06.09.53.57 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 Jan 2012 09:53:58 -0800 (PST) Message-ID: <4F073435.4000208@gmail.com> Date: Fri, 06 Jan 2012 18:49:41 +0100 From: Alessandro Baggi User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Polytropon References: <4F06D041.4050702@gmail.com> <4F06E011.40305@my.gd> <4F0710C0.5030405@gmail.com> <4F07240C.4070803@my.gd> <4F072661.8060804@gmail.com> <20120106182410.4749be9a.freebsd@edvax.de> In-Reply-To: <20120106182410.4749be9a.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on kvm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 17:54:01 -0000 On 01/06/2012 06:24 PM, Polytropon wrote: > On Fri, 06 Jan 2012 17:50:41 +0100, Alessandro Baggi wrote: >> Leaving delay boot to 10 sec, always block. Set delay boot to 1, it give >> me some "crash". >> There is a possibility to run directly the system instead print the >> menu? I must install lilo/grub? > Let's first assume that you did not install the boot > manager (which would be useless in your particular > application case); instead, you have installed the > standard MBR. > > Modify /boot/loader.conf to something like this: > > autoboot_delay="0" > beastie_disable="YES" > userconfig_script_load="NO" > verbose_loading="YES" > > Refer to /boot/defaults/loader.conf for the meaning > of the options if they're not obvious. :-) > > Regarding the autoboot delay, let me quote from that > file: > > Delay in seconds before autobooting, > set to -1 if you don't want user to be > allowed to interrupt autoboot process and > escape to the loader prompt, set to > "NO" to disable autobooting > > That means ="0" would mean to boot immediately _with_ > the option to get to the boot prompt - you just need > to be fast at the keyboard. :-) > > Oh, and see "man loader.conf" for details. > > Hi Polytropon, yes, I've installed the standard mbr :/. After this, I've make the setting, but reading on /boot/defaults/loader.conf for meaning of userconfig_script_load, I can't find nothing about it, and I suppose that it is an invalid option. Now it seems to work. Thanks for the reply. Sometimes I don't remember to see manual page...my big bug... Polytropon +1 , Me -1 :D At the next. See u