[FrontPage] [TitleIndex] [WordIndex

This is a read-only archived version of wiki.centos.org

GParted via PXE

Este artículo asume que usted ya tiene:

  1. Un servidor PXE al estilo pxelinux funcionando.

  2. Un servidor DHCP.
  3. La versión Parted Magic PXE de Parted Magic.

Configuramos el servidor PXE:

# mkdir -p /tftpboot/images/pmagic
# unzip the partedmagic-pxe-$VERSION.zip to /tmp
# cp the contents on the pmagic directory to /tftpboot/images/pmagic

Adicionamos las líneas siguientes al fichero de configuración pxelinux (tftproot/pxelinux.cfg/default por defecto):

default pmagic

label pmagic
  kernel images/pmagic/bzImage
  append noapic initrd=images/pmagic/initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=100000

2023-09-11 07:23