At 05:07 PM 5/17/1999 -0700, you wrote:
>I guess the trick works only if Linux is installed to the first disk and
>Windows is installed to the second disk. Anyone knows any trick (without
>using Boot Magic) if Windows is in the first disk and Linux in the
>second? 
>
>QS
>
If windows is on the first disk, Lilo can boot windows with out any
extra effort.  Something like this works fine...

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.0.36
        label=linux-36
        root=/dev/hdb1
        read-only
image=/usr/src/linux/arch/i386/boot/zImage
        label=test
        root=/dev/hdb1
        read-only
        append="MODPATH=/usr/src/linux/modules/"
other=/dev/hda1
        label=dos


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to