Diferencias

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

Enlace a la vista de comparación

Próxima revisión
Revisión previa
doc:tec:sis:gnu:automatizar_debian:preseed13:inicio [2025/09/05 07:10] – creado fepgdoc:tec:sis:gnu:automatizar_debian:preseed13:inicio [2025/09/05 07:53] (actual) – [Fichero preseed para UEFI, pc1301] fepg
Línea 13: Línea 13:
 </WRAP> </WRAP>
 \\  \\ 
-===== Fichero preseed para MBR, pc1301 =====+===== Fichero preseed para UEFI, pc1301 =====
  
-{{ :ico:pendiente.png?nolink |}}+<WRAP center round tip> 
 +  * En algunos equipos da error inicial de driver para la tarjeta de redEn ese caso insistimos que repita el paso de detectar hardware de red y seleccionamos que no tenemos un driver opcional en un USB. El programa continuará sin problemas. 
 +</WRAP>
  
-<code file pc1301_mbr.cfg> +  * Versión con comentarios... <code file pc1301_uefi.cfg> 
-### Fichero para instalación por red y PXE de Debian 12 en todo el disco duro+### Fichero para instalación por red y iPXE de Debian 12 en todo el disco duro UEFI GPT
  
 ### Localizacion... OK ### Localizacion... OK
Línea 56: Línea 58:
 d-i clock-setup/ntp-server string hora.roa.es d-i clock-setup/ntp-server string hora.roa.es
  
-### Particionado y formato MBR... OK+### Particionado y formato en GPT... OK 
 +# IMPORTANTE: Partir de un disco GPT sin particiones o con una única ocupando todo 
 +# Force UEFI booting ('BIOS compatibility' will be lost). Default: false. 
 +d-i partman-efi/non_efi_system boolean false 
 +# Ensure the partition table is GPT - this is required for EFI 
 +d-i partman-basicfilesystems/choose_label string gpt 
 +d-i partman-basicfilesystems/default_label string gpt 
 +d-i partman-partitioning/choose_label string gpt 
 +d-i partman-partitioning/default_label string gpt 
 +d-i partman/choose_label string gpt 
 +d-i partman/default_label string gpt
 # Seleccionamos el modo regular y atomic. Indicamos aquí que tome todo el disco, y haga las particiones # Seleccionamos el modo regular y atomic. Indicamos aquí que tome todo el disco, y haga las particiones
 # comunes para el funcionamiento del sistema utilizando todo el espacio disponible en el disco duro. # comunes para el funcionamiento del sistema utilizando todo el espacio disponible en el disco duro.
Línea 92: Línea 104:
 d-i partman/confirm boolean true d-i partman/confirm boolean true
 d-i partman/confirm_nooverwrite boolean true d-i partman/confirm_nooverwrite boolean true
 +
 d-i passwd/root-password password cinco d-i passwd/root-password password cinco
 d-i passwd/root-password-again password cinco d-i passwd/root-password-again password cinco
Línea 129: Línea 142:
 xserver-xorg xserver-xorg/config/monitor/mode-list \ xserver-xorg xserver-xorg/config/monitor/mode-list \
        select 1024×768 @ 60 Hz        select 1024×768 @ 60 Hz
- 
 </code> </code>
  
- +  * Versión reducidacon los comentarios y órdenes justas. <code file pc1301_uefi.cfg> 
-===== Fichero preseed para UEFIpc1301 ===== +### Fichero para instalación por red y PXE de Debian 12 en todo el disco duro
- +
-<code file pc1301_uefi.cfg> +
-### Fichero para instalación por red y iPXE de Debian 12 en todo el disco duro UEFI GPT+
  
 ### Localizacion... OK ### Localizacion... OK
Línea 187: Línea 196:
 # Seleccionamos el modo regular y atomic. Indicamos aquí que tome todo el disco, y haga las particiones # Seleccionamos el modo regular y atomic. Indicamos aquí que tome todo el disco, y haga las particiones
 # comunes para el funcionamiento del sistema utilizando todo el espacio disponible en el disco duro. # comunes para el funcionamiento del sistema utilizando todo el espacio disponible en el disco duro.
