On Wed, 2003-10-08 at 22:28, Luuk Paulussen wrote:

> boot = /dev/hda
> prompt
> 
> image = /boot/vmlinuz
> root = /dev/hdb1
> label = Debian
> 
> other = /dev/hda1
> label = WinXP
> table = /dev/hda
> 
> I am mainly concerned about the boot line.  Will this overwrite the MBR on 
> the windows drive and render it unusable?  Some of the stuff I read seemed 
> to think that windows XP was quite picky about the boot loader.

It's not so picky. I have Win XP and Debian on the same hard drive.
Here's my lilo.conf:

lba32
boot=/dev/hda
vga=normal
default=Linux

message=/boot/bootmess.txt
        prompt
        single-key
        delay=100
        timeout=100

image=/boot/2.4.21-netfilter
        alias=1
        label=Linux
        read-only
        append="idebus=66"
        root=/dev/hda2

 other=/dev/hda3
        alias=2
        label=Windows

-- 
Tim Wright

Assistant Lecturer
Department of Computer Science
University of Canterbury

"Language, like terrorism, targets civilians and generates fear to
effect political change."

  -- "Collateral Language" John Collins and Ross Glover ed.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to