14:15:42 ld: fatal: library -lCrunG3: not found 14:15:58 what library is missing? 14:16:41 That is a library that is part of Oracle Solaris Studio 14:21:21 ah 14:21:46 little offtopic yes.. but could it be developerstudio12.6 ? 14:22:13 i downloaded tar and xtracked it and linked lib directory. it finds atomic for example 14:23:05 i wanna sysbench on oracle solaris and then on omnios.. compiling sysbench and it is on point where compiles against mysql lib 14:24:49 It could be yes, it's possible to run some Solaris things on OmniOS, but after 13 years of divergence there's no guarantee. I think some people do build and run sysbench natively though I've never tried myself. 14:26:15 ../devlibs/OracleDeveloperStudio12.6-solaris-x86-bin/patches/system/119964-35/SUNWlibC/reloc/usr/lib/amd64/libCrunG3.so.1 14:26:28 perhaps i can get it from there 14:27:01 for omnios i will compile sysbench separately.. rigth now stuck on orace solaris :) 19:06:28 does omnios support uefi boot? i installed it but boot from local does not show up anything under uefi 19:06:53 installed itself under uefi worked fine. i installed normal mode. nothing manual 19:26:06 it should, tsoome would know though. 19:30:07 got it working. this time installer installed on raid controller mode... oracle solaris installed on outside.. or i dont know how to explain this. bios booted from disk previously.. now from integrated raid controller disk 1 19:30:23 i have raid controllorer in hba mode 19:30:31 controller* 20:00:16 Make sure if you boot UEFI that your boot disk has an EFI System Partition (ESP). The boot pool should've been created with -B. 20:10:29 i assume installer does that? 20:11:58 It's possible that kayak picks "first disk hit" not the one youwant. ISTR there's a way to tell kayak which disks to use, or to shell-escape and create `rpool` manually. 20:12:44 i have raidz 5 disks 20:12:58 boot pool should have system (esp), usr and reserved partitions. 20:13:15 it boots from raid controller 1 under uefi 21:38:48 ivaat: Just the raidz vdev of 5 disks or do you also have slog or l2arc? 21:39:21 `zpool create -B` will fail if you have more than one top-level vdev upon creation. slog or l2arc count. 21:39:45 (If you want a bootable pool with slog or l2arc, `create -B` it without them, then ADD them after. 21:39:46 )