From owner-freebsd-questions@FreeBSD.ORG Tue Jan 5 03:03:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDE9D106566B for ; Tue, 5 Jan 2010 03:03:22 +0000 (UTC) (envelope-from shihang0506@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 8CEB48FC0C for ; Tue, 5 Jan 2010 03:03:22 +0000 (UTC) Received: by pwi15 with SMTP id 15so10691756pwi.3 for ; Mon, 04 Jan 2010 19:03:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=m5BU6Q3T3FWaJ3LLdZBGhEwwYGxo8bt+dOHiyEmnvrw=; b=tIXKlvM+S4qvyRHbCbVlaiPMhLgFtx1LOhYu/qqWlRTSdwAzRBTgAkJs/hHNQhZfSD pyLNjRh8BIRMk5h42H0s+c+252BfiMHiwwEMFrTu7ovUdVSukXh4qrZUepLUL1C6OzGQ ZpJBF0M7cYK2cOvFsIMMNxvJIQ3ZG8DvWgVgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=RGk17ax8iSh13eR5tI/KirZrG0zzzLiGwlVcNlFRdIAi22xSxtxxvLSP/URe24eoCC nBM7/aYP3gKtowlUlO1VZViyzT4nA/ZY0TmCSlLBJFB+pe8xtoKnvno9o1NaDpOPhHgc /uQJge0sAZm6ZyFDm1gI8W/zrx2HIzFbNNDpg= MIME-Version: 1.0 Sender: shihang0506@gmail.com Received: by 10.143.20.40 with SMTP id x40mr7068450wfi.226.1262660597343; Mon, 04 Jan 2010 19:03:17 -0800 (PST) In-Reply-To: References: <20100104132359.GA96879@ozzmosis.com> Date: Tue, 5 Jan 2010 11:03:17 +0800 X-Google-Sender-Auth: 27328e265ac6db68 Message-ID: From: Paul Shi To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: andrew clarke , freebsd-questions@freebsd.org Subject: Re: FreeBSD 2.0.5 Release 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: Tue, 05 Jan 2010 03:03:22 -0000 Thank you guys! At least, I got some idea where I should start. Install manual has a section "Install from DOS partition" It said that I should copy the /floppies/ to a new folder in hard disk named /FREEBSD/. So I have following thoughts and correct me if I am wrong. I do really need an actual floppy disk. But I could make boot from Floppy Disk the first priority in boot order and system will find the root.flp in /floppies/ and start installation. Am I correct? Or I do need to burn directory /floppies/ into an actual floppy disk and start installation from there? Thank all of you! Your sincerely, Paul Shi Electronic and Communication Engineering Senior Department of Electrical and Electronic Engineering University of Hong Kong On Tue, Jan 5, 2010 at 12:19 AM, Warren Block wrote: > On Tue, 5 Jan 2010, andrew clarke wrote: > >> >> I don't think the very early releases available on CD are bootable. >> Not many PCs in the mid-1990s supported booting from CD. CD-ROM >> drives weren't very common and those that did exist often had >> non-standard interfaces that required special drivers to work - which >> meant the BIOS couldn't see them to boot from them. >> >> To install FreeBSD 2.x, if I recall correctly you need to write the >> FreeBSD diskette images (in the /floppies/ directory) to diskettes, >> then boot from the first install diskette, while having the >> installation CD in the CD drive. You may need to RTFM a bit to get >> this working. >> >> >> ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/2.0.5-RELEASE/INSTALL >> > > "El Torito" bootable CDs boot from a floppy image on the CD. > > (This is what happened earlier; the CD software used cheaply-licensed > DR-DOS floppy image to boot and load IDE CD-ROM drivers. Not quite the > right thing, but it meant well.) > > So it's possible to create another CD using the original, but adding the > first FreeBSD floppy as a boot image. mkisofs has the -b option for this; I > don't recall details for Nero but seems like I've seen it. > > FreeBSD 2 may not like that configuration. Still might be easier to try > than finding a floppy drive. > > -Warren Block * Rapid City, South Dakota USA >