FreeBSD 13.4-STABLE and in loader.conf I have:
I'm doing an ISO boot off of a DVD here. This process (which worked flawlessly on 13.3-STABLE) now fails on cloud servers ... but works on bare metal. ?
The error on cloud servers is:
but if I escape to loader prompt and
Again, this methodology worked fine at 13.3 for both cloud and bare metal. Does anyone have any insight into this issue? Thanks in advance.
Code:
mfs_load="YES"
mfs_type="mfs_root"
mfs_name="/mfsboot"
I'm doing an ISO boot off of a DVD here. This process (which worked flawlessly on 13.3-STABLE) now fails on cloud servers ... but works on bare metal. ?
The error on cloud servers is:
Code:
can't find '/mfsboot'
ls
I see /mfsboot.gz there just the same.Again, this methodology worked fine at 13.3 for both cloud and bare metal. Does anyone have any insight into this issue? Thanks in advance.