From owner-freebsd-net@FreeBSD.ORG Wed Jul 2 06:14:18 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2CC8DF for ; Wed, 2 Jul 2014 06:14:18 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 549DB2BCA for ; Wed, 2 Jul 2014 06:14:17 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id r20so8943767wiv.8 for ; Tue, 01 Jul 2014 23:14:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=P71cyAgCWlWGdisXpHNx5Plrx1pJdcjbthVuQYCLL+Q=; b=R7BBEccsJ48kVKRk4PzrlLiQMHWOiWdYMn8jp3du3J8z/6XIeJN+qFlVg2jYl8dgT8 bz2P1+O/S+R7fWFIuCgA0o4bYUg2pZUJm3is5hEEMYXLNoIBqUdxYXBkcwoZ3lki+0MC V+Rl3ZxsfKREANU7QzAl0Kk9z/vvbYBABhiao= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=P71cyAgCWlWGdisXpHNx5Plrx1pJdcjbthVuQYCLL+Q=; b=lG93+hoTQfBbXVowHvr++kPij0qexB5HQGkzy9HjdV6onZzoh0yRxbsmJ/WEaTwZl7 AdocgLWuRpAX03Htu6zYPm5ZOYe0s/yrcVGbXKp7q5VScbos+rqfdaKuAq3w62cyamc0 0/mWpm8s8mEEoLVkmxmlAieWuGNFcY8CuY8wCqBEcVmaTEgDNlUA1Bnu1LQbW+gxO2ZR 7Dxh/iFr9yPPDT1fks/NGVzMGXXy4f0g4Jg62rYx0Sinhup833GzFOueBTEQEXVhCg+Y 8e46DZBygV094WVNObCh5A8NLZbvOS+3egjwqbuIUt0mfZdW2q+G/0MqXnjXl3YZe0tK pnPA== X-Gm-Message-State: ALoCoQnSWjZjgjdl//f6UsuNOsSbEx3jStu0W7h8esS9FuXCdXW7UK6r17qIBuXJwxJ0h5mIQ9Kg X-Received: by 10.180.210.165 with SMTP id mv5mr2160111wic.70.1404281655990; Tue, 01 Jul 2014 23:14:15 -0700 (PDT) Received: from rsbsd.rsb ([83.66.210.81]) by mx.google.com with ESMTPSA id m3sm52846974wjr.49.2014.07.01.23.14.14 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 01 Jul 2014 23:14:15 -0700 (PDT) Date: Wed, 2 Jul 2014 09:14:13 +0300 From: Beeblebrox To: Rick Macklem Subject: Re: PXE boot using Grub bootloader fails at mountroot; no PXE devs. Message-ID: <20140702091413.7e27e798@rsbsd.rsb> In-Reply-To: <1270654408.5439540.1404077062258.JavaMail.root@uoguelph.ca> References: <1404071407420-5924767.post@n5.nabble.com> <1270654408.5439540.1404077062258.JavaMail.root@uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 06:14:18 -0000 Hi Rick, > Btw, there is BOOTP_DEBUG stuff in bootp_subr.c. If your debug kernel > didn't include that option, trying it might tell you where it breaks? I got around to trying the BOOTP_DEBUG knob, it breaks the kernel build right from start. bootp_subr.c does have that code, but the buildkernel does not like it. I got: unknown option "BOOTP_DEBUG" \ *** Error code 1 \ Stop. Kernel Config has these debug options turned on: options KDB options DDB options GDB options INVARIANTS options INVARIANT_SUPPORT options WITNESS options DEBUG_LOCKS options DEBUG_VFS_LOCKS options DIAGNOSTIC options BOOTP_DEBUG Regards. --=20 FreeBSD_amd64_11-Current_RadeonKMS