lilo error

새 커널 이미지를 만들고 lilo.conf를 수정하고 나서 lilo 명령을 했더니만
Fatal No images have been defined.
라는 에러가 나옵니다.
/boot/ 에 새로운 커널 이미지를 넣어주고, lilo.conf에 정확히 기재 했습니다.
무엇때문에 그런지 알 수 없군요.. ㅡㅡ;
다음은 lilo.conf 내용입니다.
----------------------------------------------------
timeout=50
lba32
default=linux
message=/boot/boot.msg
image=/boot/vmlinuz-2.2.16-22
label=linux-2.2.16-22
read-only
root=/dev/hda5 //-- 기존것
image=/boot/bzImage-2.2.4-seo
label=linux-seo
root=/dev/hda5 //-- 새로운 이미지
other=/dev/hda1
label=dos
-----------------------------------------------------
다음은 lilo -v 했을때의 에러메세집니다.
-----------------------------------------------------
[etri@/etc] lilo -v
LILO version 21.5, Copyright (C) 1992-1998 Werner Almesberger
Extensions beyond version 21 Copyright (C) 1999-2000 John Coffman
Released 18-Jul-2000 and compiled at 153724 on Aug 17 2000.
Reading boot sector from /dev/hda
Merging with /boot/boot.b
Mapping message file /boot/boot.msg
Boot image /boot/vmlinuz-2.2.16-22
Added linux-2.2.16-22
Boot image /boot/bzImage-2.2.4-seo
Added linux-seo
Boot other /dev/hda1, on /dev/hda, loader /boot/chain.b
Added dos
Fatal No images have been defined.
Re: lilo error
default label은 linux인데..
label에 linux가 없군요
default label을 linux-seo 또는 linux-old(?)로 변경하세요..
그럼..
댓글 달기