Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2011 02:52:46 -0700 (PDT)
From:      timp <timp87@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: From 8-stable to 9.0 RC1 iscsi panic
Message-ID:  <1319536366754-4935645.post@n5.nabble.com>
In-Reply-To: <4EA67991.5020604@gmail.com>
References:  <4EA67991.5020604@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
For installworld you should boot to 'single user mode'.
This mode doesn't read loader.conf and much more.

Look to the handbook or /usr/src/Makefile for upgrage instructions
$ cat /usr/src/Makefile 
...
# For individuals wanting to upgrade their sources (even if only a
# delta of a few days):
#
#  1.  `cd /usr/src'       (or to the directory containing your source
tree).
#  2.  `make buildworld'
#  3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is
GENERIC).
#  4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is
GENERIC).
#       [steps 3. & 4. can be combined by using the "kernel" target]
#  5.  `reboot'        (in single user mode: boot -s from the loader
prompt).
#  6.  `mergemaster -p'
#  7.  `make installworld'
#  8.  `make delete-old'
#  9.  `mergemaster'            (you may wish to use -i, along with -U or
-F).
# 10.  `reboot'
# 11.  `make delete-old-libs' (in case no 3rd party program uses them
anymore)
...

--
View this message in context: http://freebsd.1045724.n5.nabble.com/From-8-stable-to-9-0-RC1-iscsi-panic-tp4935512p4935645.html
Sent from the freebsd-stable mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1319536366754-4935645.post>