From owner-freebsd-hackers Mon Dec 11 21:10:42 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA07630 for hackers-outgoing; Mon, 11 Dec 1995 21:10:42 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA07625 for ; Mon, 11 Dec 1995 21:10:39 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id VAA17761; Mon, 11 Dec 1995 21:09:21 -0800 To: Don Yuniskis cc: freebsd-hackers@freefall.freebsd.org (FreeBSD hackers) Subject: Re: /stand/sysinstall can't access DOS In-reply-to: Your message of "Mon, 11 Dec 1995 21:34:28 MST." <199512120434.VAA22955@seagull.rtd.com> Date: Mon, 11 Dec 1995 21:09:20 -0800 Message-ID: <17759.818744960@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG Precedence: bulk It sounds like a variation on the same problem I fixed with CDROMs (though the fix won't actually be on the CDROM version :-( ) - I'll look into it, thanks. Jordan > Greetings! > sysinstall seems to work fine loading distributions from DOS > *when invoked from BOOT floppy*. However, if invoked from a running > FBSD (i.e. /stand/sysinstall), it complains that it can't find any > of the files on the DOS partition (e.g., \FREEBSD\SRC). > Has this already been reported/fixed/worked-around? > Thx, > don