kernel panic을 만났습니다.

이응준의 이미지

우분투 hoary 사용중입니다.

커널 컴파일을 한 건 아니고 그냥 synaptic에서 linux-image 업그레이드만 했는데 kernel panic이 뜨는군요. 부팅시 다음과 같은 메시지가 나오고 정지합니다.

VFS: cannot open root device "hda5" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)

menu.lst에는 다음과 같이 설정되어 있습니다.

title		Ubuntu, kernel 2.6.11-1-386 
root		(hd0,4)
kernel		/boot/vmlinuz-2.6.11-1-386 root=/dev/hda5 ro quiet splash
initrd		/boot/initrd.img-2.6.11-1-386
savedefault
boot

title		Ubuntu, kernel 2.6.11-1-386 (recovery mode)
root		(hd0,4)
kernel		/boot/vmlinuz-2.6.11-1-386 root=/dev/hda5 ro single
initrd		/boot/initrd.img-2.6.11-1-386
savedefault
boot

title		Ubuntu, kernel 2.6.10-5-386 
root		(hd0,4)
kernel		/boot/vmlinuz-2.6.10-5-386 root=/dev/hda5 ro quiet splash
initrd		/boot/initrd.img-2.6.10-5-386
savedefault
boot

title		Ubuntu, kernel 2.6.10-5-386 (recovery mode)
root		(hd0,4)
kernel		/boot/vmlinuz-2.6.10-5-386 root=/dev/hda5 ro single
initrd		/boot/initrd.img-2.6.10-5-386
savedefault
boot

title		Ubuntu, kernel memtest86+ 
root		(hd0,4)
kernel		/boot/memtest86+.bin  
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda2
title		Microsoft Windows XP Home Edition
root		(hd0,1)
savedefault
makeactive
chainloader	+1

ubuntulinux.org도 좀 검색해봤는데, 비슷한 문제를 호소하는 사람은 많지만 속시원한 대답은 없는 것 같더군요. 몇시간째 헤매다가 kldp에 도움을 청합니다. 도와주시면 감사하겠습니다.

이응준의 이미지

버그인가봅니다.

https://bugzilla.ubuntu.com/show_bug.cgi?id=11135

저 페이지를 읽어보니 breezy의 initrd를 설치해보라고 하더군요. 시키는대로 해서 해결되었습니다. 그런데 2.6.11로 부팅하면 패널 뜨고 나서 마우스 커서가 멈춰버리고 아무 반응이 없더군요.