Re: Problemas con lilo, creo...

2005-04-06 Por tema Omar Murray
On Tue, 05 Apr 2005 21:29:37 -0300, Angel Claudio Alvarez 
[EMAIL PROTECTED] wrote:

El mar, 05-04-2005 a las 10:02 -0300, Omar Murray escribió:
On Tue, 5 Apr 2005 14:22:54 +0200, Iñaki [EMAIL PROTECTED] wrote:
 El Martes, 5 de Abril de 2005 13:53, Omar Murray escribió:
 ||
 
**
 ||** cat /etc/lilo.conf
 || # Generated by liloconfig
 ||
 || # Specifies the boot device
 || boot=/dev/hdb1
 ¿Esto no debería ser boot=/dev/hda a secas?
 El sector de arranque que yo sepa debe estar en el primer disco, ahí 
es
 donde
 mira la bios, o al menos eso pensaba.

El tema es que debo arrancar mi sistema con el NT Loader. NT nunca se
llevo muy bien con lilo, y para que funcionen hay que hacer algunas
trampillas  (mas detalles en el Linux-NT mini-HOWTO).
Solo como comentario:
Desde la epoca de NT4 que tuve maquinas con dual boot, SDIEMPRE manejado
con lilo
En resumen: Como tengo W2K en hda1 debo arrancar el sistema con el NT
Loader. Por eso le paso una copia del bootsect.lnx a la raiz del hda. Al
iniciar el NTLoader me da la opcion de arrancar w2k o Linux. Elijo 
Linux y
paso el control al lilo desde la particion de arranque de linux que en
este caso es hdb1. Al menos eso es lo que entendi...

Con w2k jamas tuve problemas con lilo, es mas se comporto ( y se
comporta) mejor que con nt4
Lo cual me surge una pregunta teniendo w2k en hda y linux en hdb se se 
puede utilizar el lilo como gestor de arranque ?? Es decir, la BIOS no 
mira a hda para iniciar el sistema ?

Igualmente, como comente en otro correo, descubri que el problema no es el 
lilo, sino que algo pasa con la compilacion del 2.4.27...y eso es lo que 
estoy investigando ahora...

 || # 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
 ?¿?¿ No sé el porqué de esto (desconocimiento mío). Yo al menos lo 
tengo
 comentado.

Ok, lo voy a poner en practica...

 || # 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
 Evidentemente te falta incluir la partición de Windows (man 
lilo.conf, te
 viene un ejemplo muy bueno).

No, el comentario lo he puesto yo desde que instale el linux, por el 
tema
que te comente mas arriba sobre el NT Loader Quien inicia el 
arranque
es este, no lilo.
Son las complicaciones que me da el tio Bill... ;-P

Siempre que tuve que recompilar el kernel, use la receta que describi en
el primer correo y nunca he tenido problemas... Esto me esta sucediendo
ahora que quise instalar un nuevo kernel el 2.4.27... Evidentemente algo
me toco de la configuracion o del lilo, o de no se que cosa, que cuando 
el
lilo se inicia y empieza a descomprimir el kernel, rebootea mi sistema, 
y
de vuelta a empezar




 Un saludo y suerte.

Gracias por tus sugerencias...
Gracias y saludos
--
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problemas con lilo, creo...

2005-04-06 Por tema Pedro Pozuelo
On Apr 6, 2005 3:08 PM, Omar Murray [EMAIL PROTECTED] wrote:
 On Tue, 05 Apr 2005 21:29:37 -0300, Angel Claudio Alvarez
 [EMAIL PROTECTED] wrote:
 
 
 Lo cual me surge una pregunta teniendo w2k en hda y linux en hdb se se
 puede utilizar el lilo como gestor de arranque ?? Es decir, la BIOS no
 mira a hda para iniciar el sistema ?
 
Sin problemas, lilo se instalará en el MBR del hda.
Eso sí, si no estás seguro de que lilo.conf esté correcto, hazte algún
disquete de arranque antes de hacerlo.

Un saludo,



Re: [SOLUCIONADO] Problemas con lilo, creo...

