[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problemas con lilo, creo...



Hola:

On Tue, 5 Apr 2005 01:20:28 +0000, Rodrigo Roldán <rroldan@linux.org.ar> wrote:

Por favor envia el cat /etc/lilo.conf.
Saludos. Roldyx.

Te lo envio al final de este emilio...gracias.

El Mar 05 Abr 2005 01:46, Omar Murray escribió:
Hola gente:

Mi sistema esta configurado de esta forma:

hda1: Hasefroch 2000 (si no fuera por mi esposa ya seria historia)
hdb1: Debian Sarge.

El tema que me preocupa es el siguiente: hasta ahora cada vez que tenia
que compilar el kernel (usaba el 2.4.18) por algun motivo realizaba el
mismo procedimiento:

make menuconfig
make-kpkg binary
dpkg -i kernel-headers.deb kernel-image.deb
lilo
dd if=/dev/hdb1 of=/bootsect.lnx bs=512 count=1
copiaba el bootsect.lnx a la particion raiz de Hasefroch (hda1)
reboot
Hombre Feliz :-P

Hoy tuve que recompilar nuevamente y para aprovechar, decidi actualizar al 2.4.27 (segun recomendaciones varias). El tema es que a pesar de utilizar la misma receta, algo anduvo mal. Al rebootear se inicia el lilo, pero al
intentar el mismo iniciar el kernel se rebootea nuevamente. Y ahi queda.
No hay forma de que se inicie el linux si no es con un disco booteable que
tengo por ahi... Agrege unas lineas al lilo.conf para que reconozca los
dos kernels, pero nada....que puede estar fallando ? Algun problema con el
lilo ? (es la ultima version para sarge, ya que actualice el sistema
ayer...) O problemas con la complilacion del kernel ? Por favor si alguien
me tira una idea de que es estare agradecido. Mientras tanto sigo
googleando...

Gracias

****************************************************************************
 cat /etc/lilo.conf
# Generated by liloconfig

# Specifies the boot device
boot=/dev/hdb1

# Specifies the device that should be mounted as root.
# If the special name CURRENT is used, the root device is set to the
# device on which the root file system is currently mounted. If the root
# has been changed with  -r , the respective device is used. If the
# variable ROOT is omitted, the root device setting contained in the
# kernel image is used. It can be changed with the rdev program.
root=/dev/hdb1

# Enables map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the map
# smaller. Using COMPACT is especially recommended when booting from a
# floppy disk.
compact

# Install the specified file as the new boot sector.
# If INSTALL is omitted, /boot/boot.b is used as the default.
install=/boot/boot.b

# Specifies the number of _tenths_ of a second LILO should
# wait before booting the first image.  LILO
# doesn't wait if DELAY is omitted or if DELAY is set to zero.
delay=20

# Specifies the location of the map file. If MAP is
# omitted, a file /boot/map is used.

map=/boot/map

# Specifies the VGA text mode that should be selected when
# booting. The following values are recognized (case is ignored):
#   NORMAL  select normal 80x25 text mode.
#   EXTENDED  select 80x50 text mode. The word EXTENDED can be
#     abbreviated to EXT.
#   ASK  stop and ask for user input (at boot time).
#   <number>  use the corresponding text mode. A list of available modes
#     can be obtained by booting with  vga=ask  and pressing [Enter].
vga=normal

append="hdc=ide-scsi hdd=ide-scsi"

image=/vmlinuz
        label=Linux
        read-only

image=/vmlinuz.old
        label=Linux.old
        read-only
# If you have another OS on this machine (say DOS),
# you can boot if by uncommenting the following lines
# (Of course, change /dev/hda2 to wherever your DOS partition is.)
#other=/dev/hda1
#label=W2K
*************************************************************************

--
Saludetes

OM
Is í an toírneach a scanríonn ach an tintreach a mharaíonn
Powered by Debian GNU/Linux Sarge - kernel 2.4.18



Reply to: