Re: ZFS: i/o error - all block copies unavailable

From: mike tancsa <mike_at_sentex.net>
Date: Fri, 06 Jan 2023 22:01:38 UTC
On 1/6/2023 4:54 PM, John Doherty wrote:
> Right now, I have the BIOS set to boot from SATA P1 and when I try to 
> boot to single-user mode from the beastie menu, it gets this far:
>
> Loading kernel...
> /boot/kernel/kernel text=0x1752e24 data=0x140 data=0x7662b0 
> syms=[0x8+0x188a18+0x8+0x1a5dbc]
> loading required module 'smbus'
> /boot/kernel/smbus.ko size 0x2680 at 0x24a7000
> loading required module 'opensolaris'
> /boot/entropy size=0x1000
>
Did ipmi console mode work before ? On my supermicro boards, I usually 
have to add to loader.conf

comconsole_speed="115200"       # Set the current serial console speed
console="comconsole,vidconsole"         # A comma separated list of 
console(s)
comconsole_port="0x2F8"

so "serial" (aka ipmi console) works.

Maybe try and set

comconsole_port="0x2F8"

from the beastie menu and see if ipmi works for you after that

     ---Mike