Hi everyone,
Recently, for the first time I installed RHEL9.4 (kernel 5.14.0-427.42.1.el9_4.x86_64) to replace my Scientific LInux 7.x that for many years served me greatly, but recently reached the end-of-life point. The install was totally successful, but the scheduled upgrade to 9.5 (kernel 5.14.0-503.11.1.el9_5.x86_64) proceeded only at the fallback resolution of 640x480 and max resolution after boot was only 1024x768 instead of normal 1920x1200 with Nvidia NVS300. The hardware is the same and works normally when booting to RHEL9.4 when at boot kernel 5.14.0-427.42.1.el9_4.x86_64 is selected. The low resolution issue is only observed when booting to RHEL9.5 by selecting either 5.14.0-503.11.1.el9_5.x86_64 or 5.14.0-503.14.1.el9_5.x86_64 kernel, and this is reproducible as sunrise and sunset.
Just released standalone RHEL9.5 installer produced the same outcome like the 9.5 update. The fallback resolution was dropped to right after the installation started. The same fallback observed with Centos Stream 9 latest. Both standalone 9.5 and CS9 did not allow use of the recommended graphic installation mode, because the lower part of destination disk screens were beyond reach and could not be scrolled to. In the text mode, VNC could not be used because an outside VNC client become non-responsive right after connection was established. Perhaps this was a consequence of the problem with video, as the RHEL9.4 normal install in the graphic mode had the normal usable VNC mode. While CS9 could be installed in the plain text mode and booted afterwards, although at the low resolution only, the RHEL9.5 install could not be completed even in the text mode because I could not figure out how to specify in the text mode the required authorized access to the RHEL CDN installation source, which is only available in the graphic mode or over VNC.
I extracted /tmp/syslogs by interrupting all three installs in the Rescue mode, and at first it looks like indeed a nouveau driver issue.
Normal install RHEL9.4
Failed RHEL9.5 install
Faulty CS9 install:
However, all three installations use exactly the same nouveau driver! If this is a problem with kernel or settings, how to get to that?
Could someone with the needed expertise help to find what is the problem and is there a way to fix it? I also extracted
Recently, for the first time I installed RHEL9.4 (kernel 5.14.0-427.42.1.el9_4.x86_64) to replace my Scientific LInux 7.x that for many years served me greatly, but recently reached the end-of-life point. The install was totally successful, but the scheduled upgrade to 9.5 (kernel 5.14.0-503.11.1.el9_5.x86_64) proceeded only at the fallback resolution of 640x480 and max resolution after boot was only 1024x768 instead of normal 1920x1200 with Nvidia NVS300. The hardware is the same and works normally when booting to RHEL9.4 when at boot kernel 5.14.0-427.42.1.el9_4.x86_64 is selected. The low resolution issue is only observed when booting to RHEL9.5 by selecting either 5.14.0-503.11.1.el9_5.x86_64 or 5.14.0-503.14.1.el9_5.x86_64 kernel, and this is reproducible as sunrise and sunset.
Just released standalone RHEL9.5 installer produced the same outcome like the 9.5 update. The fallback resolution was dropped to right after the installation started. The same fallback observed with Centos Stream 9 latest. Both standalone 9.5 and CS9 did not allow use of the recommended graphic installation mode, because the lower part of destination disk screens were beyond reach and could not be scrolled to. In the text mode, VNC could not be used because an outside VNC client become non-responsive right after connection was established. Perhaps this was a consequence of the problem with video, as the RHEL9.4 normal install in the graphic mode had the normal usable VNC mode. While CS9 could be installed in the plain text mode and booted afterwards, although at the low resolution only, the RHEL9.5 install could not be completed even in the text mode because I could not figure out how to specify in the text mode the required authorized access to the RHEL CDN installation source, which is only available in the graphic mode or over VNC.
I extracted /tmp/syslogs by interrupting all three installs in the Rescue mode, and at first it looks like indeed a nouveau driver issue.
Normal install RHEL9.4
Code:
[yaximik@g5nnjn1 94boot]$ more tmp/syslog | grep nouveau
04:04:30,656 INFO kernel:nouveau 0000:04:00.0: vgaarb: deactivate vga console
04:04:30,657 INFO kernel:nouveau 0000:04:00.0: NVIDIA GT218 (0a8c00b1)
04:04:30,780 INFO kernel:nouveau 0000:04:00.0: bios: version 70.18.83.00.09
04:04:30,781 INFO kernel:nouveau 0000:04:00.0: fb: 512 MiB DDR3
04:04:30,872 INFO kernel:nouveau 0000:04:00.0: DRM: VRAM: 512 MiB
04:04:30,872 INFO kernel:nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
04:04:30,872 INFO kernel:nouveau 0000:04:00.0: DRM: TMDS table version 2.0
04:04:30,872 INFO kernel:nouveau 0000:04:00.0: DRM: DCB version 4.0
04:04:30,872 INFO kernel:nouveau 0000:04:00.0: DRM: DCB outp 00: 02000360 00000000
04:04:30,873 INFO kernel:nouveau 0000:04:00.0: DRM: DCB outp 01: 02000362 00020010
04:04:30,873 INFO kernel:nouveau 0000:04:00.0: DRM: DCB outp 02: 028003a6 0f220010
04:04:30,873 INFO kernel:nouveau 0000:04:00.0: DRM: DCB outp 03: 01011380 00000000
04:04:30,873 INFO kernel:nouveau 0000:04:00.0: DRM: DCB outp 04: 08011382 00020010
04:04:30,873 INFO kernel:nouveau 0000:04:00.0: DRM: DCB outp 05: 088113c6 0f220010
04:04:30,874 INFO kernel:nouveau 0000:04:00.0: DRM: DCB conn 00: 00101064
04:04:30,874 INFO kernel:nouveau 0000:04:00.0: DRM: DCB conn 01: 00202165
04:04:30,885 INFO kernel:nouveau 0000:04:00.0: DRM: MM: using COPY for buffer copies
04:04:30,902 INFO kernel:[drm] Initialized nouveau 1.4.0 20120801 for 0000:04:00.0 on minor 0
04:04:30,965 INFO kernel:fbcon: nouveaudrmfb (fb0) is primary device
04:04:31,073 INFO kernel:nouveau 0000:04:00.0: [drm] fb0: nouveaudrmfb frame buffer device
[yaximik@g5nnjn1 94boot]$
Code:
[yaximik@g5nnjn1 95boot]$ more tmp/syslog | grep nouveau
22:39:33,969 INFO kernel:nouveau 0000:04:00.0: vgaarb: deactivate vga console
22:39:34,343 INFO kernel:nouveau 0000:04:00.0: NVIDIA GT218 (0a8c00b1)
22:39:34,343 INFO kernel:nouveau 0000:04:00.0: bios: version 70.18.83.00.09
22:39:34,343 INFO kernel:nouveau 0000:04:00.0: fb: 512 MiB DDR3
22:39:34,344 INFO kernel:nouveau 0000:04:00.0: DRM: VRAM: 512 MiB
22:39:34,344 INFO kernel:nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
22:39:34,344 INFO kernel:nouveau 0000:04:00.0: DRM: TMDS table version 2.0
22:39:34,345 INFO kernel:nouveau 0000:04:00.0: DRM: MM: using COPY for buffer copies
22:39:34,345 INFO kernel:[drm] Initialized nouveau 1.4.0 20120801 for 0000:04:00.0 on minor 0
22:39:34,345 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,345 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,346 INFO kernel:fbcon: nouveaudrmfb (fb0) is primary device
22:39:34,346 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,346 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,346 INFO kernel:nouveau 0000:04:00.0: [drm] fb0: nouveaudrmfb frame buffer device
22:39:34,379 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,412 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,454 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,479 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,523 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
22:39:34,545 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
[yaximik@g5nnjn1 95boot]$
Code:
[yaximik@g5nnjn1 CS9boot]$ more tmp/syslog | grep nouveau
02:45:16,117 INFO kernel:nouveau 0000:04:00.0: vgaarb: deactivate vga console
02:45:16,477 INFO kernel:nouveau 0000:04:00.0: NVIDIA GT218 (0a8c00b1)
02:45:16,489 INFO kernel:nouveau 0000:04:00.0: bios: version 70.18.83.00.09
02:45:16,489 INFO kernel:nouveau 0000:04:00.0: fb: 512 MiB DDR3
02:45:16,489 INFO kernel:nouveau 0000:04:00.0: DRM: VRAM: 512 MiB
02:45:16,489 INFO kernel:nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
02:45:16,490 INFO kernel:nouveau 0000:04:00.0: DRM: TMDS table version 2.0
02:45:16,490 INFO kernel:nouveau 0000:04:00.0: DRM: MM: using COPY for buffer copies
02:45:16,490 INFO kernel:[drm] Initialized nouveau 1.4.0 20120801 for 0000:04:00.0 on minor 0
02:45:16,490 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,490 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,490 INFO kernel:fbcon: nouveaudrmfb (fb0) is primary device
02:45:16,490 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,491 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,491 INFO kernel:nouveau 0000:04:00.0: [drm] fb0: nouveaudrmfb frame buffer device
02:45:16,504 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,537 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,570 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,604 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,637 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000000:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
02:45:16,670 ERR kernel:nouveau 0000:04:00.0: DRM: [DRM/00000003:kmsOutp] [LOAD_DETECT data:00000154] load:07 (ret:7)
[yaximik@g5nnjn1 CS9boot]$
However, all three installations use exactly the same nouveau driver! If this is a problem with kernel or settings, how to get to that?
Could someone with the needed expertise help to find what is the problem and is there a way to fix it? I also extracted
dmesg -k
outputs in all three aborted installs, but dmesg -k | grep nouveau
extracts are essentially the same.