14:42:38 is there a public omnios ipxe url or do I need to roll my own? 14:46:02 There isn't one, but we could get one set up if you can provide the pieces. 14:46:09 Please do that even if you roll your own 15:07:26 andyf I want to install omnios using pxe, but seems there is a problem on virtioscsi/sd driver so I want to debug this in bloody 15:08:14 I just tried to boot bloody in oracle cloud but seems the virtioscsi fix is not there 15:10:27 andyf seeems to be this https://smartos.topicbox.com/groups/smartos-discuss/Tf6d75791857d0608-M1f832b4ada893646d252246b/disks-not-visible-on-vps-does-virtio-scsi-driver-supported 15:11:10 bloody might not have been rebuilt since that got integrated into upstream illumos 15:11:10 https://smartos.org/bugview/OS-8418 maybe is the same trouble in omniosce 15:11:12 → OS-8418: vioscsi needs driver_alias and name_to_major entries (Resolved) 15:11:27 there will be a fresh bloody in a few hours time though 15:11:54 andyf thanks!, I'll check for that one then 15:16:29 and I think ipxe would be good, just nobody has contributed it yet :) 15:16:36 I'd be happy to help create ipxe.omnios.org or whatever 15:20:00 andyf that would be great!, smartos uses a custom ipxe, omnios should do the same? 15:24:13 andyf I don't know if this is still accurate https://omnios.org/setup/pxe , but I just was using the netboot.smartos.org/smartos.ipxe file except for this https://github.com/TritonDataCenter/ipxe/issues/18 15:26:34 I've never done anything with ipxe so I don't know. I think there's a blog post from ptribble somewhere 15:27:36 https://ptribble.blogspot.com/2020/12/installing-omnios-on-vultr-with-ipxe.html 15:29:00 thanks!, I'll read that 16:48:20 btw, why dont you use loader for pxe boot? 16:48:33 just curious 16:49:36 tsoome I did not know it was possible? how do you use it for pxe boot? 16:51:44 for bios boot, you have pxeboot, for uefi, you use the loader64.efi; boot program itself is loaded over tftp (as ipxe), /boot and OS files can be provided via tftp or nfs (we do not yet support http) 16:54:24 root path can be specified as: option root-path "nfs://192.168.150.146/export/osroot" or option root-path "tftp://192.168.150.146/" 17:00:16 tsoome thanks! 17:01:16 if it helps to save some time:) 17:02:07 (it would still be nice to have ipxe option)