From owner-freebsd-questions Thu Apr 13 09:47:58 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA20739 for questions-outgoing; Thu, 13 Apr 1995 09:47:58 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA20733 for ; Thu, 13 Apr 1995 09:47:54 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA23516; Thu, 13 Apr 95 10:41:15 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9504131641.AA23516@cs.weber.edu> Subject: Re: diskless booting without FreeBSD's nfsd To: kino@krhm.jvc-victor.co.jp Date: Thu, 13 Apr 95 10:41:13 MDT Cc: questions@FreeBSD.org, kino@jvc-k4.krhm.jvc-victor.co.jp In-Reply-To: <9504130533.AA24734@sun1.krhm.jvc-victor.co.jp> from "kino@krhm.jvc-victor.co.jp" at Apr 13, 95 02:33:53 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > Is it possiblle diskless booting without FreeBSD's nfsd ? > (for example, with SunOS's nfsd) > I want to put FreeBSD's binary on Sparc Station. > If it is possible, please tell me how to install and what file is needed. You must run bootd on your sparc machine, it must be on the same logical subnet as the BSD box, and the BSD box must: (1) Boot DOS and run "netboot.com", which is built in the BSD kernel sources as "netboot.nohdr". OR (2) Have an ethernet card with a bootp knowledgable ROM installed (this is also in the BSD kernel sources, though you'd have to look for it). The ROM image that you can build will need to be built card specific and will need to be burnt into ROM and the ROM installed in the card. EPROM or PROM or whatever is just fine, so long as the card understands it. In addition, it is likely that you must either relax the security restrictions on the exported directories on the sparc, or you must export multiple directories. You would have to do this for SunOS or Solaris diskless clients as well, the reason being the that the mount requests are performed by the root user, and the root user has ID -2 for the iteration of directories for subdirectory mounts, so unless you export for root access (or on SunOS disable the debug patch in the /etc/rc file), the subdirectory mounts will not be possible for the diskless machine unless they are explicit exports. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.