Error block 0

dominusdj

Member
Aug 22, 2025
30
7
8
Hi everyone!

I just reinstalled Proxmox on an HP Microserver Gen10 Plus, but I keep getting this error.

I tried to disable it with some information I found online, but I couldn't.


Does anyone know what this means and perhaps have a trick to get rid of it?

Thanks a lot
 

Attachments

  • Error.jpg
    Error.jpg
    1.4 MB · Views: 13
Hi,

May you please provide us more details?
- The PVE installed successfully?
- What storage you are using for the root LVM, ZFS, or BTRFS?
- Have you checked the dmesg?
 
Sorry, you're right.
Yes, PVE works perfectly.
I installed a few virtual machines and they work perfectly.
I have a single NVME formatted with ZFS.
No, I don't check it

Thanks a lot
 
Thank you!

Could you please post the output of `dmesg |grep EDID` command? And if if you have VMs could you provide the VM config `qm config <VMID>`? I guess this message is related to monitor or GPU not to Proxmox VE, and it's not harmless. But I would to make sure from the output of `dmesg`.
 
Yes if you'd like to silence it, you can add the options to your existing kernel command like
Bash:
root=ZFS=rpool/ROOT/pve-1 boot=zfs mitigations=off video=efifb:off video=vesafb:off
Then:
Bash:
proxmox-boot-tool refresh
reboot
 
Thank you very much for your reply,
I followed the procedure but unfortunately the error on the screen remains
 
Last edited:
initrd=\EFI\proxmox\6.14.11-3-pve\initrd.img-6.14.11-3-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs mitigations=off video=efifb:off video=vesafb:off
 
  • Like
Reactions: Moayad