14:22:20 hello all, where is the define ram disk size of / file system, can we create more memory? how large can be 14:52:14 it's based on the size of the image itself.. basically something that's set when the .tgz is built as I recall 15:16:58 hi, I followed the instructions to boot from the zones pool, mut my system does not recognize the ssh as bootable device on startup. what have I missed? 15:17:35 piadm bootable says: zones ==> BIOS and UEFI 15:17:54 piadm list says: 15:17:55 PI STAMP BOOTABLE FILESYSTEM BOOT IMAGE NOW NEXT 15:17:55 20241128T004404Z zones/boot next yes yes 15:18:21 pure UEFI boot without CSM 19:55:59 tozhu: JBK is correct. That's a platform build-time decision. 19:56:33 In the smartos-live repo: 19:56:34 tools/build_live:bi_root_size=325000 20:55:25 That variable in tools/build_live can be tweaked to resize. 21:09:10 @mongole ==> You meant to say SSD, right? 21:09:27 Anyway... at first glance that does look like your zones pool should be bootable. 21:09:50 yes to ssd 21:09:51 You did not share what `zpool list -v zones` looks like. Is it single disk? mirrors? I'm not sure. 21:09:58 single disk 21:10:33 zpool list -v zones 21:10:40 [root@smartos ~]# zpool list -v zones 21:10:41 NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT 21:10:41 zones 118G 1.63G 116G - - 0% 1% 1.00x ONLINE - 21:10:41 c1t1d0 118G 1.63G 116G - - 0% 1.38% - ONLINE 21:12:00 Are there any other disks besides c1t1d0 ? Also, is this a HW-RAID sort of underlying disk (is it plugged into a HW-RAID HBA?!?), or a conventional NVMe, SATA, or jbod/directly-attached SCSI? 21:12:13 this is just a single msata disk 21:12:13 `diskinfo` answers my question, sorry for not leading with that. 21:12:29 [root@smartos ~]# diskinfo 21:12:29 TYPE DISK VID PID SIZE RMV SSD 21:12:29 SATA c1t1d0 ATA TS128GMSA230S 119.24 GiB no yes 21:12:29 SCSI c2t0d0 Intenso Twist Line 58.59 GiB yes no 21:12:40 ATA? 21:12:46 Oh SATA. 21:12:49 SOrry... not wide enough. 21:12:50 mSATA 21:13:06 VID == ATA where I got confused. 21:13:28 this one https://www.amazon.de/dp/B07GMD5R7M 21:14:40 Last thing to check, please, and can you put it in a GIST as it'll be a bit large for pasting:... `prtvtoc /dev/rdsk/c1t1d0` 21:15:28 https://paste.f1sh.de/?e89b955160be547e#uPGLjAGNUkgJ4UEDwcE5vB4gdJTnix5HAd3BQFbKgEd 21:16:23 Okay... this makes sense. I see you have what looks like a USB-key in your machine as well? Have you tried booting with it removed? 21:17:16 yes, that's the whole issue. I can only boot with the usb device plugged in. without it, there is no device to boot from. so my system just stops after uefi screen 21:17:21 Second thing I'd try is to make sure your BIOS is allowing a boot from the M.2 slot 21:17:34 Sometimes "boot from onboard M.2" is disabled. 21:17:48 That's the only thing I can think of that'd cause a problem like this. 21:18:11 Your SSD is properly laid out for UEFI booting (piadm AND the prtvtoc confirm that). 21:18:48 Also, I hope your mobo isn't disallowing SATA boot from the M.2 slot, esp. if it's one of those NVME-or-mSATA slots? 21:19:53 well, it's a Fujitsu S920. I have 4 of these. there is no issue booting from the mSATA ssd in general. but after SmartOS setup, I loose all bootable devices in UEFI 21:20:14 FUJITSU Thin Client FUTRO S920 21:21:29 usually I just install a OS like DietPI, reboot, done 21:21:43 That's really really weird. 21:21:51 I did see this with some cursory google searching... 21:21:51 https://www.reddit.com/r/homelab/comments/z00an1/bought_a_fujitsu_futro_s920_as_a_starting_point/ 21:22:16 Aha! Maybe this? 21:22:17 https://community.home-assistant.io/t/no-bootable-medium-haos-fujitsu-s920/516008 21:22:27 tl;dr ==> disable "secure boot" and "CSM". 21:24:13 that's the first thing I always do. disable secure boot and csm :) 21:24:51 before I even plug a usb stick in 21:25:10 Damn. 21:25:13 does that system have uefi shell? 21:26:03 not sure. but I think so 21:26:35 but I have to leave now, my gf gets impatient :D 21:26:49 if you can start it, you can try to browse the directory tree (efi/boot) and start bootx64.efi manually 21:27:13 yes I can start from USB 21:27:57 ok thanks for your help. I will stay here and be back in 2 days. I need to leave :/ 21:28:06 have fun:) 21:29:04 I will just keep the system running until then :D 21:30:13 either it does not like file system (can not access it) or does not like the binary (should not be the case because you can boot from usb)