DOS/Windows95/WindowsNT 와 Linux 둘 다 부트 파티션 (1024_Zylinder.html)(또한 Linux를 위한 논리 파티션으로도 사용할 가능성이 있다.).
/boot
안에 포함시킨다. (Linux 파티션 공간 요구의 일반적인 권장사항은 (mb_4.html)
에서 찾을 수 있다.)
/(루트 파티션) 나 /boot만을 사용한다.
/boot에 마운트 되었다면 : 설치가 끝나고 부팅할 때 (보통 새로운
시스템에 vmlinuz가 있을 때) /boot로 커널을 복사한다.
LILO를 MBR로 설치할 준비를 하라 : /etc/lilo.conf를 생성하라. 물론 파티션과 커널의
이름을 받아들여야 한다. 설명을 읽으라 !
하나 이상의 커널이나 더 나은 시스템을 사용하고 싶다면, 물론 sections을 더할수도, 더 많은 부트 파티션을 파일 끝에다가 만들 수 있다. 부팅 할 때 LILO 부트 프롬프트에서 특별한 입력이 없으면 가장 위의 기본시스템이 부팅된다는 사실을 기억하라 ! 필요하다면 다른 시 스템으로 재설정이 가능하다.
# LILO configuration file: LILO in the MBR
# Start LILO global Section
boot=/dev/hda # Where LILO will be installed to: MBR
# Please adapt this: must be sda with SCSI instead of hda !!
# Not necessary, but recommended :
# Make a backup of the old MBR :
backup=/boot/MBR.hda.yymmdd # backup file for the old MBR
# from date dd.mm.yy
# Please adapt this !
# Remove the comment signs if you want to have a message
# from LILO every time you boot the system.
# This message must be stored in
# /boot/message before :
# message=/boot/message # LILO's greeting
prompt
# Remove the comment signs if you want to provide security for
# the boot procedure.
# password = my_password # Please adapt this !
timeout=100 # Wait for 10 s at the prompt warten, before the default system
# is booted.
vga = normal # normal text modus (80x25 characters)
# End LILO global section
# configure Linux boot partitions
image = /vmlinuz # Please adapt this : The kernel
root = /dev/hda3 # Please adapt this : The Linux root partition !!
label = Linux
# configuring the Linux boot partition : end
# configuring DOS/Win/WinNT boot partition
other = /dev/hda1 # Please adapt this : start partition !!
label = DOS # whatever you like
table = /dev/hda # Please adapt this : must be sda with SCSI instead of hda !!
# configuring DOS/Win/WinNT boot partition: end
# /sbin/lilo
Linux 와 Windows NT
부팅 디스켓 만드는 방법