From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 04:39:16 2011 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 4774A1065672 for ; Wed, 12 Jan 2011 04:39:16 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CBEF18FC0A for ; Wed, 12 Jan 2011 04:39:15 +0000 (UTC) Received: by wyf19 with SMTP id 19so181735wyf.13 for ; Tue, 11 Jan 2011 20:39:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=brMPOfoF/Xi3RHD1fBpJ5CWvJB1JiEdudEl3WUpzb8k=; b=YLwh6MAo3bPlOt6K70w5/AvCEx7R1w/CuiDtthGOVJ9wGWws+GGZvqOG0hqrVJMPbk JiT9YoEH98t0t3Bjqxu+zQsVOpmIzNSdB751hy+/zX3LEiAKho9O9p+no8CyDAVm68qD O2xh5Bgy7lhFzs27P6/whlsyU6Febr+lVt+AM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=gD0eyDSj90DwfT6xgXPsAOE2NeDCP7HoBekoGMQzfB/TyP0t0dpMUGdQtGWoPNmfiK KJM1xXaHtr/C7+vL+RRpS71bliEwRewXGOFuGo770ZJjMDTgPKM8Mo4RFAv7BVQFBlPw lqjUeUHMdeN/tCaDleUBzQblm68FgKI9luSoI= Received: by 10.216.220.219 with SMTP id o69mr377900wep.57.1294805485314; Tue, 11 Jan 2011 20:11:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.54.211 with HTTP; Tue, 11 Jan 2011 20:11:05 -0800 (PST) In-Reply-To: References: <201101111916.p0BJGhqR006787@mail.r-bonomi.com> From: Amitabh Kant Date: Wed, 12 Jan 2011 09:41:05 +0530 Message-ID: To: FRLinux Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Robert Bonomi Subject: Re: problem booting a new server on FreeBSD 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: Wed, 12 Jan 2011 04:39:16 -0000 On Wed, Jan 12, 2011 at 2:03 AM, FRLinux wrote: > On Tue, Jan 11, 2011 at 7:16 PM, Robert Bonomi > wrote: > > Try booting _with_ a disk in the CD drive. > > Well, I was at least for the first install since I booted from CD, > time was the same about 1m to 1m30 before it boots. > > > Also, assuming these are parallel ATA drives, check the master/slave > jumper > > settings -- both on the CDROM and any other device on the same > controller. > > Not a bad idea, have actually to open of the servers tomorrow so will > check on that. > > Cheers, > Steph > Try setting hint.atkbdc.0.disabled=3D=E2=80=9D1" and hint.atkbd.0.disabled= =3D=E2=80=9D1=E2=80=B3 in /boot/device.hints . This should solve your boot delay problems. If I am no= t wrong, it relates to usb keyboard. With regards Amitabh