Skip to content

Console blanks out after booting iPXE #663

@MischaBaars

Description

@MischaBaars

Hello,

I want to boot a cluster of network nodes using iPXE, because I then have to install and configure the operating system only once.

The DHCP server from the router had to be disabled and a static ip address assigned to the server, but I did get dnsmasq up and running. With an external tftp server because using the internal server downloads are systematically aborted for some reason.

The 'ipxe.iso' that can be downloaded from ipxe.org has a filesize of 4194304 bytes. The compiled version is only 1048576 bytes. When booting the first, I do get a screen and a command prompt. The second image does not boot up the system. The partitioning structure is also different from the downloaded version. The same holds for 'ipxe.usb'.

The 'undionly.kpxe' that can be downloaded from ipxe.org, has a filesize of 71717 bytes. The compiled version is only 68137 bytes. The client correctly downloads and executes both. The inifinite loop is visible from the server 'journalctl --boot --follow', but the first thing that happens is that the client's screen blanks out, no welcome message, nothing, for both the downloaded and the compiled version.

I've tried compiling with 'make' and with 'make everything'.

Any idea what might be the problem? I think that the CONSOLE_PCBIOS code is only compiled with 'make everyting', but I doubt that is the problem.

Best regards,
Mischa Baars.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions