On Tue, May 08, 2001 at 08:08:10AM +1000, Michael wrote:

> setup. I remember one could put linux onto the Win NT boot lader. Can the

Using NT's boot loader is awkward but it can be done.  It's far easier
to install LILO on /dev/hda and have it boot NT.  I'd expect you can do
the same with 2k, but I've not actually done it.  Here's my lilo.conf
which boots either linux or nt:

    boot=/dev/hda
    map=/boot/map
    install=/boot/boot.b
    prompt
    timeout=50

    image=/boot/vmlinuz
            label=linux
            root=/dev/hdb1
            read-only

    other=/dev/hda1
            label=nt
            table=/dev/hda


Cheers,

John
-- 
whois [EMAIL PROTECTED]

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to