부팅 시 복구 모드가 아니면 표시되지 않습니다. 이후에는 Intel 통합 10900/Z590을 사용하는 소프트웨어 모드

부팅 시 복구 모드가 아니면 표시되지 않습니다. 이후에는 Intel 통합 10900/Z590을 사용하는 소프트웨어 모드

일반적으로 Linux를 처음 사용하는 사용자이므로 지식이 매우 제한되어 있습니다. 저는 최근 Intel 10900/Asus Z590 서버 장비에 Linux Mint Cinnamon 20.1을 설치했습니다. 제가 겪고 있는 문제는 Linux 부트로더를 선택한 후 몇 초 후에 화면이 검게 변하고 복구되지 않는다는 것입니다. 비디오를 얻으려면 재부팅하고 복구 모드를 선택해야 합니다.

부팅한 후 드라이버 관리자로부터 소프트웨어 모드에서 실행 중이며 드라이버를 업데이트해야 한다는 메시지를 받았습니다. 물론 그렇게 하지만 모든 것이 최신 버전으로 설치되어 있다고 알려줍니다. 누군가가 이 문제를 시도하고 해결하기 위해 올바른 방향을 알려줄 수 있는지 확인하기 위해 몇 가지 정보 명령 덤프를 포함하고 있습니다. 어떤 도움이라도 제가 갈 수 있도록 도와주시면 대단히 감사하겠습니다.

sudo lspci -vk | grep -A 15 VGA

DeviceName: Onboard - Video
    Subsystem: ASUSTeK Computer Inc. Device 8694
    Flags: bus master, fast devsel, latency 0, IRQ 255
    Memory at 6000000000 (64-bit, non-prefetchable) [size=16M]
    Memory at 4000000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 4000 [size=64]
    Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
    Capabilities: [40] Vendor Specific Information: Len=0c <?>
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [100] Process Address Space ID (PASID)
    Capabilities: [200] Address Translation Service (ATS)
    Capabilities: [300] Page Request Interface (PRI)
    Kernel modules: i915

sudo lsmod | grep i9
i915                 1990656  0
i2c_algo_bit           16384  1 i915
drm_kms_helper        184320  1 i915
drm                   491520  2 drm_kms_helper,i915
video                  49152  2 asus_wmi,i915

glxinfo | grep Mesa
client glx vendor string: Mesa Project and SGI
    Vendor: Mesa/X.org (0xffffffff)
OpenGL vendor string: Mesa/X.org
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.0-devel (git-42b3513 2021-06-14 focal-oibaf-ppa)
OpenGL version string: 3.1 Mesa 21.2.0-devel (git-42b3513 2021-06-14 focal-oibaf-ppa)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.0-devel (git-42b3513 2021-06-14 focal-oibaf-ppa)

inxi
CPU: 10-Core Intel Core i9-10900 (-MT MCP-) speed/min/max: 4700/800/5200 MHz Kernel: 5.4.0-74-generic x86_64 Up: 3d 22h 42m 
Mem: 7850.3/64123.1 MiB (12.2%) Storage: 96.86 TiB (97.4% used) Procs: 396 Shell: bash 5.0.17 inxi: 3.0.38 

dpkg --list | grep intel
ii  intel-media-va-driver:amd64                20.1.1+dfsg1-1                        amd64        VAAPI driver for the Intel GEN8+ Graphics family
ii  intel-microcode                            3.20210608.0ubuntu0.20.04.1           amd64        Processor microcode firmware for Intel CPUs
ii  libdrm-intel1:amd64                        2.4.106+git2106100500.d61543~oibaf~f  amd64        Userspace interface to intel-specific kernel DRM services -- runtime
ii  xserver-xorg-video-intel                   2:2.99.917+git20200226-1              amd64        X.Org X server -- Intel i8xx, i9xx display driver

    cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.4.0-74-generic root=UUID=3a0eeeee-a675-43ae-aea6-6a6477285672 ro recovery nomodeset dis_ucode_ldr

관련 정보