[PXE]How to Config menu.lst(Tftpd+Grub4Dos)

[Files]
tftpd32.exe
tftpd32.ini
grldr
menu.lst
*diskgen480.img
*Core-6.4.1.iso

[Config]

////Tftpd32
TFTP
Advanced TFTP Options: +PXE Compatibility
DHCP
IP pool start address: 192.168.1.100
Size of pool: 15
Boot File: grldr
Def.router: //local ip//eg:192.168.1.99//
Mask: 255.255.255.0
Restart Tftpd32

//// menu.lst 1
#diskgen480.img:

title boot diskgen480
map –mem (pd)/diskgen480.img (fd0)
map –hook
chainloader (fd0)+1

//// menu.lst 2
#Core-6.4.1.iso
title boot Core-6.4.1.iso
map –mem (pd)/Core-6.4.1.iso (0xff)
map –hook
chainloader (0xff)

WARNING SPACE!!

你可能感兴趣的:(grub4dos,pxe,tftpd,menu-lst)