From owner-freebsd-questions@FreeBSD.ORG Tue Sep 17 16:02:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EEDD5985 for ; Tue, 17 Sep 2013 16:02:57 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB5A82EC1 for ; Tue, 17 Sep 2013 16:02:57 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wn1so5513961obc.24 for ; Tue, 17 Sep 2013 09:02:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=VM7y8lr4RM+d5I6b2bNO7Fh4Wrrpsad40OLA6g+Vjp0=; b=GpblYmwytB24qKRUBhvOKOjwG2uD2QnaNde5jRDK1//dehh12su6Y4jo/g340yKr4G pg63P2ZtlGl5HCMRHGzfGLsoIU4gBHrjLZ0JsZGXw5diBOpVQdVFTWv+Pt3dlPAzVbMJ AADfNCHm/4iaURZjtXm+e9X7VTt99fQLUolampiDODO806uf3lohp0DJU8p8qhouJd4p JDxR8hMdmT5eoSNpCrrmJWCMsfMTxgX6DmcpEbQrwfSnbXo3MmmuunyYXuFf/xNCginA cVrEUUGVpKVrX53WKFWUvtMvVE1yI1O8RUJhCvnASR3dhC5QWE2NoHprbHBQCRDjqVuX uRQQ== X-Gm-Message-State: ALoCoQmTQ982E7emXz2f6RnbURUM3wQADwrH1XMXxiVn/NdODigG3z4mNjqnDhWTn+pzpPC8+pE+ MIME-Version: 1.0 X-Received: by 10.60.95.229 with SMTP id dn5mr545368oeb.26.1379433300991; Tue, 17 Sep 2013 08:55:00 -0700 (PDT) Received: by 10.60.21.69 with HTTP; Tue, 17 Sep 2013 08:55:00 -0700 (PDT) In-Reply-To: References: <20130917112433.7f550b1a.freebsd@edvax.de> Date: Tue, 17 Sep 2013 08:55:00 -0700 Message-ID: Subject: Re: FreeBSD stuck during the boot process. From: Michael Sierchio To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 16:02:58 -0000 On Tue, Sep 17, 2013 at 9:47 AM, atar wrote: > Polytropon wrote: > >> On Tue, 17 Sep 2013 12:15:58 +0300, Atar wrote: >>> >>> When I try to boot FreeBSD from a USB stick, it stuck during the >>> boot process. But if I boot it in safe mode, it succeeds to boot. > Yes, you remember correctly, safe mode disable the ACPI support > automatically. The problem may also be that USB devices take a long time to settle. I suggest these in your /boot/loader.conf hint.acpi.0.disabled="1" kern.cam.boot_delay="10000" kern.cam.scsi_delay="2000" The CAM boot delay is needed for USB booting on some of my machines, esp. Soekris boxes. 10 seconds is safe. - M