Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 1996 22:38:18 +0000 ()
From:      Sergio de Almeida lenzi <lenzi@bsi.com.br>
To:        Miroslav Mironov <mironov@tu-varna.bg>
Cc:        questions@freebsd.org
Subject:   Re: IDE CDROM question
Message-ID:  <Pine.BSF.3.91.960211222657.3411A-100000@lenzi>
In-Reply-To: <T6g6iD1w165w@tu-varna.bg>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello Miroslav,

You must install the sources of the system from the CDROM.
1) boot from dos
2) copy the ssys* from the d:/dists/src to c:/src for example
3) boot from BSD, mount dos file system...
4) do a cat ssys* | tar xvzf - -C /usr/src (unpack the distribution)
5) go to /usr/src/sys/i386/conf and see the file GENERIC. there is 2 
lines about IDE/ATAPI cdrom. uncomment the lines.
6) do a config GENERIC, go to directory ../../compile/GENERIC
7) do a make depend all install. (30min to 2 hours later) the system is
ready. and installed. 
8) see the file /etc/fstab, there should be a line in the form
/dev/wcd0c /cdrom cd9660 ro,noauto 0 0.
9) boot the system, login as root, do a mount /cdrom 
That's it.


Sergio Lenzi.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960211222657.3411A-100000>