Hi,
I have an HP Microserver Gen8 and have some problems running FreeBSD 10.1* on it. The install goes all fine, but once I have to boot the new system the attached loader panic happens.
If I switch the storage controller from BIOS to Legacy (from AHCI) the system boots fine, but... no Command queuing and etc.
Here is a snippet from
I have tried booting from a/the ZFS mirror but still no luck. I believe the problem is somewhere between gptzfsloader, ahci, loader and the BIOS but can't figure it out. I've installed the system using as a base this guide - https://wiki.freebsd.org/RootOnZFS/GPTZ ... .0-RELEASE and also tried the auto ZFS install (RAID-Z and mirror) - it all goes OK until I have to reboot.
Here is a
All BIOS settings are factory defaults. Only Soft RAID is changed to Legacy/AHCI. Any ideas what is broken and how to fix it?
P.S. Just so Google can index, the error is:
I have an HP Microserver Gen8 and have some problems running FreeBSD 10.1* on it. The install goes all fine, but once I have to boot the new system the attached loader panic happens.
If I switch the storage controller from BIOS to Legacy (from AHCI) the system boots fine, but... no Command queuing and etc.
Here is a snippet from
dmesg
:
Code:
atapci0: <Intel Cougar Point SATA300 controller> port 0x10c0-0x10c7,0x10c8-0x10cb,0x10d0-0x10d7,0x10d8-0x10db,0x10e0-0x10ef,0x10f0-0x10ff irq 17 at device 31.2 on pci0
ata2: <ATA channel> at channel 0 on atapci0
ata3: <ATA channel> at channel 1 on atapci0
atapci1: <Intel Cougar Point SATA300 controller> port 0x1400-0x1407,0x1408-0x140b,0x1410-0x1417,0x1418-0x141b,0x1420-0x142f,0x1430-0x143f irq 17 at device 31.5 on pci0
ata4: <ATA channel> at channel 0 on atapci1
ata5: <ATA channel> at channel 1 on atapci1
ada0 at ata2 bus 0 scbus0 target 0 lun 0
ada0: <ST3000VN000-1H4167 SC43> ATA-9 SATA 3.x device
ada0: Serial Number Z3101P71
ada0: 600.000MB/s transfers (SATA 3.x, UDMA5, PIO 8192bytes)
ada0: 2861588MB (5860533168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad4
ada1 at ata2 bus 0 scbus0 target 1 lun 0
ada1: <ST3000VN000-1H4167 SC43> ATA-9 SATA 3.x device
ada1: Serial Number Z3101X6H
ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada1: 2861588MB (5860533168 512 byte sectors: 16H 63S/T 16383C)
ada1: Previously was known as ad5
ada2 at ata3 bus 0 scbus1 target 0 lun 0
ada2: <ST3000VN000-1H4167 SC43> ATA-9 SATA 3.x device
ada2: Serial Number Z3101PBF
ada2: 600.000MB/s transfers (SATA 3.x, UDMA5, PIO 8192bytes)
ada2: 2861588MB (5860533168 512 byte sectors: 16H 63S/T 16383C)
ada2: Previously was known as ad6
ada3 at ata3 bus 0 scbus1 target 1 lun 0
ada3: <ST3000VN000-1H4167 SC43> ATA-9 SATA 3.x device
ada3: Serial Number Z3101VWD
ada3: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada3: 2861588MB (5860533168 512 byte sectors: 16H 63S/T 16383C)
ada3: Previously was known as ad7
gpart show ada0 (This is valid for all four disks)
=> 34 5860533101 ada0 GPT (2.7T)
34 6 - free - (3.0K)
40 512 1 freebsd-boot (256K)
552 5860532576 2 freebsd-zfs [bootme] (2.7T)
5860533128 7 - free - (3.5K)
zpool status
pool: zroot
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gpt/disk0 ONLINE 0 0 0
gpt/disk1 ONLINE 0 0 0
gpt/disk2 ONLINE 0 0 0
gpt/disk3 ONLINE 0 0 0
errors: No known data errors
Here is a
dmesg
with AHCI on and booting from the install USB memstick:
Code:
ahci0: <Intel Cougar Point AHCI SATA controller> port 0x10c0-0x10c7,0x10c8-0x10cb,0x10d0-0x10d7,0x10d8-0x10db,0x10e0-0x10ff mem 0xfacd0000-0xfacd07ff irq 17 at device 31.2 on pci0
ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
ahciem0: <AHCI enclosure management bridge> on ahci0
-- snip --
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <ST3000VN000-1H4167 SC43> ATA-9 SATA 3.x device
ada0: Serial Number Z3101P71
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ahci0@pci0:0:31:2: class=0x010601 card=0x330d103c chip=0x1c028086 rev=0x05 hdr=0x00
vendor = 'Intel Corporation'
device = '6 Series/C200 Series Chipset Family SATA AHCI Controller'
class = mass storage
subclass = SATA
P.S. Just so Google can index, the error is:
Code:
Can't workout which disk we are booting from.
Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0:
file softcore.c, line 428
Attachments
Last edited by a moderator: