On Sat, 2002-03-16 at 16:55, tejedor wrote:
> hola
> tengo instalados debian y redhat en el mismo disco
>  el problema es que solo me arranca redhat.
> he intentado configurar lilo 
> 
> image=/hda3/boot/vmlinuz-2.2.19pre17

Esto ciertamente no te va a funcionar; el directorio donde esté el
kernel se debe de llamar igual cuando corres el lilo y cuando arrancas
la PC. De nada sirve que lo montes temporalmente en otro directorio para
que lo vea lilo, si al arrancar no va a seguir ahí.

Lo que te recomiendo es que en una misma partición (la de boot) pongas
todos los kernels de todas tus distribuciones, y solamente desde una
distribución actualices el lilo; así es como yo le hacía antes de poner
grub.

Te envío los archivos de configuración de lilo y grub por si te sirven.
-- 
                                                                    _
---------                                                         /   \
|   |   |                 Cronos                                 |  () |
|   |   |       "No confies en nadie mayor de treinta"           |  \_/
|   ----|                                                         \
|       |       Email: [EMAIL PROTECTED]                        \
|       |       WWW:   http://www.geocities.com/cronos1_mx/       debian
---------
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=SuSE

image=/boot/vmlinuz-2.2.14-5.0
        label=RedHat
        read-only
        root=/dev/hda9

image=/boot/SuSE/vmlinuz
        label=SuSE
        root=/dev/hda11

image=/boot/boot/vmlinuz
        label=SuSEnew
        root=/dev/hda11

image=/boot/Debian/vmlinuz-2.2.17
        label=Debian
        root=/dev/hda13
# This is the amount grub waits before booting the default entry
timeout= 5

# Tell which entry to boot by default.  Note that this is origin zero
# from the beginning of the file.  
default= 5

# Note that to GRUB, all hard disks are `hd' and all floppy disks are `fd'.
# To Mach, SCSI disks are `sd' and IDE type disks are `hd'.  Use
# GRUB names in the `root' command and prefixing filenames.  Use a 
# Mach name as the `root' arg for the kernel, and whenever running the Hurd.

# Entry 0:
title= GNU/Hurd (hd2s2 multi-user)
root=   (hd1,1)
kernel= /boot/gnumach.gz root=hd2s2
module= /boot/serverboot.gz

# Entry 1:
title= GNU/Hurd (hd2s2 single-user)
root=   (hd1,1)
kernel= /boot/gnumach.gz root=hd2s2 -s
module= /boot/serverboot.gz

# Entry 2:
title= GNU/Hurd (hd2s3 old multi-user)
root=   (hd1,2)
kernel= /boot/gnumach.gz root=hd2s3
module= /boot/serverboot.gz

# Entry 3:
title= Linux Red Hat
root= (hd0,8)
kernel= /boot/vmlinuz-2.2.14-5.0 root=/dev/hda9

# Entry 4:
title= Linux SuSE
root= (hd0,10)
kernel= /boot/vmlinuz_24 root=/dev/hda11

# Entry 5:
title= Debian GNU/Linux
root= (hd0,0)
kernel= /vmlinuz-2.4.16-586tsc root=/dev/hda15
initrd= /initrd.img-2.4.16-586tsc

# Entry 6:
title= Debian GNU/Linux (respaldo)
root= (hd0,0)
kernel= /vmlinuz-2.4.16-586tsc root=/dev/hda14
initrd= /initrd.img-2.4.16-586tsc

Attachment: signature.asc
Description: This is a digitally signed message part

Responder a