Boot failure after installing drivers Google Coral card

Sathopper

New Member
Aug 14, 2024
3
0
1
After following a manual to install drivers for a new installed Coral TPU card the Proxmox web interface is failing after a reboot and my CT and VM's are not running.
Can access Proxmox by ssh, Version updated 8.4 version.
While booting the pvestatd.service, pveproxy.service and pvedaemon.service fail to start.
Can't start them manually to. Is there a way to fix this?
The qm command doesn't work either to start the VM's manual.
thanks
 
Adding a PCI(e) device changes IOMMU groups. Your NIC name can change and if you pass through things they can now be referring to something else. Did you use passthrough?
 
Last edited:
What does systemctl status pvestatd pveproxy pvedaemon and systemctl --failed say?
journalctl -u pveproxy, journalctl -u pve-cluster and logs for all the other failed services would also be useful.
 
Last edited:
Code:
systemctl status pvestatd pveproxy pvedaemon
Unit pvestatd.service could not be found.
Unit pveproxy.service could not be found.
Unit pvedaemon.service could not be found.
Code:
systemctl --failed
  UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.
Code:
root@ThuisServer430:/# journalctl -u pveproxy
Dec 07 08:58:50 ThuisServer430 systemd[1]: Starting pveproxy.service - PVE API Proxy Serve>
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: Generating public/private rsa key pair.
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: Your identification has been saved in /root/.s>
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: Your public key has been saved in /root/.ssh/i>
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: The key fingerprint is:
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: SHA256:77rTkJw8SW+VvDF/d7eKz+XWD8qBjsd7P0OVu9a>
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: The key's randomart image is:
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: +---[RSA 4096]----+
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |                 |
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |                 |
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |           . .  .|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |        .   *  ..|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |       +S= . = ..|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |        O.o.. +.*|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |         *o .+.+@|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |        .++.=o*E+|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: |        +=+++===o|
Dec 07 08:58:52 ThuisServer430 pvecm[1372]: +----[SHA256]-----+
Dec 07 08:58:55 ThuisServer430 pvecm[1369]: got inotify poll request in wrong process - di>
Dec 07 08:58:56 ThuisServer430 pveproxy[1420]: starting server
Dec 07 08:58:56 ThuisServer430 pveproxy[1420]: starting 3 worker(s)
Dec 07 08:58:56 ThuisServer430 pveproxy[1420]: worker 1421 started
Dec 07 08:58:56 ThuisServer430 pveproxy[1420]: worker 1422 started
Dec 07 08:58:56 ThuisServer430 pveproxy[1420]: worker 1423 started
Dec 07 08:58:56 ThuisServer430 systemd[1]: Started pveproxy.service - PVE API Proxy Server.
Dec 07 09:04:27 ThuisServer430 systemd[1]: Stopping pveproxy.service - PVE API Proxy Serve>
Dec 07 09:04:28 ThuisServer430 pveproxy[1420]: received signal TERM
Dec 07 09:04:28 ThuisServer430 pveproxy[1420]: server closing
Dec 07 09:04:28 ThuisServer430 pveproxy[1422]: worker exit
Dec 07 09:04:28 ThuisServer430 pveproxy[1421]: worker exit
Dec 07 09:04:28 ThuisServer430 pveproxy[1420]: worker 1422 finished
Dec 07 09:04:28 ThuisServer430 pveproxy[1420]: worker 1421 finished
Dec 07 09:04:28 ThuisServer430 pveproxy[1420]: worker 1423 finished
Dec 07 09:04:28 ThuisServer430 pveproxy[1420]: server stopped
Dec 07 09:04:29 ThuisServer430 pveproxy[2671]: worker exit
Dec 07 09:04:29 ThuisServer430 systemd[1]: pveproxy.service: Deactivated successfully.
Dec 07 09:04:29 ThuisServer430 systemd[1]: Stopped pveproxy.service - PVE API Proxy Server.

