I've posted earlier about my issues with booting my systems.
When system boots up, it shows list of bios drives, and then spinner starts for about two-three seconds, after which it will get stuck. Waited 30 or so minutes without luck, didn't move.
When booting from ISO (via IPMI — it's Supermicro X10DSC+ board), I can boot up from the disks and systems works properly. But this is not solution.
I can not figure out how to resolve boot issues. Please help.
Configuration:
* 2 sata SSD in zfs mirror raid.
* GPT
* No UEFI
Here is what I have to type every time after reboot in boot loader when booted from FreeBSD CD:
Here is what I've tried already:
Here is my partition looks now:
What I didn't try:
1. didn't try installing boot0cfg, as it doesn't support GPT+ZFS
1. figure out how to convert existing partitioning into UEFI and attempt boot with UEFI.
I even upgraded from 11.2-p[456] to 12.0 — did not solve the mystery of boot failure.
Thanks in advance.
When system boots up, it shows list of bios drives, and then spinner starts for about two-three seconds, after which it will get stuck. Waited 30 or so minutes without luck, didn't move.
When booting from ISO (via IPMI — it's Supermicro X10DSC+ board), I can boot up from the disks and systems works properly. But this is not solution.
I can not figure out how to resolve boot issues. Please help.
Configuration:
* 2 sata SSD in zfs mirror raid.
* GPT
* No UEFI
Here is what I have to type every time after reboot in boot loader when booted from FreeBSD CD:
Code:
unload
set currdev=zfs:zroot/ROOT/default:
load /boot/kernel/kernel
load boot/kernel/opensolaris.ko
load boot/kernel/zfs.ko
set mrsas_enable=YES
set hw.mfi.mrsas_enable=1
boot
Here is what I've tried already:
Code:
# gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0
# gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada1
# sudo gpart set -a bootme -i 3 ada0
# sudo gpart set -a bootme -i 3 ada1
# gpart set -a active ada0
Here is my partition looks now:
Code:
# gpart show ada0
=> 40 250069600 ada0 GPT (119G)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 4194304 2 freebsd-swap (2.0G)
4196352 245872640 3 freebsd-zfs [bootme] (117G)
250068992 648 - free - (324K)
# gpart show ada1
=> 40 250069600 ada1 GPT (119G)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 4194304 2 freebsd-swap (2.0G)
4196352 245872640 3 freebsd-zfs [bootme] (117G)
250068992 648 - free - (324K)
What I didn't try:
1. didn't try installing boot0cfg, as it doesn't support GPT+ZFS
1. figure out how to convert existing partitioning into UEFI and attempt boot with UEFI.
I even upgraded from 11.2-p[456] to 12.0 — did not solve the mystery of boot failure.
Thanks in advance.