From owner-freebsd-current@FreeBSD.ORG Thu Feb 21 15:46:18 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1F91198D for ; Thu, 21 Feb 2013 15:46:18 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9947AED2 for ; Thu, 21 Feb 2013 15:46:17 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id fm10so7721621wgb.9 for ; Thu, 21 Feb 2013 07:46:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=o0Kr1kjYWDMeSbfxOKvlFcp20zlhsff7hSUoN7+cvc0=; b=LvmQ+LIbeKG+VKki8f+yMpKll6qk4QSnfOpcI+QNBl3Eb8ecuYQbBhb835KRCmapiD GdhQqjWg/TgH5E3JTnNoTgSMmv5fThtYyfFHSZT5Nf7S6ge1lxaKORBUujMPkoClEefA tlZAeVUFrZMim+nfLvwKE5nDdozbkkO4oMd6iFH5PbIZ/vQ7YFzUpvHvJU49T/WOVIPZ kq4jtuo0eWApW4Ppwo7ZJe0REI87ap5w/JDGGpUR6hYILh8sjL9HVSskivQGfre6jmBq l3GTZhO30tccZ/WsOkJ/Dz0hEMev2v80Ee92UOEqM1Ex7MRJFe1XIanf3mCTDUCH/4sI HM9g== MIME-Version: 1.0 X-Received: by 10.194.119.68 with SMTP id ks4mr42396919wjb.3.1361461571634; Thu, 21 Feb 2013 07:46:11 -0800 (PST) Received: by 10.194.86.167 with HTTP; Thu, 21 Feb 2013 07:46:11 -0800 (PST) In-Reply-To: References: <20130221153458.GA6838@itx> Date: Thu, 21 Feb 2013 18:46:11 +0300 Message-ID: Subject: Re: r247095 Boot Failure From: Sergey Kandaurov To: matt Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD-current , nparhar@gmail.com, Shawn Webb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 15:46:18 -0000 On 21 February 2013 19:38, matt wrote: > On Thu, Feb 21, 2013 at 3:34 PM, Navdeep Parhar wrote: > >> >> Take a look at the "-CURRENT userland regression" thread. You may be >> able to boot if you choose "safe mode" in the boot loader menu. >> >> Regards, >> Navdeep >> >> > What is safe mode as far as boot flags? > Currently that corresponds to: set kern.smp.disabled=1 set hw.ata.ata_dma=0 set hw.ata.atapi_dma=0 set hw.ata.wc=0 set hw.eisa_slots=0 set kern.eventtimer.periodic=1 set kern.geom.part.check_integrity=0 See /boot/menu-commands.4th -- wbr, pluknet