VM reboot fails

Brononius

Active Member
Apr 6, 2017
28
1
43
50
Hey,

When I reboot a VM (centos7), the machine restarts fine, I'm getting the grub menu, but then it hangs with a flashing underscore. When I then stop/start (qm stop ID, qm start ID), it boots up fine. Sometimes I need to unlock (qm unlock ID) the VM.

But of course, it's not ideal to have to stop/start the machine in proxmox. A simple reboot of the vm itself should do the trick.

Any idea/suggestions where it goes wrong?


ps I'm having the same sympton for all my VM's (8 centos8 clones).
 
please include "pveversion -v" in your output.
 
Hello,
Hereby the output:

proxmox-ve: 5.0-2 (running kernel: 4.10.1-2-pve)
pve-manager: 5.0-5 (running version: 5.0-5/c155b5bc)
pve-kernel-4.10.1-2-pve: 4.10.1-2
libpve-http-server-perl: 2.0-1
lvm2: 2.02.168-pve1
corosync: 2.4.2-pve2
libqb0: 1.0.1-1
pve-cluster: 5.0-3
qemu-server: 5.0-1
pve-firmware: 2.0-1
libpve-common-perl: 5.0-3
libpve-guest-common-perl: 2.0-1
libpve-access-control: 5.0-1
libpve-storage-perl: 5.0-2
pve-libspice-server1: 0.12.8-3
vncterm: 1.4-1
pve-docs: 5.0-1
pve-qemu-kvm: 2.7.1-500
pve-container: 2.0-4
pve-firewall: 3.0-1
pve-ha-manager: 2.0-1
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.0.7-500
lxcfs: 2.0.6-pve500
criu: 2.11.1-1~bpo90
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.9-pve16~bpo90
 
Hello,
Hereby the output:

proxmox-ve: 5.0-2 (running kernel: 4.10.1-2-pve)
pve-manager: 5.0-5 (running version: 5.0-5/c155b5bc)
pve-kernel-4.10.1-2-pve: 4.10.1-2
libpve-http-server-perl: 2.0-1
lvm2: 2.02.168-pve1
corosync: 2.4.2-pve2
libqb0: 1.0.1-1
pve-cluster: 5.0-3
qemu-server: 5.0-1
pve-firmware: 2.0-1
libpve-common-perl: 5.0-3
libpve-guest-common-perl: 2.0-1
libpve-access-control: 5.0-1
libpve-storage-perl: 5.0-2
pve-libspice-server1: 0.12.8-3
vncterm: 1.4-1
pve-docs: 5.0-1
pve-qemu-kvm: 2.7.1-500
pve-container: 2.0-4
pve-firewall: 3.0-1
pve-ha-manager: 2.0-1
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.0.7-500
lxcfs: 2.0.6-pve500
criu: 2.11.1-1~bpo90
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.9-pve16~bpo90

please upgrade to the current PVE 5.0 beta packages (you need to enable the pvetest repository if you haven't already). that bug has been fixed for quite a while already..

See https://pve.proxmox.com/wiki/Downlo...rtual_Environment_5.x_beta_to_latest_5.x_beta
 
Last edited by a moderator:
Indeed, much better with the latest version!
For some reason, I had the wrong apt source. :mad:


Code:
cat /etc/apt/sources.list.d/pve-test.list
deb http://download.proxmox.com/debian jessie pvetest

It works now after replacing it with:
Code:
deb http://download.proxmox.com/debian stretch pvetest