If I have a trouble in future, can I boot my system?
I am afraid of that now. >_>
https://www.freebsd.org/doc/handboo...sdupdate.html#freebsd-update-custom-kernel-9x
Why did I get this error message?
After rebooting system, it dose not boot.
So I had to select kernel.old to boot system. >_>
And..........
https://www.freebsd.org/doc/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png
When system started, I selected 3 .Escape to loader prompt.
Then,I got following messages.
I am afraid of that now. >_>
# cd /usr/src
# make kernel __MAKE_CONF=/dev/null SRCCONF=/dev/null
# reboot
https://www.freebsd.org/doc/handboo...sdupdate.html#freebsd-update-custom-kernel-9x
# uname -ar
Code:
FreeBSD FreeBSD.example.ne.jp 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 #2: Thu Apr 6 04:42:50 JST 2017 root@FreeBSD.example.ne.jp:/usr/obj/usr/src/sys/GENERIC amd64
# ls -l /boot/GENERIC
Code:
-r-xr-xr-x 1 root wheel 27134768 Mar 17 07:32 /boot/GENERIC
# nextboot -k GENERIC
Code:
Error: /boot/GENERIC doesn't exist. Use -f to override.
# nextboot -fk GENERIC
Code:
WARNING: loader(8) has only R/O support for ZFS
nextboot.conf will NOT be reset in case of kernel boot failure
Why did I get this error message?
After rebooting system, it dose not boot.
So I had to select kernel.old to boot system. >_>
And..........
https://www.freebsd.org/doc/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png
When system started, I selected 3 .Escape to loader prompt.
OK unload kernel
OK load /boot/GENERIC
OK boot
Then,I got following messages.
Code:
Loader variables:
vfs.root.mountfrom=ufs:/zroot/ROOT/default
Manual root filesystem specification:
<fstype>:<device> [options]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
eg. ufs:/dev/da0s1a
zfs:tank
cd9660:/dev/acd0 ro
(which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /)
? List valid disk boot devices
. Yield 1 second (for background tasks)
<empty line> Abort manual input
mountroot>