On Wed, 19 May 1999, Qinghua Sun wrote:
> [..] where NT is installed to disk1 and linux in disk2, I installed
> LILO to disk1 and indeed Linux can be loaded just fine, the problem is
> LILO can't load NT, my lilo.conf is something like:
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> image=/boot/vmlinuz-2.0.36
> label=linux
> root=/dev/hdb1
> read-only
> other=/dev/hda1
> label=nt40
you miss a line here (under 'other'):
root=/dev/hda1
might add also this to make it friendlier to keyboard-lazy folx:
alias=nt
and to the first section:
alias=l
And don't forget to run 'lilo' on the command line after any modification
:-)
TP
huh? .sig?
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]