12:46:14 I would like to enable serial console in SmartOS GZ so it is available after booting from Loader (and re-use the same console as in loader). 13:55:48 what is your current situation about it, nikolam? 13:57:36 ah, I see the #illumos 13:59:56 could you send me outputs from: prtconf -v | grep -A1 'tty.-' and tr '\0' '\n' < /system/boot/environment | grep tty 15:35:54 hello tsoome glat to hear you. Here it is from bare metal SmartOS install, HP 800 G4 SFF : https://pastelink.net/qx6d96ve 15:36:00 glad :) 15:43:15 ok, so the port modes are the same. what does 'show console' tell in loader ok prompt and what is does prtconf -v | grep -A1 console tell? 16:06:42 tsoome, this is from GZ: https://pastelink.net/q28zogks , show console says text 16:12:47 "text" is local console (graphical), not serial. if you enter from ok prompt command: console - this would tell you about actually available console devices, and then you can try with either: set console=ttya (ttyb, ...) or boot -B console=ttya (or ttyb...) or with boot -B os_console=ttya (or ttyb ...) 16:13:57 once you have established working port, you can adjust your system setup accordingly. 16:15:26 btw, to avoid losing console on testing, you can set it: set console=text,ttya and verify both devices 17:04:11 tsoome, I got it working serial console with this Intel KVM over IP, only if remote desktop console is off, when machine reboots. 17:04:30 And it states show console as text,ttya 17:05:02 and I issue boot-B os_console=ttya and still nothing in serial console after Booting... 17:21:49 do you have output from loader console command, what device paths are there? 17:22:58 and same for prtconf -vD | grep -w asy 17:43:50 Wow, I got 2 times ttya.. , when serial console is working in loader.. (only upon fresh hard reboot) 17:44:16 text, ttya, ttya, ttyb, null, spin 17:46:08 first ttya PCiRoot(0x0)/Pci(0x16,0x3)Uart(115200,8,N,1) second ttya ISA IO device PciRoot(0x0)/Pci(0x1F ,0x0)Serial(0x0) 18:50:09 text, ttya, ttya, ttyb ? there is no typo? 18:55:04 on serial terminal, it would be nice if you could save and mail me output of loader lsefi command (its long!) and you can use something like tee or screen -L to save the terminal output.