From owner-freebsd-questions@FreeBSD.ORG Mon Aug 8 19:47:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F73016A41F for ; Mon, 8 Aug 2005 19:47:23 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5796443D5F for ; Mon, 8 Aug 2005 19:47:21 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A6C4F1780148; Mon, 08 Aug 2005 12:47:16 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j78JnSQc042192; Mon, 8 Aug 2005 12:49:28 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j78JnNaR042191; Mon, 8 Aug 2005 12:49:23 -0700 (PDT) (envelope-from garys@opusnet.com) To: egf@RiskProof.hn.org References: <20050808101722.A28535@oxymoron.egf-net> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 08 Aug 2005 12:49:23 -0700 In-Reply-To: <20050808101722.A28535@oxymoron.egf-net> (egf@riskproof.hn.org's message of "Mon, 8 Aug 2005 10:17:22 -0600") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: egf@oxymoron.egf-net, freebsd-questions@freebsd.org Subject: Re: install from CD-R fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 19:47:23 -0000 egf@RiskProof.hn.org writes: > and then press it just repeats the dialog, and refuses > to find the installation images on the very same CD that > it just booted from in the first place?! And, there is The method of accessing the CD's boot code is very different than the method of accessing the CD's normal filesystem so yours is (or at least used to be) a common problem (I saw often with old Linux). > This system has all SCSI peripherals: the controller is a > Tekram PCI board model DC-390F with Symbios 53C875 chip, > 3 HDDs and the Plextor CD-R. I'd be very suprised if that 53C875 chip is NOT supported by the 5.3's CD's kernel with either the "ncr" or "sym" driver. So I have no easy (or other) solution to your problem. Like someone else said, you can access the boot log in another virtual terminal (try each Alt-F#, where # is 1 to 12) and see if it detects your CD drive. You're probably aware that if you're Internet connected, you could have sysinstall install using FTP instead of from the CD. I would probably be pessimistic and guess that I wasn't going to be able to install from that CD or drive and look for some other method, like a 5.4 version, or a temporary ATAPI CDROM or FTP from another system which can mount the CD.