{"id":27221174,"url":"https://github.com/khalidit23/fix-proxmox-vm-start-error","last_synced_at":"2025-04-10T07:19:48.208Z","repository":{"id":286959910,"uuid":"963103836","full_name":"khalidit23/fix-proxmox-vm-start-error","owner":"khalidit23","description":"Fix for Proxmox VM startup error caused by node hostname mismatch","archived":false,"fork":false,"pushed_at":"2025-04-09T07:30:13.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T08:23:30.581Z","etag":null,"topics":["linux","linux-administration","linux-troubleshooting","proxmox","qemu-error","vmware"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khalidit23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-09T06:56:35.000Z","updated_at":"2025-04-09T07:34:57.000Z","dependencies_parsed_at":"2025-04-09T08:23:33.901Z","dependency_job_id":"10e4f606-c3d2-40cc-8448-11c9bb708f44","html_url":"https://github.com/khalidit23/fix-proxmox-vm-start-error","commit_stats":null,"previous_names":["khalidit23/fix-proxmox-vm-start-error"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidit23%2Ffix-proxmox-vm-start-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidit23%2Ffix-proxmox-vm-start-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidit23%2Ffix-proxmox-vm-start-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidit23%2Ffix-proxmox-vm-start-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khalidit23","download_url":"https://codeload.github.com/khalidit23/fix-proxmox-vm-start-error/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248173830,"owners_count":21059594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","linux-administration","linux-troubleshooting","proxmox","qemu-error","vmware"],"created_at":"2025-04-10T07:19:47.660Z","updated_at":"2025-04-10T07:19:48.193Z","avatar_url":"https://github.com/khalidit23.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ Fix: Proxmox VM Not Starting Due to Node Hostname Mismatch\n  \n![Proxmox](https://img.shields.io/badge/Proxmox-E57000?style=for-the-badge\u0026logo=proxmox\u0026logoColor=white)\n\nIf you're facing an error like this when starting a Proxmox virtual machine:\n\n![img alt](https://github.com/khalidit23/fix-proxmox-vm-start-error/blob/2634491979e5eb5d8d9cc931036c7a3963a323bd/p-error.jpeg)\n\n---  \nThen this guide will help you fix the issue by correcting the **Proxmox node hostname mismatch** between the static and transient hostnames.\n\nIf your system’s **static hostname** and **transient hostname** don’t match, Proxmox may look in the wrong directory and fail to find `200.conf`, resulting in a VM start failure.\n\n---\n\n## Check Hostnames\n\nRun the following:\n\n```bash\nhostnamectl\n```\n \n## Example output:\n\n```\nStatic hostname: khalid\nTransient hostname: KHALID-DELL-730XD-PROXMOX\n```\nThis mismatch causes Proxmox to look for the VM config under `KHALID-DELL-730XD-PROXMOX`, while the VM was created under `khalid`\n\n## Set all types of hostnames to the same value (`khalid` in this case):\n\n```bash\nsudo hostnamectl set-hostname khalid --static --pretty --transient\n```\n## Then confirm:\n```bash\nhostnamectl\n```\n**Now your Proxmox VM should start successfully.\n\n## ❤️ Support\nIf this guide helped you, feel free to star ⭐ this repository and share it with others!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalidit23%2Ffix-proxmox-vm-start-error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalidit23%2Ffix-proxmox-vm-start-error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalidit23%2Ffix-proxmox-vm-start-error/lists"}