[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: LILO config



Deivanayak T Balakrishnan <dnayak@xxxxxxxxxxxx> writes:

> 
> default
> 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 reverse the order of "image=" and "other=". The "image=" line
should point to a file - the Linux kernel, not a partition.

Try this:

> other=/boot/hda1
> 	label=dos
> 	table=/dev/hda
> image=/boot/vmlinuz-2.0.36-0.7
> 	label=lin
> 	root=/dev/hdb1

	-Arun

- --------------------------------------------------------------------
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

------------------------------