envirenment:
CentOS7
question:
On startup, the system scrolls the console with messages similar to the following:
[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 128
Raw EDID:
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
i915 0000:00:02.0: HDMI-A-2: Ignoring invalid EDID block 59.
Approach:
Edit the file /boot/grub/grub.conf: add nomodeset to the end of the line starting with “kernel”.
kernel /vmlinuz-2.6.32-279.22.1.el6.x86_64 ro root=/dev/mapper/vg_rhel6-rootfs rd_NO_LUKS crashkernel=auto rhgb quiet <strong>nomodeset</strong>
reason:
Video mode settings have been moved to the kernel. This means that programming of hardware specific clock rates and video card registers happens in the kernel, not in X Windows System startup. On some cards this doesn’t work properly. Adding the nomodeset parameter instructs the kernel to use the BIOS video mode during boot and to load the video driver when the X Windows System starts.
Diagnostic steps:
View /var/log/dmesg log information.
Read More:
- Turn off eslint checksum and resolve formatting conflicts
- Tidb-dm Synchronous error: binlog checksum mismatch, data may be corrupted
- Abnormal [System.InvalidOperationException: custom type mapping for ‘xxx’ is not specified or is not a solution
- [Solved] Docker Startup Error: panic: runtime error: invalid memory address or nil pointer dereference
- android remount of /system failed: Read-only file system [How to Solve]
- When installing zookeeper, you can view the process start, but the status display error: Error contacting service. It is probably not running
- Cmake Compile opencv error: The system is: Windows – 10.0.19042 – AMD64 (Log File)
- [Solved] Go Get Download Dependency Error: is not using a known version control system
- [Solved] paddle:FatalError: `Segmentation fault` is detected by the operating system.
- [Solved] Nacos2.1.1 Startup Error: nacos is starting with standalone
- [Solved] Canoe CAPL Error: “the test module is not assigned or invalid”
- CIBERSOFT $operator is invalid for atomic vectors [How to Solve]
- [Solved] Mycat Startup Error: ERROR Startup failed: Timed out waiting for a signal from the JVM
- [Solved] SyntaxError: Invalid regular expression: invalid group specifier name
- Prometheus Error: “INVALID“ is not a valid start token [How to Solve]
- [Solved] Appium Error: InvalidArgumentException: Message: invalid argument: invalid locator
- [Solved] HTTP Error 400. The request hostname is invalid.
- [Solved] bin/hive Startup Error: Operation category READ is not supported in state standby
- [Solved] Qt Vtk wglMakeCurrent failed in MakeCurrent(), error: The handle is invalid.
- [Solved] JIRA startup error: JIRA startup failed, JIRA has been locked.