2005-04-06 Por tema Omar Murray
Pues bien despues de compilar el 2.4.27 unas cuantas veces y obtener el 
mismo resultado, me baje las fuentes del 2.6.8. Asi que compile este y no 
tuve ningun problema Asi que calculo habra sido algun error en las 
fuentes del 2.4.27 o algo asi
En cuanto al 'compact' lo comente, y no vario demasiado las 
prestaciones...seguia rebooteando...

Asi que a partir de ahora soy un feliz usuario del kernel 2.6.8 ;-P
Gracias a todos por su ayuda...
--
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problemas con lilo, creo...

2005-04-05 Por tema Omar Murray
Hola:
On Tue, 5 Apr 2005 01:20:28 +, Rodrigo Roldán [EMAIL PROTECTED] 
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 nadaque 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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problemas con lilo, creo...

2005-04-05 Por tema Omar Murray
On Tue, 5 Apr 2005 14:22:54 +0200, Iñaki [EMAIL PROTECTED] wrote:
El Martes, 5 de Abril de 2005 13:53, Omar Murray escribió:
|| 
**
||** cat /etc/lilo.conf
|| # Generated by liloconfig
||
|| # Specifies the boot device
|| boot=/dev/hdb1
¿Esto no debería ser boot=/dev/hda a secas?
El sector de arranque que yo sepa debe estar en el primer disco, ahí es 
donde
mira la bios, o al menos eso pensaba.
El tema es que debo arrancar mi sistema con el NT Loader. NT nunca se 
llevo muy bien con lilo, y para que funcionen hay que hacer algunas 
trampillas  (mas detalles en el Linux-NT mini-HOWTO).

En resumen: Como tengo W2K en hda1 debo arrancar el sistema con el NT 
Loader. Por eso le paso una copia del bootsect.lnx a la raiz del hda. Al 
iniciar el NTLoader me da la opcion de arrancar w2k o Linux. Elijo Linux y 
paso el control al lilo desde la particion de arranque de linux que en 
este caso es hdb1. Al menos eso es lo que entendi...


|| # 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
?¿?¿ No sé el porqué de esto (desconocimiento mío). Yo al menos lo tengo
comentado.
Ok, lo voy a poner en practica...
|| # 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
Evidentemente te falta incluir la partición de Windows (man lilo.conf, te
viene un ejemplo muy bueno).
No, el comentario lo he puesto yo desde que instale el linux, por el tema 
que te comente mas arriba sobre el NT Loader Quien inicia el arranque 
es este, no lilo.
Son las complicaciones que me da el tio Bill... ;-P

Siempre que tuve que recompilar el kernel, use la receta que describi en 
el primer correo y nunca he tenido problemas... Esto me esta sucediendo 
ahora que quise instalar un nuevo kernel el 2.4.27... Evidentemente algo 
me toco de la configuracion o del lilo, o de no se que cosa, que cuando el 
lilo se inicia y empieza a descomprimir el kernel, rebootea mi sistema, y 
de vuelta a empezar



Un saludo y suerte.
Gracias por tus sugerencias...
--
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: [CASI SOLUCIONADO] Problemas con lilo, creo...

2005-04-05 Por tema Omar Murray
Hola a todos:
Les cuento que comente la imagen del kernel nuevo en el lilo.conf y pude 
bootear la maquina con el kernel anterior sin problemas. Asi que me late 
que no es tema del lilo sino del kernel nuevo compilado. Ahora bien, que 
es lo que puede estar jodiendo en el kernel nuevo ?
El menuconfig esta casi igual que el anterior...
La unica opcion que me queda es recompilar nuevamente ...?

Gracias y saludos
--
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: [CASI SOLUCIONADO] Problemas con lilo, creo...

