Results 1 to 2 of 2

Thread: pxebooting - :unable to locate configuration file"

  1. #1
    Join Date
    Mar 2021
    Beans
    8

    pxebooting - :unable to locate configuration file"

    OS- Rocky Linux 8.5 with Warewulf V4

    I can boot one of the node and it will acquire a IP address but can not find the configuration file.

    Copy of DHCPD.conf file

    subnet 10.0.1.0 netmask 255.255.255.0 {
    # specify the range of lease IP address
    range dynamic-bootp 10.0.1.100 10.0.1.160;
    # specify broadcast address
    option broadcast-address 10.0.1.255;
    # specify gateway
    # option routers 10.0.1.1;
    # option domain-name-server 10.0.1.11;
    # option doamin-name "my-machine";
    # option ip-forwarding off;


    filename "pxelinux.0";
    }

    pxelinux.0 is located in var/lib/tftpboot

    When I start Warewulf the following line appears. "Writing PXE files to: /var/lib/tftpboot/warewulf" When I check there the directory contains; arm64.efi, i386.efi, i386.kpxe, ipxe, and x86.efi

    Any help would be appreciated.
    Last edited by jencdi; May 7th, 2022 at 09:27 PM. Reason: typos

  2. #2
    Join Date
    Mar 2011
    Location
    19th Hole
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: pxebooting - :unable to locate configuration file"

    Thread moved to Fedora/RedHat and derivatives as the more appropriate forum.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •