Ubuntu PXE support UEFI

Source: Internet
Author: User

http://djmimi-linux.blogspot.com/

Step 4. Modify DHCP Service configuration#vi/etc/dhcp/dhcpd.conf Default-lease-time 14400;
max-lease-time 86400;
Ddns-update-style none;
Subnet 192.168.10.0 netmask 255.255.255.0 {
option broadcast-address 192.168.10.255;
option routers 192.168.10.1;
range 192.168.10.2 192.168.10.253;
next-server 192.168.10.1;
if substring (option Vendor-class-identifier, 5) = "00007" {
filename "/bootx64.efi";
  }
else {
filename "/pxelinux.0";
  }
}#vi/etc/dhcp/dhcpd6.conf Allow booting;
Allow BOOTP;
Ddns-update-style none;
default-lease-time 2592000;
preferred-lifetime 604800;
option Dhcp-renewal-time 3600;
option Dhcp-rebinding-time 7200;
option Dhcp6.bootfile-url code-n = string;
Allow leasequery;
option Dhcp6.info-refresh-time 21600;
Subnet6 2001::/112 {
range6 2001::1001 2001::fffe;
option Dhcp6.bootfile-url "Tftp://[2001::1]/bootx64.efi";
}#service DHCPD Start
#service Dhcpd6 Start

Ubuntu PXE support UEFI

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.