11.10에서 더 나은 ATI 드라이버를 설치하려고했지만 실패했을 때 부팅 할 때 grub 메뉴를 잃어 버렸습니다. 화면은 익숙한 자주색 색상으로 변경되지만 부팅 옵션 목록 대신 빈 색상으로 표시되며 빠르게 사라지고 기본 항목으로 정상적으로 부팅됩니다.
부트 로더를 어떻게 다시받을 수 있습니까? 나는 시도 하지 않고 응용 프로그램 sudo update-grub
에서 다양한 해상도와 색상 깊이 조합을 시도했습니다 startupmanager
(640x480, 1024x768, 1600x1200, 16 비트, 8 비트, 10 초 지연, 7 초 지연, 2 초 지연 ...)
편집하다:
부팅하는 동안 Shift 키를 누른 상태에서 동작을 변경하지 않는 것 같습니다. 터미널에 "GRUB Loading"메시지가 표시되지만, grub 메뉴가 정상적으로 나타나는 곳에 잠시 동안 빈 마젠타 색 화면이 나타납니다.
내용은 다음과 같습니다 /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=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" vga=798 splash"
# 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"
/etc/default/grub