|
|
Sometimes when you add new hardware or change the kernel configuration, you need to rebuild the kernel. For example, when you add a new device driver, the package installation software may prompt you to rebuild the kernel.
The preferred way to rebuild the kernel is to use the idbuild(1M) command. If the rebuild fails, you can use the error messages that idbuild displays to determine the problem.
/etc/conf/bin/idbuild -B
The -B option indicates that you want the kernel rebuilt now. The UnixWare system attempts to rebuild the kernel and displays error message(s) if the rebuild fails.
Otherwise, you can simply reboot your system. If a kernel rebuild is required, the system will perform it automatically upon rebooting.
Booting UnixWare...
message is displayed.
Then, at the [boot]#
prompt, type
BOOTPROG=unix.old goOr, you can use unix.old as an argument to the boot command:
b unix.old