From owner-freebsd-questions@FreeBSD.ORG Thu Jun 27 16:51:11 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CBCAA9C7 for ; Thu, 27 Jun 2013 16:51:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 73DD511DE for ; Thu, 27 Jun 2013 16:51:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r5RGp4v9003141; Thu, 27 Jun 2013 10:51:04 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r5RGp40k003138; Thu, 27 Jun 2013 10:51:04 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 27 Jun 2013 10:51:04 -0600 (MDT) From: Warren Block To: "illoai@gmail.com" Subject: Re: Booting FreeBSD 1.0 In-Reply-To: Message-ID: References: <201306271447.r5REks8P020192@fire.js.berklix.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 27 Jun 2013 10:51:04 -0600 (MDT) Cc: "Julian H. Stacey" , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 16:51:11 -0000 On Thu, 27 Jun 2013, illoai@gmail.com wrote: > On 27 June 2013 11:11, illoai@gmail.com wrote: >> >> On 27 June 2013 10:46, Julian H. Stacey wrote: >>> >>> Warren Block wrote: >>>> Yes, 1.0, from November 1993. The install CD is here: >>>> http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/FreeBSD-1.0-RELEASE/ >>>> >>>> emulators/qemu boots from the floppy image in the cdinstal directory, >>>> but reports "no cdrom found". >>>> >>>> I managed to find a Pentium 4 system with a working floppy drive, found >>>> a working disk, made the boot floppy, and then booted it. It boots and >>>> reports the same thing. Putting the CD drive on a separate IDE bus or >>>> as a secondary on the same bus as the hard drive makes no difference. >>>> Chipset too new, maybe. >>>> >>>> Any ideas short of "find an original Pentium system that still works"? >>> >>> I recall FreeBSD CDROM images have had 2 different types of boot >>> sequences, I think it matched evolving generations of BIOS support. >>> The change was some years back. Maybe qemu only supports the newer of the 2 >>> CD boot methods. >>> >> >> Is there perhaps a way to emulate a SCSI CD drive? >> Those tend to work no matter what. >> > > Aha, from install.txt: > > | CD-ROM drives: > | Mitsumi CDROM drive with Mitsumi Controller > | Most SCSI CD-ROM drives on a supported SCSI controller > > So I suppose no IDE. The cdins_ah.flp image says it supports IDE, but I bet you're right, that's only for disks. qemu can emulate a SCSI CD-ROM, I think.