Hello,
I need to change something in my /etc/rc.conf from a FreeBSD rescue system so that I can boot my FreeBSD again.
Normally my FreeBSD 13 is running with 2 mirrored hard drives (software RAID).
After having booted FreeBSD 13 from the rescue medium
I ran
but
results in
What am I making wrong?
Thanks in advance and kind regards
Sidney2017
I need to change something in my /etc/rc.conf from a FreeBSD rescue system so that I can boot my FreeBSD again.
Normally my FreeBSD 13 is running with 2 mirrored hard drives (software RAID).
After having booted FreeBSD 13 from the rescue medium
zpool import
shows:
Code:
pool: zroot
id: 2005489249606593420
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
zroot ONLINE
mirror-0 ONLINE
ada0p3 ONLINE
ada1p3 ONLINE
I ran
zpool import -R /mnt -N -f zroot
but
cd /mnt/etc/
results in
Code:
cd: /mnt/etc/: No such file or directory
Thanks in advance and kind regards
Sidney2017
Last edited by a moderator: