https://forum.proxmox.com/threads/secure-boot-%E2%80%93-microsoft-uefi-ca-2023-certificate-not-included-in-efi-disk.173417/post-834448
If you perform a fresh installation, it will be set to `ms-cert=2023w` and thus included. It also appears to...
Hi folks, i am an absolute beginner at proxmox, but a debian user for a decade now.
I installed proxmox on a mini pc with a nvme.
Then i added ssd storage afterwards the common way, with fdisk and mkfs.ext4 in the shell.
But as i tried to...
Yes, this works, as expected. Then I can add it in the datacenter - storage section and restore the backups.
But this is not the way the disk would be mounted by the PVE when adding an empty disk in the frontend.
Segmentation fault is highly unusual, imho. Run Memtest86+ to check for memory errors. Check your disk with smartctl -a /dev/sdX, replace sdX with the actual drive, like sda or nvme0n1 or whatever. If you don't know, run lsblk to get an overview...
Hi,
We are preparing Windows Server VMs for Microsoft's Secure Boot certificate updates (Microsoft UEFI CA 2023).
We are currently using Proxmox VE with Secure Boot enabled and EFI disks (OVMF).
May I confirm:
Does our current Proxmox version...
Did you leave something off that link? It just takes me to the full documentation area of the site and pasting “Permissions for API tokens are always limited to those of the user.” doesn’t bring back anything.
Hi All
Just wanted to update my findings on what worked for me.
Below are steps taken to recover a RHEL9 Virtual Machine running on Hyper-V 2019 to Proxmox VE9
1. Copied .vhdx file to /var/lib/vz/images
2. convert image to qcow2
<qemu-img...
A ZFS pools consists of one or more vdevs. Vdevs implement the known topologies: single drive/mirror/RaidZx. When you have more than one vdev the combination in a pool is called "striped". (Nearly) every ZFS pool I have has more than one vdev -->...
Well, you can put different sized disks into one pool. "Striped". This is NOT recommended because it removes some very important features!
A mirror (and that's what we mostly use in PVE context) needs two (or more) same sized disks.
You can...
Hi there,
This server runs Proxmox VE 9.1.5. It's a E-2386G CPU server with 64GB of ram, and 2x1GB vnme and 2x6TB HDDs.
The 2x6TB HDDs are in raid0 (I setup the raid via cli since no raid0 option is available on guy).
One vm that runs solely...
Hi @BigBadBlack , welcome to the forum.
You do not.
It would be helpful if you provided actual information that you tried to input, errors you received, etc.
If you are unable to provide accurate information in text format (please use CODE...
ZFS does not work/play well with RAID controllers. To use ZFS, you should have a disk controller in HBA mode
Proxmox in general does not work and play well with consumer SSDs. The boot drives get a surprising amount of traffic. It is...
yeah, this has to be fixed in pdm. In PVE we currently only share the 'non-shared' storages multiple times (or use the list the user can configure) but in pdm we simply sum everything up. would you mind creating a bug for that on...
It depends.
Windows uses the User / share permission and uses a more restrictive AND permission logic.
But for Users and groups, it uses the less restrictive OR permission logic.
And Synology does this stuff again differently by using the more...