[FrontPage] [TitleIndex] [WordIndex

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

通过 PXE 应用 GParted。

这篇文章假设你已经拥有:

1. 一台运作中的 pxelinux 式 PXE 服务器

2. 一台运作中的 DHCP 服务器。

3. 来自 Parted Magic 的 PXE 版 Parted Magic。

设置 PXE 服务器

# mkdir -p /tftpboot/images/pmagic
# 将 partedmagic-pxe-$VERSION.zip 解压到 /tmp 
# 复制 pmagic 目录的内容到 /tftpboot/images/pmagic

在 pxelinux 的配置文件(缺省是 /tftpboot/pxelinux.cfg/default)内加入下列数行

default pmagic

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

Translation of revision 10


2023-09-11 07:23