페도라2 커널 2.6.3 사용

단풍의 이미지

커널 2.6.3 업하고 나서 아래와 같이 로그를 남기면서 시스템이 정상적으로 동작불능

Feb 27 18:23:14 ask kernel: avc: denied { search } for ............

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,0)
#          kernel /boot/vmlinuz-version ro root=/dev/hda1
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Fedora Core (2.6.3)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.3 ro root=/dev/hda1
    initrd /boot/initrd-2.6.3.img

default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Fedora Core (2.6.3)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.3 ro root=/dev/hda1 selinux=0
    initrd /boot/initrd-2.6.3.img

selinux=0 추가후 해결

http://www.linux.org.uk/~davej/docs/fedora-kernel-faq.txt

Forums: 
이현연의 이미지

이 문제가 맞는지 모르겠습니다.

kernel /boot/vmlinuz-2.6.3 ro root=/dev/hda1 selinux=0
initrd /boot/initrd-2.6.3.img

이 부분을 다음과 같이 바꿔 보세요..

kernel /vmlinuz-2.6.3 ro root=/dev/hda1 selinux=0
initrd /initrd-2.6.3.img

저도 grub 설치후 /boot/커널이름을 넣으니깐 부팅중 커널 패닉이

발생되더라구요 /boot를 없애고 재부팅 하니깐 정상 동작 했습니다.

이 문제가 맞으면 해결 될겁니다. 아님 계속 삽질해야 겠죠? ^^;

無知가 罪 !