From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 8 12:37:16 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 9112B7A8 for ; Tue, 8 Jul 2014 12:37:16 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (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 5F1962DC1 for ; Tue, 8 Jul 2014 12:37:16 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id tp5so757262ieb.7 for ; Tue, 08 Jul 2014 05:37:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=18p/zAkbNLmAgM11/4Vok4p9sTesSvpzfJzG1h64Q2o=; b=JmYZv998m1WB6VgaHxWUt99W7Z6uQADV8Rlcf/NweAPz5trx8Dai33Up+ol62C8oKA 4pM1nWaMeqHFq8aGTzyCkaba/ZVXMn7FX23Wc64e2a+OQ4CCYICFMDYo6XUzpAjr6Gix 3GURt62W8lsVEtXw5E2IxAof8N2oA0hjA7IiQEAG07bPxPKk3/iwiaXVjW+efVAsN6l0 KBGlonadLR8d5nxaXS4PR+GlEOwTaQ8zWcrEEjlOkvkbMg/S8LJRIkMKEtsjcyQnKoAo oaawzYpJIZ8zT/t6t3+lWVm7H4C8UzRYfHU3Rg6yb8Dm+b2jTbflqtj1v8OIfU4BFuwH Yypg== MIME-Version: 1.0 X-Received: by 10.50.138.99 with SMTP id qp3mr3501742igb.12.1404823035591; Tue, 08 Jul 2014 05:37:15 -0700 (PDT) Sender: oshogbo.vx@gmail.com Received: by 10.50.27.36 with HTTP; Tue, 8 Jul 2014 05:37:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Jul 2014 14:37:15 +0200 X-Google-Sender-Auth: b_yUopuStItY04gIEREEMfhumeg Message-ID: Subject: Re: Mount freebsd file systems during pxe boot using NFS From: Mariusz Zaborski To: amine tay Content-Type: text/plain; charset=UTF-8 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:37:16 -0000 Great I'm happy that everything is working :) Cheers, Mariusz On 8 July 2014 14:20, amine tay wrote: > 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" > >