From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 24 13:43:56 2014 Return-Path: Delivered-To: freebsd-hackers@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 07305A79 for ; Tue, 24 Jun 2014 13:43:56 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (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 CBAC02B64 for ; Tue, 24 Jun 2014 13:43:55 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so278599pab.29 for ; Tue, 24 Jun 2014 06:43:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PAIxEW4KWhnhN9803EhOCaJnl6BtC/jFzkxyfvF7IOE=; b=fdfB/KU2g2uXCFaFAOn2Wt0kaybv8GfLD2+0cI4DUext2SiMWGX29GQwHr9HpNb/7L ry18pptmAQYVK+fQJ7+KQoEOu8KF0mmbC75T2hrOwm54snxefZyMAc/yhn2z2C4YncRU X5ff9cEnsRThhWv5iB0r/FUF+/QxJLvfEUcXc9O8AVBQq6WnBSuY66rx0iA5SDQ3yVp5 Vv8dJzD3MS5jJsKJhc4vqdhFant3J3gfy1SijSnSE9zOUAsSMfVrak29QZ/AZ/mPIzxk +Rhg8aWq9IT3Z6ywYKhcMHxpq+qRYvffbcUcJ+O6Mi7dKx1yncifceRBjMCLqVUYX+ai LP7g== MIME-Version: 1.0 X-Received: by 10.68.221.42 with SMTP id qb10mr1532541pbc.65.1403617435201; Tue, 24 Jun 2014 06:43:55 -0700 (PDT) Received: by 10.70.62.6 with HTTP; Tue, 24 Jun 2014 06:43:55 -0700 (PDT) Date: Tue, 24 Jun 2014 15:43:55 +0200 Message-ID: Subject: Mount freebsd file systems during pxe boot using NFS From: amine tay To: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 13:43:56 -0000 Hello, everyone , I have a little problem that took me 3 days of work and still no result or solution. I am trying to pxe boot a FreeBSD 9.2 i386 on a virtual machine. Everything is ok on my DHCP , TFTP and NFS server. DHCP : option root-path is set TFTP: my pxebot file NFS : /etc/exports file is filled with tha path of the image Once the client is booted it hangs when trying to mount system files as it is shown in the image attached. Also in my FreeBSD kernel I have : option NFS_ROOT I don't know what's the problem. and I commented out the /etc/fstab /etc/fstab (of FreeBSD image) #/dev/iso9660/FREEBSD_INSTALL / cd9660 ro 0 0 Thank you in advance for your help. Amine.