From owner-freebsd-questions Wed Oct 6 10:48:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 7582915742 for ; Wed, 6 Oct 1999 10:48:01 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (cs1-gw.cs.binghamton.edu [128.226.171.72]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with SMTP id NAA12192; Wed, 6 Oct 1999 13:47:59 -0400 (EDT) Date: Wed, 6 Oct 1999 13:33:27 -0400 (EDT) From: Zhihui Zhang Reply-To: Zhihui Zhang To: Alfred Perlstein , Jeroen Ruigrok/Asmodai Cc: freeBSD-questions@FreeBSD.ORG Subject: A successful installation with CD image In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you do not have a real CD-ROM around, you can still install FreeBSD with a CD-ROM image downloaded from www.freebsd.org. In the following example, I use the FreeBSD 3.3-Release CD-ROM image downloaded from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/3.3-install.cd0. You also need a machine running FreeBSD to follow the following steps: Step 1: Download boot floppies kern.flp and mfsroot.flp. They are needed to boot the machine on which I am going to install FreeBSD. Step 2: On the machine already running FreeBSD: # vnconfig /dev/vn0c /usr/cd_image/3.3-install.cd0 # mount -t cd9660 /dev/vn0c /install Note the kernel must be configured to support VN device. Now you can proceed with either Step 3 or Step 4. Step 3: FTP installation: On the machine to be installed, boot from kern.flp and mfsroot.flp. Choose FTP install method with a URL as: fpt://xxx.xxx.xxx.xxx/install Before this use Option on the Installation Media menu to set FTP username as zzhang, password as 12345678. On the machine that is already running FreeBSD, you must create a username zzhang with password as 12345678 and do the following in advance: > mkdir install > cd install > ln -s /install 3.3-RELEASE The FTP istallation is faster than the NFS installation described in Step 4. Step 4: NFS installation: Add the following line to /etc/exports: /install -alldirs xxx.xxx.xxx.xxx If so, when you mount the CD-ROM image, it will be exported automatically (you can umount and mount it again to achieve the same effect). On the machine to be installed, choose NFS media: xxx.xxx.xxx.xxx:/install And you can install FreeBSD over NFS. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message