From owner-freebsd-alpha Tue Oct 13 19:16:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18681 for freebsd-alpha-outgoing; Tue, 13 Oct 1998 19:16:28 -0700 (PDT) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from po7.andrew.cmu.edu (PO7.ANDREW.CMU.EDU [128.2.10.107]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18671 for ; Tue, 13 Oct 1998 19:16:22 -0700 (PDT) (envelope-from tcrimi+@andrew.cmu.edu) Received: (from postman@localhost) by po7.andrew.cmu.edu (8.8.5/8.8.2) id WAA28368; Tue, 13 Oct 1998 22:16:05 -0400 (EDT) Received: via switchmail; Tue, 13 Oct 1998 22:16:05 -0400 (EDT) Received: from samtheeagle.ww.andrew.cmu.edu via qmail ID ; Tue, 13 Oct 1998 22:15:46 -0400 (EDT) Received: from samtheeagle.ww.andrew.cmu.edu via qmail ID ; Tue, 13 Oct 1998 22:15:41 -0400 (EDT) Received: from mms.4.60.Jun.27.1996.03.02.53.sun4.51.EzMail.2.0.CUILIB.3.45.SNAP.NOT.LINKED.samtheeagle.ww.andrew.cmu.edu.sun4m.54 via MS.5.6.samtheeagle.ww.andrew.cmu.edu.sun4_51; Tue, 13 Oct 1998 22:15:41 -0400 (EDT) Message-ID: Date: Tue, 13 Oct 1998 22:15:41 -0400 (EDT) From: Thomas Valentino Crimi To: "Justin M. Seger" , freebsd-alpha@FreeBSD.ORG Subject: Re: Steps to install on an AlphaStation 200? In-Reply-To: <199810140135.VAA02895@freebsd.scds.com> References: <199810140135.VAA02895@freebsd.scds.com> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Excerpts from mail: 13-Oct-98 Steps to install on an Alph.. by "Justin M. Seger"@freebs >Hi guys. Do we have a procedure to install the latest binary snapshot on an >AlphaStation 200? I have a NetBSD boot disk, and the latest FreeBSD alpha >snapshot. Any further instructions would be appreciated. Well, lets start off by saying that if you have a ZXLp-E card, it'll take a bit before you'll get a working console on FreeBSD. If you have such a video card, pull it out and put it somewhere warm and safe, actually, I havn't tried to check if it's presence crashes a machine without sc0 enabled. You will have to have an sc0 disabled kernel anyway for it to finish booting without any graphics card. If you don't have such a graphics card, just ignore me ;) Otherwise, to install: Boot the NetBSD disk, it has a rather simple install procedure, copy down your drive cyl/head/sector numbers as detected by the kernel and feed it to the install script which will newfs your drive, then you're dropped into a shell to continue installation. grab a FreeBSD kernel, either from dfr or msmith's homedirectories on www.freebsd.org. ~dfr has the sc0 enabled kernel and msmith has the sc0-disabled kernel. Of course note that if you have the sc0-disabled kernel, you're gonig to be doing all of this from a serial console. get the binrary distribs, conviently located at ftp.freebsd.org/pub/FreeBSD/development/alpha, Note that the netbsd bootloaders look for the kernel in /netbsd I havn't had the courage to modify my bootblocks yet (anyone know if it's fully implemented?) since i've seen lots of activity in that area. So, if you're like me or even if you aren't, keep a copy of the kernle in /netbsd Also, before rebooting, edit /etc/fstab, NetBSD calls its filesystems ffs while FreeBSD calls it ufs, this will confuse mount (and confused me) to no end. I think that wraps up my experience. I'm trying to get an ZXLp driver put together and will at least be able to begin after I finish a bad weeks' worth of work and midterms. From teh looks of things a proper Alpha install disk will be available soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message