以Fedora8为例,其它版本大同小异
1.下载TFTP并解压到c:\tftp
http://tftpd32.jounin.net
2.下载syslinux.zip, 解压pxelinux.0 & menu.c32 到c:\tftp\root下
http://www.kernel.org/pub/linux/utils/boot/syslinux/
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/
3.建立文件 C:\tftp\root\pxelinux.cfg\default 如下
DEFAULT menu.c32
PROMPT 0
TIMEOUT 50
LABEL FD8
MENU LABEL [^B] Boot Fedora 8
kernel img/vmlinuz
append initrd=img/initrd.img
LABEL menu
MENU HIDE
kernel menu.c32
4.按下图设置tftp
5.下载并安装Daemon tools(虚拟光驱),装入Fedora的ISO映像, 把ISO映像中的vmlinuz / initrd.img 两个文件复制到c:\tftp\root\img 下
http://www.daemon-tools.cc/dtcc/download.php
6.安装FTP服务器(可用Microsoft IIS), 把虚拟光驱的盘符设为FTP的根目录
7.在带PXE网卡的机器上启动,应该能看到Fedora的安装界面
8.选择通过FTP安装
9.在这里输入FTP服务器的地址
10.慢长的安装…(略)