From owner-freebsd-questions Tue Dec 10 11:01:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA22086 for questions-outgoing; Tue, 10 Dec 1996 11:01:16 -0800 (PST) Received: from lib.amu.edu.pl (bogusz@lib.amu.edu.pl [150.254.100.254]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA22066 for ; Tue, 10 Dec 1996 11:01:07 -0800 (PST) Received: (from bogusz@localhost) by lib.amu.edu.pl (8.6.12/8.6.9) id UAA06556; Tue, 10 Dec 1996 20:05:28 +0100 Date: Tue, 10 Dec 1996 20:05:26 +0100 (MET) From: Bogusz Jelinski To: Luigi Rizzo cc: questions@freebsd.org Subject: Re: dosboot with netboot-like options ? In-Reply-To: <199612101738.SAA27132@labinfo.iet.unipi.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 10 Dec 1996, Luigi Rizzo wrote: > by chance, has anyone modified dosboot to pass the kernel nfs_diskless > info, so that the kernel can mount root swap and other stuff over nfs ? > > i have to make some diskless system which use a de0 card, not supported > by netboot. I can use fbsdboot to boot the kernel from a floppy (or a > DOS partition) but fbsdboot has no option to build a proper > nfs_diskless structure. > > I don't know how easy to do is this, as one would need to start the > kernel first, and only afterwards the net is accessible. > > Are there any alternatives ? > Has anyone booted FBSD with the Linux netboot? The difference is that it uses packet driver shipped by the card vendor, so nearly all cards are supported. The drawback is you can't run it from DO$ prompt, only EPROM or rawritten floppy is supported. I've been thru a difficult time and don't have time to check it up. Bogusz