[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lilo and win98



Sander Balkenende <sbalk@dds.nl> writes:

> hi
> I have problems starting win98 on hdb1 with Lilo. When trying to start win (shift, dos), nothing happens. Linux (hda1) starts fine. my lilo.conf:
> 
> boot=/dev/hda1
> root=/dev/hda1
> install=/boot/boot.b
> map=/boot/map
> vga=normal
> delay=20
> image=/vmlinuz
>     label=Linux
>     read-only
> other=/dev/hdb1
>     label=dos
> 
> can anyone help me?
> Thanx, Sander

I boot my win95 on hdb ok, here is my lilo.conf, you may get idea.

boot=/dev/hda1
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=30
default=deb

image=/vmlinuz
        label=deb
        root=/dev/hda1
        read-only

image=/vmlinuz.old
        label=deb.old
        root=/dev/hda1
        read-only

other=/dev/hdb1
        label=win
        map-drive=0x80 
          to=0x81
        map-drive=0x81
          to=0x80


Reply to: