I have set up a PXE Server boot system for memtest86-site with the following system:
OS: Centos 7
Memtest86: memtest86-site
I followed the instructions of "MemTest86_User_Guide_UEFI.pdf" for Configuring a PXE Server on CentOS 7. the result is it worked.
So i want setup the menu when the client boots with like the image below:
I'm using Grub boot But i got hang at
please help me. there are my config as below:
DHCP.conf config
tftp config
service tftp
{
Grub.cfg config
set default=0
set timeout=60
menuentry 'MemTest86With1Pass' {
OS: Centos 7
Memtest86: memtest86-site
I followed the instructions of "MemTest86_User_Guide_UEFI.pdf" for Configuring a PXE Server on CentOS 7. the result is it worked.
So i want setup the menu when the client boots with like the image below:
I'm using Grub boot But i got hang at
please help me. there are my config as below:
DHCP.conf config
tftp config
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -c -s -m /var/lib/tftpboot3/tftp.remap /var/lib/tftpboot3
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -c -s -m /var/lib/tftpboot3/tftp.remap /var/lib/tftpboot3
disable = no
per_source = 11
cps = 100 2
flags = IPv4
Grub.cfg config
set default=0
set timeout=60
menuentry 'MemTest86With1Pass' {
chainloader /MEM-PASS1/BOOTX64.efi
boot
}
boot
Comment