Comment 3 for bug 1524403

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/255362
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=952d5c5a06f35181768e52dd660afe548bc6fa60
Submitter: Jenkins
Branch: master

commit 952d5c5a06f35181768e52dd660afe548bc6fa60
Author: Lucas Alvares Gomes <email address hidden>
Date: Wed Dec 9 16:17:30 2015 +0000

    Fix iPXE template for whole disk image

    The goto :boot_whole_disk section in the iPXE template is bogus, the
    "kernel" command is being used to chain the "chain.c32" file, that
    command should be "chain" and the "append" command is not a valid iPXE
    command.

    This patch replaces those commands with the "sanboot" command from iPXE
    which is (among other things) used to chain the boot process to the
    local disk.

    Closes-Bug: #1524403
    Change-Id: I7d2310d94e40b1c9c76957382ab19c0076bf42cd