From owner-freebsd-hackers Sat Nov 4 11:30: 9 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 8C2C637B479; Sat, 4 Nov 2000 11:30:02 -0800 (PST) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id LAA89870; Sat, 4 Nov 2000 11:28:21 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id LAA62802; Sat, 4 Nov 2000 11:28:03 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200011041928.LAA62802@whistle.com> Subject: Re: dhcp boot was: Re: diskless workstation In-Reply-To: <200011041759.eA4HxWv67962@zibbi.icomtek.csir.co.za> from John Hay at "Nov 4, 2000 07:59:32 pm" To: John Hay Date: Sat, 4 Nov 2000 11:28:02 -0800 (PST) Cc: Doug Ambrisko , Mike Smith , Danny Braniss , freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Hay writes: | > You don't, it is done via the bootp or dhcp record option 128 for example | > option option-128 "192.168.2.254:/usr/work/netboot"; | > You then have to make the swap file in that directory of format | > swap. | > Use dd to create the file by copying /dev/zero for the size you want. | > | > Note during boot up the kernel will tell you what it is using for | > swap via this request. | | The option-128 confuse the pxeboot program. If I put | | option root-path "/export/diskless"; | option option-128 "10.1.2.3:/export/shark"; | | in the dhcpd.conf file, pxeboot tries to mount /export/sharkM-^[^B-i? | as the root filesystem. Removing the option-128 line at least get me to | boot albeit without swap. Root path should have the IP address of the server such as: option root-path "192.168.2.254:/usr/home/ambrisko/netboot"; Then in boot messages you should see: rootfs is 192.168.2.254:/usr/home/ambrisko/netboot swapfs is 192.168.2.254:/usr/work/netboot Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message