FreeBSD 15 Release.
I am slowly learning about FreeBSD and ZFS (very slowly
) and decided to switch our entertainment NUC and ditch the last Linux install in the house.
So I had boot to autologin to Openbox setup and wanted to try and get resolution on the HDMI feed to HDTV over scan right.
So I edited a file that I fat-fingered and now it can't complete boot because console display is broken.
Gets as far as "EFI framebuffer information:" and locks up.
I have forgotten exactly which file in my panic and need to check all the usual suspects. (/etc/rc.conf, /boot/rc.conf).
Can't get to single user mode either.
So I boot NUC off bsdinstall usb and run live system.
How do I get RW access to /etc/rc.conf?
I am slowly learning about FreeBSD and ZFS (very slowly
So I had boot to autologin to Openbox setup and wanted to try and get resolution on the HDMI feed to HDTV over scan right.
So I edited a file that I fat-fingered and now it can't complete boot because console display is broken.
Gets as far as "EFI framebuffer information:" and locks up.
I have forgotten exactly which file in my panic and need to check all the usual suspects. (/etc/rc.conf, /boot/rc.conf).
Can't get to single user mode either.
So I boot NUC off bsdinstall usb and run live system.
Code:
root@:~ # zpool import
ZFS filesystem version:5
ZFS storage pool version: features support (5000)
pool: a
id: (long number)
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
a ONLINE
ada0p3 ONLINE
zpool import a
cannot mount '/zroot': failed to create mountpoint: Read-only file system
How do I get RW access to /etc/rc.conf?
