[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Última revisiónAmbos lados, revisión siguiente
es:howtos:slackware_admin:slackware-proxmox-ve [2019/02/06 19:16 (UTC)] – [Installation] slackwarespanoles:howtos:slackware_admin:slackware-proxmox-ve [2019/02/06 19:21 (UTC)] – [Sources] slackwarespanol
Línea 49: Línea 49:
 Particione su disco, ejecute '' configuración '' y realice la instalación. Particione su disco, ejecute '' configuración '' y realice la instalación.
  
-==== Configuration ====+==== Configuración ====
  
-Upon configuring ''lilo'', choose **Advanced**.\\  +Al configurar '' lilo '', elija **Advanced  **. \\ 
-Simple ''lilo'' autoconfiguration defaults to ''/dev/sda'' and won't generate the proper lilo.conf.\\  +La configuración automática simple de '' lilo '' tiene como valor predeterminado '' / dev / sda '' y no generará el lilo.conf apropiado. \\ 
-Using *Advanced* you will manually tell ''lilo'' to install itself on ''dev/vda''.\\  +Usando  Advanced * le dirás a '' lilo '' manualmente que se instale en '' dev/vda ''. \\ 
-Configure the rest of the parameters as needed.+Configure el resto de los parámetros según sea necesario.
  
-Installing ''lilo'' will fail due to unrecognized block device ''0xfc00''Accept the error and proceed with the rest of the configuration process.+La instalación de '' lilo '' fallará debido a un dispositivo de bloque no reconocido '' 0xfc00 ''Acepte el error y continúe con el resto del proceso de configuración.
  
-**DO NOT REBOOT** after the configuration process ends. +** NO REINICIE ** después de que finalice el proceso de configuración.Salga del programa de "configuración"configure su red.
- +
-Exit the ''setup'' program and configure your networking.+
 <code> <code>
 # ip a add IP_ADDRESS/NETMASK dev eth0 # ip a add IP_ADDRESS/NETMASK dev eth0
Línea 67: Línea 65:
 </code> </code>
  
-Go to the ''/boot'' directory of the installation and download the initrd.gz file+Vaya al directorio '' /boot '' de la instalación y descargue el archivo initrd.gz
 <code> <code>
 # cd /mnt/boot # cd /mnt/boot
Línea 73: Línea 71:
 </code> </code>
  
-Go to the ''/etc'' directory of your installation and edit lilo.conf+Vaya al directorio '' /etc '' de su instalación y edite lilo.conf
 <code> <code>
 # cd /mnt/etc # cd /mnt/etc
Línea 79: Línea 77:
 </code> </code>
  
-Right under ''boot='' add the following (without the comments):+Justo debajo de '' boot = '' agrega lo siguiente (sin los comentarios):
 <code> <code>
 disk=/dev/vda              # your disk device disk=/dev/vda              # your disk device
Línea 86: Línea 84:
                            # on a controller, see man lilo.conf                            # on a controller, see man lilo.conf
 </code> </code>
-Scroll down to where the bootable partition is configured and add below ''root = '':+Desplácese hacia abajo hasta donde está configurada la partición de inicio y agregue debajo de '' root = '':
 <code> <code>
 initrd = /boot/initrd.gz initrd = /boot/initrd.gz
 </code> </code>
-Save and run lilo:+Guarda y ejecuta lilo:
 <code> <code>
 lilo -C lilo.conf lilo -C lilo.conf
 </code> </code>
-You will get some warningsbut it will work+Obtendrá algunas advertenciaspero funcionará.
  
-**Now you can reboot your system**.+** Ahora puedes reiniciar tu sistema **.
  
-**Important**: you must rebuild the initrd.gz file every time you upgrade or change the kernel.+** Importante **: debe reconstruir el archivo initrd.gz cada vez que actualice o cambie el kernel.
  
 ====== Sources ====== ====== Sources ======
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-  * Originally written by Andrei B.+  * Escrito originalmente por  Andrei B. 
 +  * Traducido por:  [[wiki:user: slackwarespanol | Victor]]  2019/02/06 19:20 (UTC)
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
  
 es:howtos:slackware_admin:slackware-proxmox-ve ()