Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
We have customers wanting to create Network boot entry. In theory using "efibootmgr -c -i <itf> -L PXE" should work, but it appears that nowhere in the snippet the MAC address is written, which causes the entry to not be bootable at all.
This is seen at least on QEMU and VMWare so we can rule out any firmware issue.
Example of snippet created by the firmware itself:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
# hexdump -C /sys/firmware/efi/efivars/Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c
00000000 07 00 00 00 01 00 00 00 5c 00 55 00 45 00 46 00 |........\.U.E.F.|
00000010 49 00 20 00 50 00 58 00 45 00 76 00 34 00 20 00 |I. .P.X.E.v.4. .|
00000020 28 00 4d 00 41 00 43 00 3a 00 35 00 32 00 35 00 |(.M.A.C.:.5.2.5.|
00000030 34 00 30 00 30 00 45 00 39 00 35 00 33 00 36 00 |4.0.0.E.9.5.3.6.|
00000040 34 00 29 00 00 00 02 01 0c 00 d0 41 03 0a 00 00 |4.)........A....|
00000050 00 00 01 01 06 00 00 02 01 01 06 00 00 00 03 0b |................|
00000060 25 00 52 54 00 e9 53 64 00 00 00 00 00 00 00 00 |%.RT..Sd........|
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000080 00 00 01 03 0c 1b 00 00 00 00 00 00 00 00 00 00 |................|
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f ff |................|
000000a0 04 00 4e ac 08 81 11 9f 59 4d 85 0e e2 1a 52 2c |..N.....YM....R,|
000000b0 59 b2 |Y.|
000000b2
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
Here above we can see the MAC address at offset 62-67.
Example of snippet created by efibootmgr -i <itf>:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
# hexdump -C /sys/firmware/efi/efivars/Boot0008-8be4df61-93ca-11d2-aa0d-00e098032b8c
00000000 07 00 00 00 01 00 00 00 44 00 50 00 58 00 45 00 |........D.P.X.E.|
00000010 00 00 03 0b 25 00 52 54 00 e9 53 64 00 00 00 00 |....%.RT..Sd....|
00000020 00 00 00 00 65 66 69 76 61 72 73 2f 42 6f 6f 74 |....efivars/Boot|
00000030 30 30 30 36 2d 38 01 03 0c 1b 00 00 00 00 00 00 |0006-8..........|
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000050 00 00 7f ff 04 00 |......|
00000056
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
Here above none of the information related to the MAC address is there (MAC address being 52:54:00:e9:53:64).
Version-Release number of selected component (if applicable):
efivar-libs-38-3.el9.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Create a snippet using "efibootmgr -c -i <itf> -L PXE" command
2. Try booting
Actual results:
Doesn't boot
Expected results:
Boots.
Comment 3RHEL Program Management
2023-09-16 19:43:36 UTC
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug.
Comment 4RHEL Program Management
2023-09-16 19:44:24 UTC
This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there.
Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information.
To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like:
"Bugzilla Bug" = 1234567
In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information.