Code:
root@ThuisServer430:/# journalctl -u pve-cluster
Dec 07 08:58:48 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 07 08:58:48 ThuisServer430 pmxcfs[1217]: [main] notice: resolved node name 'ThuisServe>
Dec 07 08:58:48 ThuisServer430 pmxcfs[1217]: [main] notice: resolved node name 'ThuisServe>
Dec 07 08:58:49 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 07 09:04:32 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 07 09:04:32 ThuisServer430 pmxcfs[1225]: [main] notice: teardown filesystem
Dec 07 09:04:33 ThuisServer430 pmxcfs[1225]: [main] notice: exit proxmox configuration fil>
Dec 07 09:04:33 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 07 09:04:33 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot aa1a4a4b77fc4c9696dcb8aeb1153830 --
Dec 07 09:25:36 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 07 09:25:36 ThuisServer430 pmxcfs[1227]: [main] notice: resolved node name 'ThuisServe>
Dec 07 09:25:36 ThuisServer430 pmxcfs[1227]: [main] notice: resolved node name 'ThuisServe>
Dec 07 09:25:37 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 07 09:26:45 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 07 09:26:45 ThuisServer430 pmxcfs[1239]: [main] notice: teardown filesystem
Dec 07 09:26:46 ThuisServer430 pmxcfs[1239]: [main] notice: exit proxmox configuration fil>
Dec 07 09:26:46 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 07 09:26:46 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot c2406b545df046ec8f0d799a8a1ba0f7 --
Dec 07 09:34:47 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 07 09:34:47 ThuisServer430 pmxcfs[1220]: [main] notice: resolved node name 'ThuisServe>
Dec 07 09:34:47 ThuisServer430 pmxcfs[1220]: [main] notice: resolved node name 'ThuisServe>
Dec 07 09:34:48 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 07 09:39:45 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 07 09:39:45 ThuisServer430 pmxcfs[1227]: [main] notice: teardown filesystem
Dec 07 09:39:46 ThuisServer430 pmxcfs[1227]: [main] notice: exit proxmox configuration fil>
Dec 07 09:39:46 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 07 09:39:46 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot ff95560f49284f188de0e6cc66dea37a --
Dec 07 14:40:32 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 07 14:40:32 ThuisServer430 pmxcfs[1237]: [main] notice: resolved node name 'ThuisServe>
Dec 07 14:40:32 ThuisServer430 pmxcfs[1237]: [main] notice: resolved node name 'ThuisServe>
Dec 07 14:40:33 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 07 21:37:48 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 07 21:37:48 ThuisServer430 pmxcfs[1252]: [main] notice: teardown filesystem
Dec 07 21:37:48 ThuisServer430 pmxcfs[1252]: [main] notice: exit proxmox configuration fil>
Dec 07 21:37:48 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 07 21:37:48 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
Dec 07 21:37:48 ThuisServer430 systemd[1]: pve-cluster.service: Consumed 15.391s CPU time.
-- Boot d24fea00ac39417da0dca771d1b8778b --
Dec 07 21:49:16 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 07 21:49:16 ThuisServer430 pmxcfs[1297]: [main] notice: resolved node name 'ThuisServe>
Dec 07 21:49:16 ThuisServer430 pmxcfs[1297]: [main] notice: resolved node name 'ThuisServe>
Dec 07 21:49:17 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 07 21:51:52 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 07 21:51:52 ThuisServer430 pmxcfs[1312]: [main] notice: teardown filesystem
Dec 07 21:51:53 ThuisServer430 pmxcfs[1312]: [main] notice: exit proxmox configuration fil>
Dec 07 21:51:53 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 07 21:51:53 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot dae08b563f2f49ddbbf5b1fb541e5159 --
Dec 07 21:57:06 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 07 21:57:06 ThuisServer430 pmxcfs[1291]: [main] notice: resolved node name 'ThuisServe>
Dec 07 21:57:06 ThuisServer430 pmxcfs[1291]: [main] notice: resolved node name 'ThuisServe>
Dec 07 21:57:07 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 07 23:25:06 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 07 23:25:06 ThuisServer430 pmxcfs[1305]: [main] notice: teardown filesystem
Dec 07 23:25:07 ThuisServer430 pmxcfs[1305]: [main] notice: exit proxmox configuration fil>
Dec 07 23:25:07 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 07 23:25:07 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
Dec 07 23:25:07 ThuisServer430 systemd[1]: pve-cluster.service: Consumed 3.293s CPU time.
-- Boot 8637f54f44024d9e88f285a2db361b9c --
Dec 08 09:16:54 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 08 09:16:54 ThuisServer430 pmxcfs[1326]: [main] notice: resolved node name 'ThuisServe>
Dec 08 09:16:54 ThuisServer430 pmxcfs[1326]: [main] notice: resolved node name 'ThuisServe>
Dec 08 09:16:55 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 08 09:30:03 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 08 09:30:03 ThuisServer430 pmxcfs[1340]: [main] notice: teardown filesystem
Dec 08 09:30:04 ThuisServer430 pmxcfs[1340]: [main] notice: exit proxmox configuration fil>
Dec 08 09:30:04 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 08 09:30:04 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot 1d9135c5cf394c1db2ee5a5c7a5238d5 --
Dec 08 15:13:57 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 08 15:13:57 ThuisServer430 pmxcfs[1346]: [main] notice: resolved node name 'ThuisServe>
Dec 08 15:13:57 ThuisServer430 pmxcfs[1346]: [main] notice: resolved node name 'ThuisServe>
Dec 08 15:13:58 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 08 15:23:02 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 08 15:23:02 ThuisServer430 pmxcfs[1358]: [main] notice: teardown filesystem
Dec 08 15:23:03 ThuisServer430 pmxcfs[1358]: [main] notice: exit proxmox configuration fil>
Dec 08 15:23:03 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 08 15:23:03 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot 3a3abdf59a8e4d1cb9eb7343da1a84c9 --
Dec 08 15:25:03 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 08 15:25:03 ThuisServer430 pmxcfs[1314]: [main] notice: resolved node name 'ThuisServe>
Dec 08 15:25:03 ThuisServer430 pmxcfs[1314]: [main] notice: resolved node name 'ThuisServe>
Dec 08 15:25:04 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 08 15:33:11 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 08 15:33:11 ThuisServer430 pmxcfs[1326]: [main] notice: teardown filesystem
Dec 08 15:33:13 ThuisServer430 pmxcfs[1326]: [main] notice: exit proxmox configuration fil>
Dec 08 15:33:13 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 08 15:33:13 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot f21f816273304b08842e3e9c2f64f0f3 --
Dec 08 15:35:08 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 08 15:35:08 ThuisServer430 pmxcfs[1312]: [main] notice: resolved node name 'ThuisServe>
Dec 08 15:35:08 ThuisServer430 pmxcfs[1312]: [main] notice: resolved node name 'ThuisServe>
Dec 08 15:35:09 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 08 16:06:35 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 08 16:06:35 ThuisServer430 pmxcfs[1325]: [main] notice: teardown filesystem
Dec 08 16:06:36 ThuisServer430 pmxcfs[1325]: [main] notice: exit proxmox configuration fil>
Dec 08 16:06:36 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 08 16:06:36 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
Dec 08 16:06:36 ThuisServer430 systemd[1]: pve-cluster.service: Consumed 1.788s CPU time.
-- Boot a634f3fde7f64defb5be50b015e3a41f --
Dec 12 18:03:20 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 12 18:03:20 ThuisServer430 pmxcfs[1329]: [main] notice: resolved node name 'ThuisServe>
Dec 12 18:03:20 ThuisServer430 pmxcfs[1329]: [main] notice: resolved node name 'ThuisServe>
Dec 12 18:03:21 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 12 18:05:30 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
Dec 12 18:05:30 ThuisServer430 pmxcfs[1347]: [main] notice: teardown filesystem
Dec 12 18:05:31 ThuisServer430 pmxcfs[1347]: [main] notice: exit proxmox configuration fil>
Dec 12 18:05:31 ThuisServer430 systemd[1]: pve-cluster.service: Deactivated successfully.
Dec 12 18:05:31 ThuisServer430 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cl>
-- Boot 2390946419e440549fba40aba53ef8d3 --
Dec 12 18:23:59 ThuisServer430 systemd[1]: Starting pve-cluster.service - The Proxmox VE c>
Dec 12 18:23:59 ThuisServer430 pmxcfs[1311]: [main] notice: resolved node name 'ThuisServe>
Dec 12 18:23:59 ThuisServer430 pmxcfs[1311]: [main] notice: resolved node name 'ThuisServe>
Dec 12 18:24:00 ThuisServer430 systemd[1]: Started pve-cluster.service - The Proxmox VE cl>
Dec 12 18:24:11 ThuisServer430 systemd[1]: Stopping pve-cluster.service - The Proxmox VE c>
lines 82-118