Diferencias
Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
| doc:tec:sis:gnu:automatizar_debian:preseed13:inicio [2025/09/05 07:10] – creado fepg | doc: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: | ||
| </ | </ | ||
| \\ | \\ | ||
| - | ===== Fichero preseed para MBR, pc1301 ===== | + | ===== Fichero preseed para UEFI, pc1301 ===== |
| - | {{ : | + | <WRAP center round tip> |
| + | * En algunos equipos da error inicial de driver para la tarjeta de red. En 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. | ||
| + | </ | ||
| - | <code file pc1301_mbr.cfg> | + | * Versión con comentarios... |
| - | ### 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/ | d-i clock-setup/ | ||
| - | ### Particionado y formato | + | ### Particionado y formato |
| + | # IMPORTANTE: Partir de un disco GPT sin particiones o con una única ocupando todo | ||
| + | # Force UEFI booting ('BIOS compatibility' | ||
| + | d-i partman-efi/ | ||
| + | # Ensure the partition table is GPT - this is required for EFI | ||
| + | d-i partman-basicfilesystems/ | ||
| + | d-i partman-basicfilesystems/ | ||
| + | d-i partman-partitioning/ | ||
| + | d-i partman-partitioning/ | ||
| + | d-i partman/ | ||
| + | d-i partman/ | ||
| # 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/ | d-i partman/ | ||
| d-i partman/ | d-i partman/ | ||
| + | |||
| d-i passwd/ | d-i passwd/ | ||
| d-i passwd/ | d-i passwd/ | ||
| Línea 129: | Línea 142: | ||
| xserver-xorg xserver-xorg/ | xserver-xorg xserver-xorg/ | ||
| | | ||
| - | |||
| </ | </ | ||
| - | + | * Versión reducida, con los comentarios y órdenes justas. | |
| - | ===== Fichero preseed para UEFI, pc1301 ===== | + | ### 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/ | ||
| - | # Alternatives: | ||
| d-i partman-auto/ | d-i partman-auto/ | ||
| - | # Alternatively, | ||
| - | # one disk the installer will default to using that, but otherwise the device | ||
| - | # name must be given in traditional, | ||
| - | # /dev/sda, and not e.g. / | ||
| - | # 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: | ||
| d-i partman-auto/ | d-i partman-auto/ | ||
| - | # You can choose one of the three predefined partitioning recipes: | ||
| - | # – atomic: all files in one partition | ||
| - | # – home: | ||
| - | # – multi: | ||
| d-i partman-auto/ | d-i partman-auto/ | ||
| # This makes partman automatically partition without confirmation, | # This makes partman automatically partition without confirmation, | ||
| # 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/ | ||
| - | d-i partman/ | ||
| - | d-i partman/ | ||
| - | d-i partman/ | ||
| - | # This makes partman automatically partition without confirmation. | ||
| d-i partman-md/ | d-i partman-md/ | ||
| d-i partman-partitioning/ | d-i partman-partitioning/ | ||
| Línea 221: | Línea 207: | ||
| d-i partman/ | d-i partman/ | ||
| + | ### Cuentas de usuario... OK | ||
| + | # Cuenta de root | ||
| d-i passwd/ | d-i passwd/ | ||
| d-i passwd/ | d-i passwd/ | ||
| popularity-contest popularity-contest/ | popularity-contest popularity-contest/ | ||
| - | + | # Cuenta de usuario normal y su contraseña | |
| - | ### Cuenta de usuario normal y su contraseña... OK | + | |
| d-i passwd/ | d-i passwd/ | ||
| d-i passwd/ | d-i passwd/ | ||
| 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/ | d-i finish-install/ | ||
| - | # Monitor autodetection is recommended. | ||
| - | xserver-xorg xserver-xorg/ | ||
| - | # Uncomment if you have an LCD display. | ||
| - | # | ||
| - | # 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/ | ||
| - | | ||
| - | xserver-xorg xserver-xorg/ | ||
| - | | ||
| </ | </ | ||
| - | |||