안녕하세요.
Hard disk 3개에 Windows98, Windows2000 Prof., Linux를 각각 install하였
읍니다.
hda : 8.4 G : Primary Master : Windows98
hdb : 10 G : Primary Slave : Windows2000
CD ROM Driver : Secondery Master
hdd : 3.2 G : Secondery Slave : Axcel Linux 6.1
입니다.
그리고, 순서는 Windows98, Windows2000를 install하여 이미 사용하고 있는
중에 Linux를 hdd에 install하여 boot disk를 만들고 bootdisk로는 booting
이 잘 됩니다만, NT Boot Loader로 Linux booting을 하면
LI010101010101010101010 이 계속 나오면서 Booting이 되지 않읍니다.
Linux 설치시 LILO는 Linux의 root partition에 설치하였으며, /sbin/lilo
를 실행하면 warning이 발생하더군요.
# /sbin/lilo
Warning : /dev/hdd1 is not on the first disk
Warning : BIOS drive 0x83 may not be accessible.
Warning : BIOS drive 0x83 may not be accessible.
Warning : BIOS drive 0x83 may not be accessible.
Warning : BIOS drive 0x83 may not be accessible.
Added linux *
# dd if=/dev/hdd1 of=/bootsect.lnx bs=512 count=1
1+0 ...
1+0 ...
#
위의 bootsect.lnx를 Windows98이 깔린 C:에 copy한 후 boot.ini를 편집하
여 rebooting하면 3개의 선택항목이 나옵니다.
그런데, Linux를 선택하면 LI0101010101010 이 계속 나오더군요.
그래서, 이 곳을 열심히 searching하니 "1원짜리 팁"dml 488번 항목에 조치
내용이 있어 그대로 따라 했읍니다.
/etc/lilo.conf의 내용에 아래의 내용을 삽입을 했읍니다.
disk=/dev/hda
bios=0x80
disk=/dev/hdd
bios=0x81
그 후 /sbin/lilo를 하니
# /sbin/lilo
Warning : /dev/hdd1 is not on the first disk
Added linux *
#
이렇게 되어 다시 rebooting해 보니 역시 결과는 동일.(BIOS Drive의
Warning만 없어짐)
LI01010101010101 이 쭈루룩..
해결 방법이 없을지..
(순서를 바꾸어 다시 Install하라는 주문은 제발... 너무나 많은 작업이 되
어 있어서리...)
방법을 알려 주시면 감사하겠읍니다.--이 곳에 서명을 적어주십시오.
Linux를 시작하는 이가