- Re: how to get LILO to boot my Win2K inst? -
 
 On Sunday Oct 07 13:18 neigaard wrote:
 > ** I have Win2K installed on the same machine as Debian. How do I get
 > ** LILO to see this OS, and how do I get LILO to boot this OS?
 
 Edit /etc/lilo.conf like this example (if both are on the same HD):
 
 lba32
 boot=/dev/hda
 install=/boot/boot.b
 map=/boot/map
 # password=tatercounter2000
 # message=/boot/bootmess.txt
 prompt
 #      single-key
 #      delay=100
 #      timeout=100
 vga=0x122
 default=Linux
 
 image=/boot/vmlinuz
        root=/dev/hda2
        append="idebus=33 hdc=ide-scsi"
        label=Linux
        read-only
 
 other=/dev/hda1
        table=/dev/hdb
        label=win
 
 Timo
 
 --
 Nothing is impossible!
 
 You only need to know the way and price.
 
  :-)
 

Reply via email to