From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 20:59:53 2003 Return-Path: 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 B479A16A4BF for ; Wed, 20 Aug 2003 20:59:53 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320A043FDD for ; Wed, 20 Aug 2003 20:59:53 -0700 (PDT) (envelope-from freebsduser@comcast.net) Received: from comcast.net (12-225-141-88.client.attbi.com[12.225.141.88](untrusted sender)) by comcast.net (rwcrmhc13) with SMTP id <2003082103454401500d5l9ae> (Authid: animotions); Thu, 21 Aug 2003 03:45:45 +0000 Message-ID: <3F444066.9040907@comcast.net> Date: Wed, 20 Aug 2003 20:45:42 -0700 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: royceag References: <3F443B57.3070300@i2k.net> In-Reply-To: <3F443B57.3070300@i2k.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@FreeBSD.org Subject: Re: CD-ROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 03:59:54 -0000 royceag wrote: > royceag@i2k.net > > I started trying to use FreeBsd back in v. 4.5. > This was with a Pentium 200MMX, standard IDE ATAPI cd-rom. > Now, I'm with an AMD, Athelon 950, with a standard IDE ATAPI > cd-rom, (56x, the former was a 24x). I still get the now > irritating error; can't find cd-rom. > Five years (?) ago, I could actually get it installed, but > couldn't get past root-password. > Everything goes just fine up to; where do you want to install > from? CD_ROM -- can't find cd-rom. > I've had the cd-rom on Primary/Slave - Secondary/Master, > and Secondary/Slave, and as CS. What the heck am I doing > wrong?? I have FreeBSD v. 5.1 on cds, any way of actually > getting them installed? Thanks for whatever you can do. When you boot the system in to freebsd it tells you stuff. One of those stuffs is drive information. SOmething like this: SMP: AP CPU #1 Launched! ad0: DMA limited to UDMA33, non-ATA66 cable or device ad0: 39205MB [79656/16/63] at ata0-master WDMA2 ad2: 4103MB [8894/15/63] at ata1-master WDMA2 ad3: 4124MB [14896/9/63] at ata1-slave WDMA2 acd0: CDROM at ata0-slave PIO3 Also, if you forget your root password (this is practically a FAQ) then when you boot up it says something like press enter to start booting and any key to get in to some sort of thing. So press space. When faced with a prompt type 'boot -s' then enter. This will boot the system in to single user mode and you can change the password from there. I think the command is 'pw'. HTH