Forum archive
configuration wizard doesn't show up at first boot
Hello,
I tried several turnkey solution installed like following on proxmox:
pct create 101 VMHost:vztmpl/debian-11-turnkey-postgresql_17.1-1_amd64.tar.gz --hostname postgresql-17.1-1 --cores 2 --memory 1024 --swap 512 --rootfs VMHost:128 --net0 name=eth0,bridge=vmbr0,ip=192.168.100.20/22,gw=192.168.100.1 --onboot 1 --startup 'order=1,up=5,down=5'
After I tried to connected:
1) with putty via ssh root@192.168.100.20 it ask me to accept a certificate then ask me for a password.
2) from proxmox console via ssh root@192.168.100.20 but same thing happened.
The password wizard didn't show up.
I restarted several time the VM.
I don't know what to try else.
Thanks for support,
Kind regards
Stéphane
When you first log in via SSH, you should be greeted by the firstboot scripts.
The only thing that I can think of is perhaps it wasn't quite ready yet? If you log in before the interactive component of the firstboot process has started, then perhaps that might occur?
I'm not sure if pct provides a way to see what the boot process is doing, but you can open a NoVNC window (from the Web UI) - once it reaches the log in prompt you should be good to go (I prefer using SSH, but the NoVNC window should work fine).Update: This should work:
I.e. 'pct console 101'. I just tested it and you can log in via that too and should see the firstboot scripts. Note to exit: 'Ctrl-a' followed by 'q'.
Hopefully that helps. If you continue to have issues, please post back and I'll test myself.