Search results

  1. G

    Windows is still setting up the class configuration for this device. (Code 56)

    Maybe someone else also runs into it.... The error also occurs in the Hungarian version of Windows 10. Ethernet card 56 code - error. Tested Proxmox 7.1-10 - Win10 21H2 prof. / virtio driver (0.1.171 and 0.1.215 tested) q35 version ( 5.2, 6.0, 6.1) - error occurs Solution: Machine q35 /...
  2. G

    How to add a hot spare hdd to the proxmox - zfs file system on an EFI-based system…

    The description is very good and detailed. Thanks. It reassures me that he used it under EFI system and had no problem. I have a little lack left, because there is no EFI partition in the description - all mounted drives are full disks. The image I shared shows that the proxmox mounted the data...
  3. G

    How to add a hot spare hdd to the proxmox - zfs file system on an EFI-based system…

    If anyone has experience with hot spare hhd under efi system, please write. The method of attachment is in question for me under the EFI system. Thanks.
  4. G

    How to add a hot spare hdd to the proxmox - zfs file system on an EFI-based system…

    Thanks. I know that too, but it is questionable to me how to prepare a backup hdd. It is enough to mount the raw hdd, or it is needed here too - (which you must first partition and copy the bootloaders using the proxmox-boot-tool)... - I did not find any reference to this in the manual. Add hdd...
  5. G

    How to add a hot spare hdd to the proxmox - zfs file system on an EFI-based system…

    For Legacy system: zpool add rpool spare / dev / disk / by-id / ... In this case the full hdd is added, but this may not be good on the EFI system due to the following: - Under the EFI system, proxmox ZFS creates an ESP (vfat) partition, from where the boot load takes place. - BOOT, EFI, and...