저는 ryzen 5500U 및 통합 GPU에서 ubuntu 20.04를 실행하고 있습니다.
부팅할 때 이미 Shift/ 버튼을 눌렀는데도 grub 메뉴를 열 수 없습니다 . Esc일시 중지 후 로그인할 수 없고 응답하지 않는 것으로 표시되므로 내 커널 버전을 다운그레이드하고 싶습니다.검은 화면.
커널 버전:
5.14.10-051410-generic
/etc/default/grub
파일:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=-1
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
답변1
그럽 메뉴를 표시하는 것은 어려울 수 있지만부팅하는 동안 0.5초마다 탈출을 치고 놓아 보십시오..
부팅 시간이 길어지는 대신 GRUB_TIMEOUT
값 을 편집하여 /etc/default/grub
몇 초의 대기 시간을 추가합니다. 그런 다음 Grub은 기본 항목을 부팅하기 전에 잠시 기다립니다. 그 동안 Esc또는 를 누르 F4거나 길게 누르면 Shift메뉴가 표시됩니다.
방법은 다음과 같습니다.그럽 구성 편집.