Bug #13551
closedPfsense 2.7 October 9 Snapshot manualmount, failed boot
0%
Description
Same failed boot issue due to opensolaris, zfs kos, and kernel not loading.
First noted and opened here: https://redmine.pfsense.org/issues/13550:
Excerpt:
Loader variables:
vfs.root. mount from=zfs: pfSense3/ROOT /de fault
Manual root filesystem specification:
(fstype>: <device> [options]
Mount <device> using filesystem <fstupe> and with the specified (optional) option list.
eg. ufs: /dev/daßsla
2fs: zroot/ROOT/de fault cd9660:/dev/cd0 ro
(which is equivalent to: mount
-t cd9660 -0 ro /dev/cdo /)
?
List valid disk boot devices
Yield 1 second (for background tasks)
<emptu line>
Abort manual input
mountroot>
Also noticed that /boot/loader.conf is almost empty and missing the usual params.. Only has this:
autoboot_delay="3"
net.link.ifqmaxlen="128"
vs prior builds that had this:
kern.cam.boot_delay=10000
kern.ipc.nmbclusters="1000000"
kern.ipc.nmbjumbop="524288"
kern.ipc.nmbjumbo9="524288"
opensolaris_load="YES"
zfs_load="YES"
kern.geom.label.gptid.enable="0"
kern.geom.label.disk_ident.enable="0"
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
opensolaris_load="YES"
zfs_load="YES"
autoboot_delay="3"
net.link.ifqmaxlen="128"
Related issues