From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 8 12:20:53 2014 Return-Path: Delivered-To: freebsd-hackers@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 ESMTPS id C0C5BF40; Tue, 8 Jul 2014 12:20:53 +0000 (UTC) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (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 91DA72C2B; Tue, 8 Jul 2014 12:20:53 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id eu11so7285116pac.33 for ; Tue, 08 Jul 2014 05:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=f28S6nJ3iQNmu06K35encE8C9R520c0s34OCI+PSNVA=; b=ZHop5M6prh38SUFiawajPzDkffVIKsBCHoBGfsnt+rp+MLhLnaGalc7I5CdJ25e+yg hAS+kQ9bT76B1MHhLoamAa6USIukZ7UsMa1nTunMk7sHVpf6ewxFgVVqPSkEu8EqaYjV B5bOfA1+ZKBr5fCu7T8W4Xh/X1gU/QPiTLn5XTMrHZrBmviFnXFCP9cgXaoPSYxDYsRI xy8X7PDb4DWcMPzYHqrkl5XuzC3xpTOrZ1gYfw92KTFm1hOp9xhuEifLY653oAlvIDBN HbTihCx0pSVmZdKXDYOH6owcOib9e8FDCmXsUap8NDmFKWlt2SM6vZl4G/fxfkrOXUNS /2Qw== MIME-Version: 1.0 X-Received: by 10.66.228.133 with SMTP id si5mr35012762pac.48.1404822053110; Tue, 08 Jul 2014 05:20:53 -0700 (PDT) Received: by 10.70.62.99 with HTTP; Tue, 8 Jul 2014 05:20:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Jul 2014 14:20:53 +0200 Message-ID: Subject: Re: Mount freebsd file systems during pxe boot using NFS From: amine tay To: Mariusz Zaborski Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-hackers@freebsd.org" 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, 08 Jul 2014 12:20:53 -0000 Hello, Yes it is now. Actually it was just a matter of compatipility. I was using a vmware virtual machine, and FreeBSD 9.1 requires drivers for vmware network interface (vmxnet) to be installed so... Thanks. Amine 2014-07-05 21:35 GMT+02:00 Mariusz Zaborski : > Hello, > > Did you mange to get it work? > What vm do you use? > > Check out also this: http://oshogbo.vexillium.org/blog/28/ > > Cheers, > Marisuz > > On 24 June 2014 15:43, amine tay wrote: > > 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. > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to " > freebsd-hackers-unsubscribe@freebsd.org" >