grub-probe understands Proxmox VE partitions but not Backup server

Sasha

Well-Known Member
Oct 18, 2018
116
4
58
Kazahstan
Hi, guys!
I'd appreciate You for helping to figure out my case.
I have two completely identical hardware with clear by default installation of Proxmox VE partitions and Backup server. Here You are:

Proxmox VE
1730617100014.png

Proxmox Backup server
1730617147186.png

As You can note it's a difference in file system... And grub-probe notes it also:

Proxmox VE

Code:
root@hqm:~# grub-probe -d /dev/nvme0n1p3
zfs
root@hqm:~# grub-probe -d /dev/nvme1n1p3
zfs

Proxmox Backup server

Code:
root@bs:~# grub-probe -d /dev/nvme0n1p3
grub-probe: error: unknown filesystem.
root@bs:~# grub-probe -d /dev/nvme1n1p3
grub-probe: error: unknown filesystem.
zfs

Would You comment it guys? Is it a problem of Backup server installation or normal situation? What is this in fact?