Thank for release 5, I just installed it and almost all works fine, but....
For one of my VM's (I've got 3 working) the console act a little strange. The VM runs fine and I can get to the VM but a SSH connection, but the console iProxmox stops a "Reached target Local File System (Pre)"
and will not go any futher (see picture).
I've tried sevelral reboots but nothing seem to change this.
this can have a number a cause:
* first please check if the boot sequence is completed
systemctl list-jobs should return
No jobs running
* then if the boot sequence is finished, maybe your VM is not configured to display a login prompt on the console
run the command
systemctl status getty@tty1.service
Loaded: loaded (/usr/lib/systemd/system/getty@.service; enabled)
Active: active (running) since søn 2017-07-09 22:30:10 CEST; 1 day 21h ago
Docs: man:agetty(8)
man:systemd-getty-generator(8) http://0pointer.de/blog/projects/serial-console.html
Main PID: 889 (agetty)
CGroup: name=systemd:/system/getty@.service/getty@tty1.service
└─889 /sbin/agetty --noclear tty1 38400 linux
jul 09 22:30:10 fairy.algon.dk systemd[1]: Starting Getty on tty1...