From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 5 19:35:12 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 942F7CA1 for ; Sat, 5 Jul 2014 19:35:12 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (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 645E82675 for ; Sat, 5 Jul 2014 19:35:12 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id tp5so2316169ieb.8 for ; Sat, 05 Jul 2014 12:35:11 -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=lYepreXZMJazOZkSnNA9mrr85wO1yDeo6Qo/aO+PZlo=; b=N72zXs8qFOrOYdyTMt0jsrEWVQjXaM5r0bRDZml6CVPSlqG+XUom4Ku4HoXb8nvi/o di1DIA7AbWi6avreWopQiYTJ4jx7gfjlKvCm2FC0LAiI2nmWQfdYAiVr8gbSDzXHuRhf X8uib1vDaF3EgQCkWIos+g38F+GResWbQne0I1IMEGw1eJYG0E9kCk9V/VmE1jNkRupU S6PzzEpWYtHlFW7zzmLFe/VWE2JekP6uIJCa/GJ84PwL+OJdYZDCnNh04tljMV32OCHB j3PcnktNtJL2aMKp9JFvzvnkXAMu+y0aB27pSB6a1UQXI4G2ZH7f4y1dNXyyTxJFLrAS Oo8Q== MIME-Version: 1.0 X-Received: by 10.42.67.203 with SMTP id u11mr23902157ici.20.1404588911566; Sat, 05 Jul 2014 12:35:11 -0700 (PDT) Sender: oshogbo.vx@gmail.com Received: by 10.50.27.36 with HTTP; Sat, 5 Jul 2014 12:35:11 -0700 (PDT) In-Reply-To: References: Date: Sat, 5 Jul 2014 21:35:11 +0200 X-Google-Sender-Auth: u1HL_QOChIw5RReg07mhvFHoc_M 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: Sat, 05 Jul 2014 19:35:12 -0000 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"