From owner-freebsd-questions Sun Jul 8 11:30: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id B4D3537B403 for ; Sun, 8 Jul 2001 11:30:00 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f68IV1L80270; Sun, 8 Jul 2001 14:31:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sun, 8 Jul 2001 14:31:01 -0400 (EDT) From: Joe Clarke To: Duke Normandin <01031149@3web.net> Cc: Subject: Re: 4.3 iso installation image issues In-Reply-To: <20010708054455.A245319@mandy.rockingd.calgary.ab.ca> Message-ID: <20010708142925.L80257-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could be a problem with the changer. I have never used a CD changer with FreeBSD. All my machines with ATAPI CD-ROMs mount without a problem. Do you have another machine that you can mount the CD, and use either dd (UNIX) or fdimage (DOS/Windows) to write out the boot floppies? If so, you have find 4.2 has better support for your changer. Joe Clarke On Sun, 8 Jul 2001, Duke Normandin wrote: > On Sun, Jul 08, 2001 at 12:16:35AM -0400, Joe Clarke wrote: > > El Torrito, if memory serves me, is a chain of Mexican restaurants. The > > El Torrito boot extensions for CDs were thought up there (or just named > > after it). El Torrito isn't a CD format per se. They're extensions for > > making a ISO-9660 CD bootable. > > Ok, thanks! Now I know.... > > > That said, you may have a problem booting off of CD on a 486. You should > > be able to mount the CD with a command like: > > > > mount -t cd9660 /dev/acd0c /cdrom > > > > Just replace acd0c with whatever your CD device is. If you have an entry > > in /etc/fstab, you could also just do "mount /cdrom" (or whatever your CD > > mountpoint is). After that, you could dd the floppy images to floppies, > > and boot that way. > > Paraphrasing /var/run/dmesg.boot I have: > > wdc1 -> HDD Controller #2 > |___ acd0 NEC (ATAPI) CD-ROM drive slot0 > |___ acd1 slot1 > |___ acd2 slot2 > |___ acd3 slot3 > > Paraphrasing /etc/fstab I have: > > /dev/acd0c -> /cdrom > /dev/acd1c -> /cdrom1 > /dev/acd2c -> /cdrom2 > /dev/acd3c -> /cdrom3 > > Yet when I did a 'mount /cdrom' the system went into a coma ;) I couldn't > get nothing out of the keyboard. I tried ^C; ^D; ^Z and anything else > that I could think of, but to no avail. I had to turn the power off -- > yuk! BTW, /dev does have the above devices. So I thought it was because > of the El Torrito thing ;) Any ideas? TIA... > -- > -duke > Calgary, Alberta, Canada > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message