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

Error: Unable to find pxelinux.0 when attempting to use nodeset #5209

Closed
leiocalyx opened this issue May 15, 2018 · 3 comments
Closed

Error: Unable to find pxelinux.0 when attempting to use nodeset #5209

leiocalyx opened this issue May 15, 2018 · 3 comments

Comments

@leiocalyx
Copy link

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.4 LTS
Release:        16.04
Codename:       xenial

lsxcatd -a
Version 2.14 (git commit 8c159330c2bedace4bb101945823ba51d9cbdc25, built Thu Apr 19 07:17:16 EDT 2018)
This is a Management Node
dbengine=SQLite

With netboot=pxe I was trying to assign an image:

nodeset node3 osimage=ubuntu16.04.4-x86_64-install-compute
Error: Unable to find pxelinux.0

I've dug a bit, and found mentions of pxelinux.0 in xCAT-server/lib/xcat/plugins/pxe.pm
It was checking two directories /usr/lib/syslinux/pxelinux.0 and /usr/share/syslinux/pxelinux.0 but neither existed on my system.

I've tried to installing the syslinux package, but that didn't help.

After copying the file directly to one of the above-mentioned directories
cp /opt/xcat/share/xcat/netboot/syslinux/pxelinux.0 /usr/share/syslinux/pxelinux.0
the error disappeared:

nodeset node3 osimage=ubuntu16.04.4-x86_64-install-compute
Warning: rcons may not work since no serialport is specified for rainbow3-10.bru
node3: install ubuntu16.04.4-x86_64-compute
@immarvin
Copy link
Contributor

hi @bybai , would you please take a look at this? thanks

@bybai
Copy link
Contributor

bybai commented May 18, 2018

Hi @leiocalyx, thanks your information, will look into it as our plan.

@bybai bybai added this to the 2.14.5 milestone Nov 9, 2018
@bybai bybai added the sprint2 label Nov 9, 2018
@robin2008
Copy link
Member

This is covered in #5783

@bybai bybai closed this as completed Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants