한 달 동안 사용하지 않아 실제로 다운된 서버가 있습니다.
서버가 Debian 9.0을 실행 중입니다. 약 두 달 전에 Jessie에서 testing
저장소 로 업그레이드했습니다 .
어제 나는 그것이 필요했기 때문에 보안상의 이유로 그것을 열고 모든 패키지를 업그레이드했습니다.
업그레이드 전: GRUB는 이 서버의 유일한 운영 체제를 자동으로 부팅합니다.
업그레이드 후: 이 작업을 수행하려면 Enter 키를 눌러야 합니다. 그래서 키보드 등을 연결해야합니다. 이 불편함을 이해해주실 거라 믿습니다.
또한 로그인 화면과 데스크톱의 배경이 모두 변경된 것을 확인했습니다.
내가 아는 한 이 파일은 다음과 같습니다.
/etc/default/grub
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_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
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"
다른 변경은 하지 않았습니다. Stretch에서 Sid로 업그레이드되었는지 또는 이름이 무엇인지는 확실하지 않습니다. 나 또한 이 사소해 보이는 문제의 원인이 무엇인지 혼란스럽습니다. 그러나 누군가가 나보다 데비안을 더 잘 알기를 진심으로 바랍니다.
정보가 필요하시면 즉시 제공해 드리겠습니다.
편집 1:
uname -a
산출
Linux backup-server 4.9.0-1-amd64 #1 SMP Debian 4.9.2-2 (2017-01-12) x86_64 GNU/Linux
그리고
cat /etc/apt/sources.list
산출
deb http://ftp.sh.cvut.cz/debian/ testing main contrib non-free
deb-src http://ftp.sh.cvut.cz/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
답변1
오늘 예정된 유지 관리를 수행했는데 그 중 하나가 포괄적인 업그레이드였습니다.
sudo apt-get dist-upgrade
업그레이드 중에는 새로운 커널과 새로운 GRUB 패키지가 설치되어 있습니다.
문제가 해결되었습니다. 자동으로 다시 시작하세요.