# editor /etc/lilo.conf
root=/dev/hdc
boot=/dev/hdc
# /sbin/lilo
Warning: /dev/hdc1 is not on the first disk
Added Linux *
# dd if=/dev/hdc1 of=/root/bootsect.lnx bs=512 count=1
# mcopy /root/bootsect.lnx a:
# reboot (do WinNT)
C:\> copy a:\bootsect.lnx c:\bootsect.lnx
C:\> attrib -s -r c:\boot.ini
C:\> notepad c:\boot.ini
[boot loader]
timeout=30
default=C:\bootsect.lnx
[operating systems]
C:\bootsect.lnx=''Linux''
multi(0)disk(0)rdisk(0)partition(1)\WINNT=''Windows NT Workstation''
C:\> attrib +s +r c:\boot.ini
C:\> reboot (do Linuxu)
Bootable flag je pak samozřejmě nastaven na disk s WinNT.