|
NAMEnextboot —
specify an alternate kernel and boot flags for the next
reboot
SYNOPSIS
DESCRIPTIONThenextboot utility allows specifying some combination
of an alternate kernel, boot flags, and kernel environment for the next time
the machine is booted. Once the
loader(8)
loads in the new kernel information from the
/boot/nextboot.conf file, it is disabled so in case
the new kernel hangs the machine, once it is rebooted, the machine will
automatically revert to its previous configuration.
The options are as follows:
FILES
EXAMPLESTo boot the GENERIC kernel with thenextboot command:
nextboot -k GENERIC To enable into single user mode with the normal kernel: nextboot -o "-s" -k
kernel To remove an existing nextboot configuration: nextboot -D SEE ALSOboot(8), loader(8)HISTORYThe originalnextboot manual page first appeared in
FreeBSD 2.2. It used a very different interface to
achieve similar results.
The current incarnation of AUTHORSThis manual page was written by Gordon Tetlow <gordon@FreeBSD.org>.BUGSThenextboot code is implemented in the
loader(8).
It is not the most thoroughly tested code. It is also my first attempt to
write in Forth.
Finally, it does some evil things like writing to the file system before it has been checked. If it scrambles your file system, do not blame me.
Visit the GSP FreeBSD Man Page Interface. |