[SOLVED] [pve8] kernel: EDID has corrupt header

I get:

Code:
~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
E: /etc/kernel/proxmox-boot-uuids does not exist.

and:

Code:
~# cat /etc/kernel/cmdline
i915.fastboot=1 drm.edid_firmware=edid/1280x1024.bin
 
I've added i915.fastboot=1 drm.edid_firmware=edid/1280x1024.bin to the GRUB_CMDLINE_LINUX variable in /etc/default/grub (modifying GRUB_CMDLINE_LINUX_DEFAULT had no effect on /boot/grub/grub.cfg) and it works! Thank you very much for the help.
 
  • Like
Reactions: SuperMicro
I've added i915.fastboot=1 drm.edid_firmware=edid/1280x1024.bin to the GRUB_CMDLINE_LINUX variable in /etc/default/grub (modifying GRUB_CMDLINE_LINUX_DEFAULT had no effect on /boot/grub/grub.cfg) and it works! Thank you very much for the help.
I'm glad, you're welcome!
 
I changed my Boot OS disk from ZFS to XFS. Which code can i use for XFS to get rid of the "kernel: EDID block 0 is all zeroes" log message?
 
I changed my Boot OS disk from ZFS to XFS. Which code can i use for XFS to get rid of the "kernel: EDID block 0 is all zeroes" log message?
The workaround in edit2 should work independently of the file system. You should update your kernel cmdline according to your boot status legacy or UEFI.
 
  • Like
Reactions: SuperMicro