Home | History | Annotate | Line # | Download | only in i386
upgrade revision 1.13
      1  1.13  perry 	$NetBSD: upgrade,v 1.13 1998/01/09 18:46:33 perry Exp $	
      2  1.13  perry 
      3   1.8  mikel The upgrade to NetBSD _VER is a binary upgrade; it would be prohibitive
      4   1.8  mikel to make users upgrade by compiling and installing the _VER sources, and
      5   1.1    cgd it would be very difficult to even compile a set of instructions that
      6   1.4    jtc allowed them to do so.  Because of the many changes to the system, it
      7   1.8  mikel is difficult and impractical to upgrade by recompiling from the sources
      8   1.4    jtc and installing.
      9   1.1    cgd 
     10  1.10  perry To do the upgrade, you must have the boot floppy image (boot.fs)
     11  1.10  perry available.  You must also have at least the "base" and "kern"
     12   1.7  perry binary distribution sets available, so that you can upgrade with it,
     13   1.7  perry using one of the upgrade methods described above.  Finally, you must
     14   1.7  perry have sufficient disk space available to install the new binaries.
     15   1.7  perry Since the old binaries are being overwritten in place, you only need
     16   1.7  perry space for the new binaries, which weren't previously on the system.
     17   1.7  perry If you have a few megabytes free on each of your root and /usr
     18   1.7  perry partitions, you should have enough space.
     19   1.1    cgd 
     20   1.1    cgd Since upgrading involves replacing the boot blocks on your NetBSD
     21   1.1    cgd partition, the kernel, and most of the system binaries, it has the
     22   1.1    cgd potential to cause data loss.  You are strongly advised to BACK UP ANY
     23   1.1    cgd IMPORTANT DATA ON YOUR DISK, whether on the NetBSD partition or on
     24   1.1    cgd another operating system's partition, before beginning the upgrade
     25   1.1    cgd process.
     26   1.1    cgd 
     27  1.11   fvdl The upgrade procedure using the sysinst tool is basically the
     28  1.12  perry same as an installation, but without the hard disk partitioning.
     29  1.11   fvdl Another difference is that existing configuration files in /etc
     30  1.11   fvdl are backed up, and merged with the new files. Getting the binary
     31  1.11   fvdl sets is done in the same manner as the installation procedure;
     32  1.11   fvdl refer to the installation part of the document, section 7 and 8,
     33  1.11   fvdl on how to do this. Also, some sanity checks are done, i.e.
     34  1.11   fvdl filesystems are checked before unpacking the sets.
     35  1.11   fvdl 
     36  1.11   fvdl After a new kernel has been copied to your hard disk, your
     37  1.11   fvdl machine is a complete NetBSD _VER system.  However, that
     38  1.11   fvdl doesn't mean that you're finished with the upgrade process.
     39  1.11   fvdl You will probably want to update the set of device
     40  1.11   fvdl nodes you have in /dev.  If you've changed the contents of
     41  1.11   fvdl /dev by hand, you will need to be careful about this, but if
     42  1.11   fvdl not, you can just cd into /dev, and run the command "sh
     43  1.11   fvdl MAKEDEV all".
     44  1.11   fvdl 
     45  1.11   fvdl You must also deal with certain changes in the formats of
     46  1.11   fvdl some of the configuration files.  The most notable change is
     47  1.11   fvdl that the "options" given to many of the file systems in
     48  1.11   fvdl /etc/fstab or by hand have changed, and some of the file
     49  1.11   fvdl systems have changed names.  To find out what the new options
     50  1.11   fvdl are, it's suggested that you read the manual page
     51  1.11   fvdl for the file systems' mount commands, for example mount_nfs(8)
     52  1.11   fvdl for NFS.
     53  1.11   fvdl 
     54  1.11   fvdl Finally, you will want to delete old binaries that were part
     55  1.11   fvdl of the version of NetBSD that you upgraded from and have since
     56  1.11   fvdl been removed from the NetBSD distribution.
     57