Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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:
Post upgrade to 6.12.2-1, (full-host-bootdisk) generated with static IP failed to boot on EFI firmware and ends in grub prompt due to syntax error.
As the auto-attached boot disk uses the fullhost image the same behavior is observed.
Version-Release number of selected component (if applicable):
satellite-6.12.2-1.el8sat
How reproducible:
100%
Steps to Reproduce:
1. Upgrade the satellite with the latest patches i.e satellite-6.12.2-1.el8sat
2. Create a subnet with all the required info and set the Boot Mode to static.
3. Generate fullhost image with "PXEloader=Grub2 UEFI"
Actual results:
Provisioning fails due to syntax error and ends in GRUB>
Expected results:
Fullhost image with static IP should be able to boot on EFI firmware.
Additional info:
Sharing the template info
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# This file was deployed via 'Kickstart default PXEGrub2' template
set default=0
set timeout=10
menuentry 'Kickstart default PXEGrub2' {
linuxefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-vmlinuz BOOTIF=01-00-50-56-b4-ad-ab ks=http://satellite.example.com/unattended/provision?static=1&token=98aab8f2-0a19-40f0-a7f6-4ae4ba7f66de ip=192.168.xxx.187::192.168.xxx.1:255.255.255.0:oscar-hayne.sat.example.com::none nameserver=192.168.xxx.2 nameserver=xx.xx.5.25
initrdefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-initrd.img
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BOOTIF=01-00-50-56-b4-ad-ab ks=http://satellite.example.com/unattended/provision?static=1&token=98aab8f2-0a19-40f0-a7f6-4ae4ba7f66de // The issue seems to be the newly rendered syntax static=1&token.
Additional info:-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
With the boot mode set to DHCP, the full host image on EUFI/EFI booted and provisioned successfully without any issues.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# This file was deployed via 'Kickstart default PXEGrub2' template
set default=0
set timeout=10
menuentry 'Kickstart default PXEGrub2' {
linuxefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-vmlinuz BOOTIF=01-00-50-56-b4-df-f7 ks=http://satellite.example.com/unattended/provision?static=1 ip=192.xxx.xxx.190::192.xxx.xxx.1:xxx.255.255.0:mona-breyer.example.com::none nameserver=192.xxx.xx.2 nameserver=10.xx.x.25
initrdefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-initrd.img
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Description of problem: Post upgrade to 6.12.2-1, (full-host-bootdisk) generated with static IP failed to boot on EFI firmware and ends in grub prompt due to syntax error. As the auto-attached boot disk uses the fullhost image the same behavior is observed. Version-Release number of selected component (if applicable): satellite-6.12.2-1.el8sat How reproducible: 100% Steps to Reproduce: 1. Upgrade the satellite with the latest patches i.e satellite-6.12.2-1.el8sat 2. Create a subnet with all the required info and set the Boot Mode to static. 3. Generate fullhost image with "PXEloader=Grub2 UEFI" Actual results: Provisioning fails due to syntax error and ends in GRUB> Expected results: Fullhost image with static IP should be able to boot on EFI firmware. Additional info: Sharing the template info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # This file was deployed via 'Kickstart default PXEGrub2' template set default=0 set timeout=10 menuentry 'Kickstart default PXEGrub2' { linuxefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-vmlinuz BOOTIF=01-00-50-56-b4-ad-ab ks=http://satellite.example.com/unattended/provision?static=1&token=98aab8f2-0a19-40f0-a7f6-4ae4ba7f66de ip=192.168.xxx.187::192.168.xxx.1:255.255.255.0:oscar-hayne.sat.example.com::none nameserver=192.168.xxx.2 nameserver=xx.xx.5.25 initrdefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-initrd.img } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BOOTIF=01-00-50-56-b4-ad-ab ks=http://satellite.example.com/unattended/provision?static=1&token=98aab8f2-0a19-40f0-a7f6-4ae4ba7f66de // The issue seems to be the newly rendered syntax static=1&token. Additional info:- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ With the boot mode set to DHCP, the full host image on EUFI/EFI booted and provisioned successfully without any issues. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # This file was deployed via 'Kickstart default PXEGrub2' template set default=0 set timeout=10 menuentry 'Kickstart default PXEGrub2' { linuxefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-vmlinuz BOOTIF=01-00-50-56-b4-df-f7 ks=http://satellite.example.com/unattended/provision?static=1 ip=192.xxx.xxx.190::192.xxx.xxx.1:xxx.255.255.0:mona-breyer.example.com::none nameserver=192.xxx.xx.2 nameserver=10.xx.x.25 initrdefi boot/red-hat-enterprise-linux-8-for-x86_64-baseos-kickstart-8-6-7-initrd.img } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~