커널 업그레이드후 에러에 대한 질문입니다.
2.4.20에서 2.4.23으로 업그레이드 할려고
커널 소스로 업그레이드햇습니다.
커널 소스 안에있는 Changes에 있는 버전대로
gcc-2.96, make-3.79, glibc-2.3.2 binutils-2.13 modutils-2.4.22
로 버전을 맞춘후 컴파일 하고 설치를 했습니다.
lilo.conf내용은
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/vmlinuz
label=linux
initrd=/boot/initr
read-only
root=/dev/hda1
image=/boot/vmlinuz-2.4.23 <- 이부분을 추가했습니다.
label=new
initrd=/boot/initr
read-only
root=/dev/hda1
그리고 lilo append linux new 나온후 재부팅하고 new로 부팅을 시켰습니다.
그런데
root로 로그인 하자마자
bash : command not found
[: = unary operation expected
bash :id : command not found
bash : dircolors : command not found
bash :id: command not found
bash :id: command not found
[ : too many arguements
이렇게 나오고 네트웍을 리스타트 시켜도 이런 에러와 함게 실행이 안됩니다.
커널 설정할때 설정값을 잘못준건가요? 아니면 필요한 다른 패키지를
잘못선택한건지요..
내용이 너무 부족하면.. 어떤부분을 확인해야 에러를 잡을수 있을지...
댓글 달기