2005-04-05 Por tema Omar Murray
On Tue, 05 Apr 2005 12:53:44 -0300, Ricardo Frydman 
[EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Omar Murray wrote:
| Hola a todos:
|
| Les cuento que comente la imagen del kernel nuevo en el lilo.conf y 
pude
| bootear la maquina con el kernel anterior sin problemas. Asi que me 
late
| que no es tema del lilo sino del kernel nuevo compilado. Ahora bien, 
que
| es lo que puede estar jodiendo en el kernel nuevo ?
Que tiene diferente con el anterior? TOmaste como base el .config 
anterior?

| El menuconfig esta casi igual que el anterior...
casi igual es la clave :D cuentanos en que difiere!
Basicamente copie un config en el otro, las diferencias estan en las 
nuevas opciones de configuracion que da el 2.4.27...
| La unica opcion que me queda es recompilar nuevamente ...?
|
| Gracias y saludos
|
ado
Les paso una copia de las dos configuraciones.
- --
Ricardo A.Frydman
Consultor en Tecnología Open Source
Administrador de Sistemas
http://www.eureka-linux.com.ar
Gracias y saludos
--
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#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_PPRO_FENCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_NETLINK_DEV=y
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# 

Re: Problemas con lilo, creo...

2005-04-05 Por tema Angel Claudio Alvarez
El mar, 05-04-2005 a las 10:02 -0300, Omar Murray escribió:
 On Tue, 5 Apr 2005 14:22:54 +0200, Iñaki [EMAIL PROTECTED] wrote:
 
  El Martes, 5 de Abril de 2005 13:53, Omar Murray escribió:
  || 
  **
  ||** cat /etc/lilo.conf
  || # Generated by liloconfig
  ||
  || # Specifies the boot device
  || boot=/dev/hdb1
  ¿Esto no debería ser boot=/dev/hda a secas?
  El sector de arranque que yo sepa debe estar en el primer disco, ahí es 
  donde
  mira la bios, o al menos eso pensaba.
 
 El tema es que debo arrancar mi sistema con el NT Loader. NT nunca se 
 llevo muy bien con lilo, y para que funcionen hay que hacer algunas 
 trampillas  (mas detalles en el Linux-NT mini-HOWTO).
 
Solo como comentario:
Desde la epoca de NT4 que tuve maquinas con dual boot, SDIEMPRE manejado
con lilo

 En resumen: Como tengo W2K en hda1 debo arrancar el sistema con el NT 
 Loader. Por eso le paso una copia del bootsect.lnx a la raiz del hda. Al 
 iniciar el NTLoader me da la opcion de arrancar w2k o Linux. Elijo Linux y 
 paso el control al lilo desde la particion de arranque de linux que en 
 este caso es hdb1. Al menos eso es lo que entendi...
 
Con w2k jamas tuve problemas con lilo, es mas se comporto ( y se
comporta) mejor que con nt4

 
  || # 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
  ?¿?¿ No sé el porqué de esto (desconocimiento mío). Yo al menos lo tengo
  comentado.
 
 Ok, lo voy a poner en practica...
 
 
  || # 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
  Evidentemente te falta incluir la partición de Windows (man lilo.conf, te
  viene un ejemplo muy bueno).
 
 No, el comentario lo he puesto yo desde que instale el linux, por el tema 
 que te comente mas arriba sobre el NT Loader Quien inicia el arranque 
 es este, no lilo.
 Son las complicaciones que me da el tio Bill... ;-P
 
 Siempre que tuve que recompilar el kernel, use la receta que describi en 
 el primer correo y nunca he tenido problemas... Esto me esta sucediendo 
 ahora que quise instalar un nuevo kernel el 2.4.27... Evidentemente algo 
 me toco de la configuracion o del lilo, o de no se que cosa, que cuando el 
 lilo se inicia y empieza a descomprimir el kernel, rebootea mi sistema, y 
 de vuelta a empezar
 

 
 
 
  Un saludo y suerte.
 
 Gracias por tus sugerencias...
 
 
 -- 
 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
 
 
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Problemas con lilo, creo...

2005-04-04 Por tema Omar Murray
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 nadaque 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
--
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problemas con lilo, creo...

2005-04-04 Por tema Rodrigo Roldán
Por favor envia el cat /etc/lilo.conf.
Saludos. Roldyx.

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