-## Partitioning example 
-# If the system has free space you can choose to only partition that space. 
-# This is only honoured if partman-auto/method (below) is not set. 
-# Alternatives: custom, some_device, some_device_crypto, some_device_lvm. 
 d-i partman-auto/init_automatically_partition select biggest_free d-i partman-auto/init_automatically_partition select biggest_free
-# Alternatively, you may specify a disk to partition. If the system has only 
-# one disk the installer will default to using that, but otherwise the device 
-# name must be given in traditional, non-devfs format (so e.g. /dev/hda or 
-# /dev/sda, and not e.g. /dev/discs/disc0/disc). 
-# For example, to use the first SCSI/SATA hard disk: 
-# In addition, you’ll need to specify the method to use. 
-# The presently available methods are: 
-# – regular: use the usual partition types for your architecture 
-# – lvm:     use LVM to partition the disk 
-# – crypto:  use LVM within an encrypted partition 
 d-i partman-auto/method string regular d-i partman-auto/method string regular
-# You can choose one of the three predefined partitioning recipes: 
-# – atomic: all files in one partition 
-# – home:   separate /home partition 
-# – multi:  separate /home, /usr, /var, and /tmp partitions 
 d-i partman-auto/choose_recipe select atomic d-i partman-auto/choose_recipe select atomic
 # This makes partman automatically partition without confirmation, provided # This makes partman automatically partition without confirmation, provided
 # that you told it what to do using one of the methods above. # that you told it what to do using one of the methods above.
-d-i partman-partitioning/confirm_write_new_label boolean true 
-d-i partman/choose_partition select finish 
-d-i partman/confirm boolean true 
-d-i partman/confirm_nooverwrite boolean true 
-# This makes partman automatically partition without confirmation. 
 d-i partman-md/confirm boolean true d-i partman-md/confirm boolean true
 d-i partman-partitioning/confirm_write_new_label boolean true d-i partman-partitioning/confirm_write_new_label boolean true
Línea 221: Línea 207:
 d-i partman/confirm_nooverwrite boolean true d-i partman/confirm_nooverwrite boolean true
  
 +### Cuentas de usuario... OK
 +# Cuenta de root
 d-i passwd/root-password password cinco d-i passwd/root-password password cinco
 d-i passwd/root-password-again password cinco d-i passwd/root-password-again password cinco
 popularity-contest popularity-contest/participate boolean false popularity-contest popularity-contest/participate boolean false
- +# Cuenta de usuario normal y su contraseña
-### Cuenta de usuario normal y su contraseña... OK+
 d-i passwd/user-fullname string sti1301a d-i passwd/user-fullname string sti1301a
 d-i passwd/username string sti1301a d-i passwd/username string sti1301a
Línea 247: Línea 234:
 # Linea para saltarse el aviso de que la instalación esta completa y que va a reiniciar. # Linea para saltarse el aviso de que la instalación esta completa y que va a reiniciar.
 d-i finish-install/reboot_in_progress note d-i finish-install/reboot_in_progress note
-# Monitor autodetection is recommended. 
-xserver-xorg xserver-xorg/autodetect_monitor boolean true 
-# Uncomment if you have an LCD display. 
-#xserver-xorg xserver-xorg/config/monitor/lcd boolean true 
-# X has three configuration paths for the monitor. Here’s how to preseed 
-# the «medium» path, which is always available. The «simple» path may not 
-# be available, and the «advanced» path asks too many questions. 
-xserver-xorg xserver-xorg/config/monitor/selection-method \ 
-       select medium 
-xserver-xorg xserver-xorg/config/monitor/mode-list \ 
-       select 1024×768 @ 60 Hz 
 </code> </code>
- 
  • doc/tec/sis/gnu/automatizar_debian/preseed13/inicio.1757049004.txt.gz
  • Última modificación: 2025/09/05 07:10
  • por fepg