> # If you have another OS on this machine to boot, you can uncomment the
> # following lines, changing the device name on the `other' line to
> # where your other OS' partition is.
> #
> other=/dev/hda1
> label=win
> table=/dev/hda
> # restricted
> alias=3

        Parece que o seu "boot" está no local errado.  Deveria estar em
"/dev/hda" que o "master boot record" do disco.  Tem que esta mais ou
menos assim:
[EMAIL PROTECTED] ~> cat /etc/lilo.conf
boot=/dev/hda                 # onde ficará o lilo
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
prompt
timeout=300
fix-table                     # para bios antigas
linear                        # idem
image=/vmlinuz
        root=/dev/hda2
        label=linux
        read-only
image=/vmlinuz.old
        root=/dev/hda2
        label=old
        read-only
image=/vmlinuz.2.0.36
        root=/dev/hda2
        label=old0
        read-only
other=/dev/hda1
        table=/dev/hda
        label=win
other=/dev/hda4
        table=/dev/hda
        label=bsd


        E antes que eu me esqueça, beijinhos para vc também, Renatinha ;)

                        Hélio Alexandre Lopes Loureiro
                            Unix System Engineer 
                    FreeBSD, OpenBSD and Debian GNU/Linux
                            [EMAIL PROTECTED]
                      http://www.engnux.ufsc.br/helio/

Responder a