제 컴 하드는
hda-->2.1(giga)linux 설치
hdb1-->13(giga)win me 설치
아래는 lilo.conf입니다
boot = /dev/hda
timeout = 50
prompt
message = /boot/message
default = linux
vga = normal
read-only
map=/boot/map
install=/boot/boot.b
lba32
image = /boot/vmlinuz-2.4.2
label = new
root = /dev/hda1
image = /boot/vmlinuz-2.2.17-8wl2
label = linux
root = /dev/hda1
other = /dev/hdb1
label = win
table=/dev/hdb
linux선택시 부팅 잘됨(kerner2.2.17)
new선택시 부팅 잘됨(kerner2.4.2)
win 선택 하면
loading win에서 멈춤
해결 방범좀 알려 주세요.