snmp driver not working on Jammy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
New
|
Undecided
|
Unassigned |
Bug Description
After disabling Ubuntu Focal, and upgrading to Jammy, it appears iPXE no longer boots the local disk for snmp jobs:
Working, Ubuntu Focal:
"""
iPPXXEE 11..0
Features: DNS HTTP HTTPS iSCSI NFS TFTP VLAN AoE ELF MBOOT PXE bzImage Menu PXEX
T
Press Ctrl-B for the iPXE command line...
net0: 52:54:00:a2:b6:04 using 82540em on 0000:02:01.0 (open)
[Link:up, TX:0 TXE:0 RX:0 RXE:0]
Configuring (net0 52:54:00:
net0: 10.1.0.
net0: fd01:d880:
net0: fe80::5054:
net1: fe80::5054:
Next server: 149.202.169.26
Filename: http://
http://
boot.ipxe : 1004 bytes [script]
Attempting to boot from MAC 52-54-00-a2-b6-04
pxelinux.
Booting from SAN device 0x80
GRUB Loading stage2..
"""
The last line being the most important, the image has been bios booted.
Not working:
"""
iPXE 1.21.1+
-- https:/
Features: DNS HTTP HTTPS iSCSI NFS TFTP VLAN AoE ELF MBOOT PXE bzImage Menu PXEX
T
Press Ctrl-B for the iPXE command line... net0: 52:54:00:af:36:d4 using 82540em on 0000:02:01.0 (Ethernet) [open]
[Link:up, TX:0 TXE:0 RX:0 RXE:0]
Configuring (net0 52:54:00:
net0: 10.1.0.
net0: fd2d:bbf3:
net0: fe80::5054:
net1: fe80::5054:
Next server: 10.208.224.55
Filename: http://
http://
boot.ipxe : 1004 bytes [script]
Attempting to boot from MAC 52-54-00-af-36-d4
pxelinux.
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Input/output error (https:/
Exiting pxe config to allow boot to continue on next device
No more network devices
"""
It *appears* focal ships https:/
Where as Jammy ships https:/
Between the images, both utilize the same configuration, virtio. Both are bios booting. The newer version just can't seem to read from the disk.