Nee, du machst nichts falsch, das ist mit dem Standard-VGA-Display einfach so. Windows nimmt da den MS Basic Display Adapter und der übernimmt stumpf den Modus, den OVMF vorgibt, deswegen hast du im Gast nichts zur Auswahl. Wenn du das loswerden...
Aus Windows raus gehts am einfachsten: Admin-CMD auf und shutdown /r /fw /t 0, dann bootet die VM direkt ins OVMF-Setup, ganz ohne ESC-Stakkato. Das ist der zuverlässigste Weg, wenn Windows noch startet.
Du kannst dir das Zeitfenster auch größer...
It works perfectly on a Pi5 8Gb that I had lying around unused. :D
I've installed Docker on an LXC and now I'm testing if Windows 11 ARM works, but the installation is slow because I only have a 128GB microSD card.
I even overclocked it to...
It works perfectly on a Pi5 8Gb that I had lying around unused. :D
I've installed Docker on an LXC and now I'm testing if Windows 11 ARM works, but the installation is slow because I only have a 128GB microSD card.
I even overclocked it to...
Ich bin zwar kein Entwickler, aber meiner Meinung nach muss deine Software/Middleware das sicherstellen. Das Frontend darf dem Nutzer erst dann Feedback geben, wenn der Input tatsächlich in der Datenbank committed wurde und die entsprechenden...
For years, we check if the next boot kernel is the same as we have booted right know and if they differ, there is a new kernel present and should be booted. This way, we always get notified and this is independend of any reboot-required files...
The combination of 7.x with 9.x is untested and explicitly unsupported. Are the PVE 8 nodes updated to the latest 8.4.y? Otherwise it is untested and could be unsupported. PVE 8.x is (about to be) unsupported completely. I'm afraid your cluster...
The usual cause of elevated pvestatd CPU is storage polling, it stats every configured storage on each cycle.
Check whether it's logging timeouts:
journalctl -u pvestatd --since "7 days ago" | grep -iE 'timeout|unable|got status'
And see what...
Check what's mounted:
lsblk -f
Then what your storages point at:
cat /etc/pve/storage.cfg
If the mirror is unmounted, your data is intact and this is a mount fix rather than a recovery job.
After restoring from Proxsave I was able to follow the instructions in https://pve.proxmox.com/pve-docs/chapter-pvecm.html#pvecm_separate_node_without_reinstall and recover the node from the failed cluster and connect it to PDM
Nee, du machst nichts falsch, das ist mit dem Standard-VGA-Display einfach so. Windows nimmt da den MS Basic Display Adapter und der übernimmt stumpf den Modus, den OVMF vorgibt, deswegen hast du im Gast nichts zur Auswahl. Wenn du das loswerden...