Greetings,
I was reading a tutorial (now lost) that suggested adding a vesa="YES" directive to my loader.conf for one reason or another. Apparently, this was no good as the bad setting is preventing me from successfully booting into FreeBSD. What I would like to do is to use the LiveCD to mount my boot partition and fix the issue. However, after a heavy amount of googling, I have not been able to address my issue.
When I installed FreeBSD 11, I installed using the ZFS partition option and kept most / all of the default settings. As such, I am under the assumption that I need to use the zpool command to access my ZFS partition on the Live CD:
After typing the above, I now have access to the tmp, usr, var, and zroot directories within /tmp/zroot. However, the boot directory (and thus loader.conf) is not there. Is this expected, and if so, how can I access my boot directory?
Thanks,
Adam
I was reading a tutorial (now lost) that suggested adding a vesa="YES" directive to my loader.conf for one reason or another. Apparently, this was no good as the bad setting is preventing me from successfully booting into FreeBSD. What I would like to do is to use the LiveCD to mount my boot partition and fix the issue. However, after a heavy amount of googling, I have not been able to address my issue.
When I installed FreeBSD 11, I installed using the ZFS partition option and kept most / all of the default settings. As such, I am under the assumption that I need to use the zpool command to access my ZFS partition on the Live CD:
Code:
mkdir /tmp/zroot
zpool import -fR /tmp/zroot zroot
After typing the above, I now have access to the tmp, usr, var, and zroot directories within /tmp/zroot. However, the boot directory (and thus loader.conf) is not there. Is this expected, and if so, how can I access my boot directory?
Thanks,
Adam