- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- PXE boot SPP missing driver for network card
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 01:07 AM - last edited on 06-03-2022 03:06 AM by support_s
06-03-2022 01:07 AM - last edited on 06-03-2022 03:06 AM by support_s
PXE boot SPP missing driver for network card
Hello,
We have problems with DL380 Gen9 LFF/SFF servers with a 560FLR-SFP+ network card.
Booting SPP 2021.10 over PXE is also no issue, but uppon the ISO boot it tries to connect to the PXE server to retrieve the image. But it fails to detect the dual 10G 560FLR card.
What can we do to resolve this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 02:08 AM
06-03-2022 02:08 AM
Query: PXE boot SPP missing driver for network card
System recommended content:
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 03:01 AM
06-03-2022 03:01 AM
Re: PXE boot SPP missing driver for network card
Hi,
You can change the boot order in the RBSU. Or youy can press F11 during boot and select the ISO (CDROM) as boot device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 03:36 AM - edited 06-07-2022 02:24 AM
06-03-2022 03:36 AM - edited 06-07-2022 02:24 AM
Re: PXE boot SPP missing driver for network card
Hi,
Please read.
It not the issue that SPP is not getting booted..
Edit 1:
The ISO is missing a drives or something. It doesn’t recognize the 10GE network card.
We use PXE to boot the SPP from the network with the following config as supplied by the ISO
kernel gen9spp2021100/vmlinuz
append initrd=gen9spp2021100/initrd.img media=net root=/dev/ram0 splash quiet hp_fibre showopts TYPE=AUTOMATIC AUTOPOWEROFFONSUCCESS=yes AUTOREBOOTONSUCCESS=yes iso1=http://@@http_server@@/cobbler/ks_mirror/HPe/spp2021.10.0/spp_2021.10.0.iso iso1mnt=/mnt/bootdevice
Again booting through PXE works fine, it loads the kickstart and downloads the vmlinux/initrd.img
So now we are booting that kernal and it tries to download the ISO image to mount.
In the vmlinux/initrd.img it is missing a driver of somesort, because it only shows 4 (the onboard) network nics
The 560FLR (dual 10G) is not seen, BUT it has already been used for PXE boot. So it is available and working.
This seems an issue with the SPP package itself.
Edit 2:
Also we only see this issue with 560FLR cards. The 530FLR-SFP+ works fine for a long time.
Edit 3:
Uppon enabling debug in the SPP package we observed issues with the ixgbe driver on load.
ixgbe: Unknown symbol xfrm_aead_get_byname (err -2)
Edit 4:
We have resolved this issue ourself.
- Unpack the initrd.img to /tmp/initrd/
- Download the latest "HPE Intel ixgbe Drivers for SUSE Linux Enterprise Server 15"
(hp-ixgbe-kmp-default-5.13.4_k5.3.18_57-1.sles15sp3.x86_64.rpm in our case, the SPP is based on SUSE 5.3.18-57.3 kernal) - Unpack the RPM to grab the ixgbe.ko file (./lib/modules/5.3.18-57-default/updates/hp-ixgbe/ixgbe.ko)
- Update lib/modules/5.3.18-57.3-default/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko with the new driver from the RPM.
- repack /tmp/initrd/ to the initrd.img
(find . 2>/dev/null | cpio -H newc -o -R root:root | xz -9 --format=lzma > /root/initrd_modified.img) - Use the new initrd to boot with PXE.
The network card is now deteced, and no wierd "Unknown symbol" error on boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 08:57 AM - edited 06-26-2023 11:16 AM
06-26-2023 08:57 AM - edited 06-26-2023 11:16 AM
Re: PXE boot SPP missing driver for network card
Coming too the newer SPP versions. This is still an issue.
The 560FLR cards are not reconnized by the SPP and will not boot.
SPP Gen10 2023.03 and Gen10 2022.09
SPP Gen9 2022.0822.4
We found:
mlx5_core: Unknown symbol psample_sample_packet (err -2)