질문&답변
클라우드/리눅스에 관한 질문과 답변을 주고 받는 곳입니다.
리눅스 분류

redhat9 2.4.* -> 2.6.18 커널컴파일 질문입니다.

작성자 정보

  • 한성식 작성
  • 작성일

컨텐츠 정보

본문

vi boot/grub/grub.conf

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

 

df -k

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda2              9187100   6412316   2308096  74% /
/dev/sda1               101089     13382     82488  14% /boot
none                    256924         0    256924   0% /dev/shm
.host:/               40965716  26287252  14678464  65% /mnt/hgfs

 

 

질문 드리겠습니다.

1. make menuconfig

2. make

3. make modules

4. make modules_install => if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  2.6.18; fi
   위와같은 오류 메세지가 뜹니다.

5. make install => sh /usr/src/linux-2.6.18/arch/i386/boot/install.sh 2.6.18 arch/i386/boot/bzImage System.map "/boot"
   위와같은 메세지가 뜹니다.

6.  reboot 하면 2.6.18 나오긴 합니다.  make install  안됐는데도 나오는게 이해가 안가지만..

     kernel panic 나옵니다.

도와주십시요!bmp.gif panic.bmp

관련자료

댓글 1

김동현님의 댓글

  • 김동현
  • 작성일
make && make modules_install && make install <---한꺼번에 컴파일 합니다.
&& 사용으로...순서를 위와 같이해주시기 바랍니다.

공지사항


뉴스광장


  • 현재 회원수 :  60,150 명
  • 현재 강좌수 :  36,432 개
  • 현재 접속자 :  248 명