/dev/sda3
으로 한다고 가정한다.
주의하라! 이 파티션은 반드시 1024 실린더의 한계를 지켜야 한다!
(1024_Zylinder.html)
/dos
밑에 마운트)
/dev/sda3
), MBR에 설치하면
안된다!
다음에 나오는 것을 /etc/lilo.conf
에 넣는다 :
# LILO configuration file # Start LILO global Section boot=/dev/sda3 # where LILO should be installed to backup=/boot/boot.sda3.970428 # Backup of the previous bootsector prompt timeout=100 # wait at prompt: 10 s vga = normal # force sane state # End LILO global section # Linux bootable partition config begins image = /vmlinuz # default image to boot root = /dev/sda3 # root-partition is here! label = Linux # Linux bootable partition config ends # Name other Linux kernel images here: # ...Install LILO as usual :
# /sbin/lilo
dd if=/dev/sda3 bs=512 count=1 of=/dosen/bootsek.lin
boot.ini
의 가장 밑에 넣는다.(속성에 주의하라)
c:\bootsek.lin="Linux"