yum 업데이트 커널 후 Scientific Linux가 부팅되지 않습니다.

yum 업데이트 커널 후 Scientific Linux가 부팅되지 않습니다.

방금 Linux용 커널을 업데이트했습니다.

[root@localhost ~]# cat /etc/redhat-release 
Scientific Linux release 6.1 (Carbon)
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# 

/var/log/messages의 마지막 몇 가지 항목:

Oct  1 10:22:10 wcmisdlin02 wall[21689]: wall: user root broadcasted 1 lines (8 chars)
Oct  1 10:22:40 wcmisdlin02 NetworkManager[1866]: <info> kernel firmware directory '/lib/firmware' changed
Oct  1 10:22:43 wcmisdlin02 yum[21626]: Updated: kernel-firmware-2.6.32-279.9.1.el6.noarch
Oct  1 10:22:53 wcmisdlin02 yum[21626]: Installed: kernel-2.6.32-279.9.1.el6.x86_64
Oct  1 10:23:05 wcmisdlin02 yum[21626]: Installed: kernel-devel-2.6.32-279.9.1.el6.x86_64
Oct  1 10:23:07 wcmisdlin02 yum[21626]: Updated: kernel-headers-2.6.32-279.9.1.el6.x86_64

/var/log/yum.log

[root@localhost ~]# tail /var/log/yum.log | grep "^Oct 01"
Oct 01 10:22:43 Updated: kernel-firmware-2.6.32-279.9.1.el6.noarch
Oct 01 10:22:53 Installed: kernel-2.6.32-279.9.1.el6.x86_64
Oct 01 10:23:05 Installed: kernel-devel-2.6.32-279.9.1.el6.x86_64
Oct 01 10:23:07 Updated: kernel-headers-2.6.32-279.9.1.el6.x86_64
[root@localhost ~]# 

이제 부팅되지 않습니다(다른 버전의 커널을 선택할 수 있는 GRUB를 본 직후(새로 설치한 커널을 시도했습니다)그리고이전 커널) 동일한 결과:

Kernel panic - not syncing: VFS: Unable to mount root fs on known-block(0,0)
Pid: 1, comm: swapper Not tainted 2.6.32-279.1.1.el6.x86_64 #1
Call Trace:
 [<ffff
....

또한 모든 "initramfs" 파일이 업데이트된 것처럼 보입니다(이것이 아마도 더 이상 이전 커널로 부팅할 수 없는 이유일 것입니다).

[root@localhost ~]# ls -al /boot/initramfs-2.6.32-279.*
-rw-r--r--. 1 root root 15227261 Oct  1 10:25 /boot/initramfs-2.6.32-279.1.1.el6.x86_64.img
-rw-r--r--. 1 root root 15227720 Oct  1 10:25 /boot/initramfs-2.6.32-279.5.1.el6.x86_64.img
-rw-r--r--. 1 root root 15227774 Oct  1 10:26 /boot/initramfs-2.6.32-279.9.1.el6.x86_64.img
[root@localhost ~]# 

어떤 아이디어가 있나요?

답변1

관련 정보