[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] Lilo Problem
>My machine is partitioned with both Windows95 and
>LINUX. Default boot is LINUX.
>
> How to make Windows95 as my default boot??
>
>My lilo.conf file look like this:
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> image=/boot/vmlinuz-2.2.5-15
> label=linux
> root=/dev/hda5
> read only
> other=/dev/hda2
> label=win
> table=/dev/hda
>
Pinku try
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=win
image=/boot/vmlinuz-2.2.5-15
label=linux
root=/dev/hda5
read only
other=/dev/hda2
label=win
table=/dev/hda
or
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
other=/dev/hda2
label=win
table=/dev/hda
image=/boot/vmlinuz-2.2.5-15
label=linux
root=/dev/hda5
read only
---OK?
==============================================
Linux registered user #154193
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.