Guest Boot Problems

From Proxmox VE
Revision as of 16:28, 29 October 2010 by Ndelong (talk | contribs) (Created page with "Category:Troubleshooting When a guest fails to start, the GUI doesn't present you with an immediate error. Below are some steps you can try: * SSH into the Proxmox VE server…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When a guest fails to start, the GUI doesn't present you with an immediate error. Below are some steps you can try:

  • SSH into the Proxmox VE server.
  • Review the contents of vzctl.log:
tail -50 /var/log/vzctl.log
  • Try starting the VM from the shell (change VMID to the guest VM's ID number):
qm start VMID