[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
RE: LILO config
> I wanted to have DOS as default in LILO boot and Linux as the
> other. I tried editing the lilo.conf file and ended up with two replies
[snip]
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> image=/boot/vmlinuz-2.0.36-0.7
> label=lin
> root=/dev/hdb1
> other=/boot/hda1
> label=dos
> table=/dev/hda
Just add a line "default=dos", as shown below:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=dos
image=/boot/vmlinuz-2.0.36-0.7
label=lin
root=/dev/hdb1
other=/boot/hda1
label=dos
table=/dev/hda
Atul
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
Linux India is NOT a forum for Microsoft/India/Pakistan/US/UK bashing.
Flame baits will not be tolerated. If you can appreciate satire read
http://www.templetons.com/brad/emily.html
------------------------------