Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not PXE boot with current params - wimaging_pxelinux.erb #10

Closed
EthanBannister opened this issue Dec 18, 2019 · 0 comments
Closed

Comments

@EthanBannister
Copy link

It appears that the current erb params that are provided no longer work with recent versions of Foreman. I was able to get things up and running, by changing the following line from:

APPEND initrdfile=<%= @host.operatingsystem.bootfile(@host.arch,:bcd) %>,<%= @host.operatingsystem.bootfile(@host.arch,:bootsdi) %>,<%= @host.operatingsystem.bootfile(@host.arch,:bootwim) %>

To:

APPEND initrdfile=<%= @host.operatingsystem.bootfile(@medium_provider,:bcd) %>,<%= @host.operatingsystem.bootfile(@medium_provider,:bootsdi) %>,<%= @host.operatingsystem.bootfile(@medium_provider,:bootwim) %>

After changing from @host.arch to @medium_provider, it worked with no issues. I am running Syslinux 6.03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant