From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 10:35:36 2013 Return-Path: Delivered-To: current@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 ESMTP id 6A26BDCE for ; Mon, 16 Sep 2013 10:35:36 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03D462E4B for ; Mon, 16 Sep 2013 10:35:35 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id b47so1931899eek.31 for ; Mon, 16 Sep 2013 03:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Yzzy/OiqzuYQxtyVrlhvJFfzU8SBav55pRLArutKgGE=; b=g+L0Y9q7kOzlmbVU+lKqijKc2/YcZLMAAj9QAomKUNYjPVpeU0hCftxf+l81i2+tvn 5nMVLSwxizGdxRUcw2G9dMmO8A7EFM1yZ3lT6VwgR8hkhVTuq8OWE1BsJwFpFeNsbDg/ hvCwJyL5IPzJ+ESRBngukHSOKDtLADEw4sOpzim5l9N0xJ1i1s+Wycceg3IwwcZnOZOH LS/FcIbZQoTVleDnnJedJ/eAtAsdZdK43PXlVHUQ5HGqSZTtjY2XyRf5V6xJi3Fz+0YX V2Q1rxx+wmdWwpNNOcyLSO/uxsQOiKwhsCcz896kAGmw3vA6vq/Ml8XQpjnFePG1txz2 TjHg== X-Received: by 10.14.175.73 with SMTP id y49mr2467237eel.50.1379327734323; Mon, 16 Sep 2013 03:35:34 -0700 (PDT) Received: from [192.168.1.102] (ach231.neoplus.adsl.tpnet.pl. [83.25.59.231]) by mx.google.com with ESMTPSA id y47sm40714966eew.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 03:35:33 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=iso-8859-2 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: iSCSI boot ... root? From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: Date: Mon, 16 Sep 2013 12:35:32 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Zaphod Beeblebrox X-Mailer: Apple Mail (2.1510) Cc: FreeBSD Current 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: Mon, 16 Sep 2013 10:35:36 -0000 Wiadomo=B6=E6 napisana przez Zaphod Beeblebrox w = dniu 16 wrz 2013, o godz. 07:35: > Is it now possible to boot from iSCSI? I'm not talking about an iSCSI > controller, but with >=20 > pxe -> dhcp -> tftp (loads loader) -> (something) -> boot (mounts root = from > iSCSI) Not yet. The iSCSI initiator requires iscsid(8) in order to work, and = you can't run it before mounting root. I think the proper way to do this would be by doing something similar to = Linux' initrd; i.e. booting from mdroot loaded by loader(8), run iscsid(8) from = there, setup iSCSI session, then mount the real root and pivot to it. I'm not = sure if it's possible right now.=