From owner-freebsd-questions Sun Feb 27 13:28: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from superman.imag.net (superman.imag.net [207.200.148.6]) by hub.freebsd.org (Postfix) with ESMTP id 40FE137B6C8 for ; Sun, 27 Feb 2000 13:28:03 -0800 (PST) (envelope-from markh@lon.imag.net) Received: from mymachine.imag.net (lon-p2.wwdc.com [207.200.138.3]) by superman.imag.net (8.9.3/8.9.3) with SMTP id NAA14565; Sun, 27 Feb 2000 13:28:17 -0800 (PST) From: Mark Hendriks Reply-To: markh@lon.imag.net To: freebsd-questions@FreeBSD.ORG Subject: Re: Help: how to install FreeBSD! from impatient person. Date: Sun, 27 Feb 2000 16:05:07 -0500 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: Cc: jadi@aol.com MIME-Version: 1.0 Message-Id: <00022716221400.00286@mymachine.imag.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It always amazes me that people manage to find the instructions for joining the mailing list, but they don't find the instructions for installing the operating system. Oh well, he we go again... On Sun, 27 Feb 2000, JadiW@aol.com wrote: > Hi, I have been tried to install the FreeBSD from CD-ROM with boot > floppy disk for several days. I hope you can help me out as soon as > possible because I am so eager to use UNIX. > > I want to have 2 Operating Systems, MS-DOS and UNIX, on my PC. So, Here > is the steps I had tried: > Assume : C is hard drive. > A is floppy drive. > D is CD-ROM drive with top level of a FreeBSD. Before the installation begins, you will want to repartition your hard drive. FreeBSD doesn't use the MS-DOS file system, so you will need separate partitions for MS-DOS & FreeBSD. > 1) copy all important files from CD-ROM to C-drive. > > C> MD C:\FREEBSD > C> XCOPY /S D:\FREEBSD\ BIN C:\FREEBSD\BIN\ > C> XCOPY /S D:\FREEBSD\MANPAGES C:\FREEBSD\MANPAGES\ Don't bother. The installation program will copy the files you need, based on the choices you make during the installation process. > 2) copy the boot.flp image onto A-drive. > A> d:\FREEBSD\tools\fdimage FREEBSD\floppies\boot.fip a: I take it you also did the same with mfsroot.flp? You need to make both floppies in this manner. > 3) scan and defragment the hard drive of my PC. > > 4) reboot succesfully. > > 5) didn't modify the kernel configuation. > > 6) set option. > > 7) novice installation. > > 8) Problem : I have the following error message and don't know how to fix it. > > 1. No root device found. > You must label a partition as / in the label editor > 2. No swap devices found. > You must create at least one swap partition. > 3. No /usr file system found. > 4. No /var file system found. > > Counldn't make file system properly, abort. It's basically telling you that you do not have a FreeBSD file system on your hard disk, which you do not, since your entire hard disk is currently dedicated to MS-DOS. As I said, you will need to repartition your hard disk. All of this (and other stuff you will need to know,) is explained on the website. From the home page, click on "Getting FreeBSD" and follow the links that take you to the installation instructions. There is some reading to do, but if you do the reading, installing FreeBSD really is quite easy. If you don't do the reading, you'll be posting questions to this list for a month before you figure it out. Mark Hendriks markh@lon.imag.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message