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.
When a 64 bit RHEL3 guest is installed on an AMD host system, it will use the x86_64 RHEL3 kernel. If only a single vCPU is assigned to the guest, the uniprocessor (UP) kernel will be installed, which encounters a known issue with the UP-APIC support when running on KVM. This problem can be avoided by booting the guest with the "noapic" guest kernel parameter or by assigning multiple vCPUs to the guest for installation. This will result in the SMP guest kernel being installed, which does not have this issue.
Additionally, x86_64 RHEL3 kernels do not include software IOTLB support which results in problems with emulated or assigned IO devices when more than 3584MB of memory is assigned to the guest. To avoid this problem, the ia32e kernel can be used instead of the x86_64 kernel, which does include software IOTLB support. This kernel also avoids the UP-APIC issue as it's an SMP kernel.
The recommended procedure for installing a 64bit RHEL3 guest on an AMD host would then be:
1) Configure the guest with a single CPU and 3584MB (or less) memory.
2) Post-install, interrupt booting and modify the kernel command line to include the "noapic" option.
3) Boot the guest and install the ia32e kernel.
4) Power off the guest, reconfigure assigned memory and CPUs as desired.
The guest should then behave normally and not require any extra boot options.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
When a 64 bit RHEL3 guest is installed on an AMD host system, it will use the x86_64 RHEL3 kernel. If only a single vCPU is assigned to the guest, the uniprocessor (UP) kernel will be installed, which encounters a known issue with the UP-APIC support when running on KVM. This problem can be avoided by booting the guest with the "noapic" guest kernel parameter or by assigning multiple vCPUs to the guest for installation. This will result in the SMP guest kernel being installed, which does not have this issue.
Additionally, x86_64 RHEL3 kernels do not include software IOTLB support which results in problems with emulated or assigned IO devices when more than 3584MB of memory is assigned to the guest. To avoid this problem, the ia32e kernel can be used instead of the x86_64 kernel, which does include software IOTLB support. This kernel also avoids the UP-APIC issue as it's an SMP kernel.
The recommended procedure for installing a 64bit RHEL3 guest on an AMD host would then be:
1) Configure the guest with a single CPU and 3584MB (or less) memory.
2) Post-install, interrupt booting and modify the kernel command line to include the "noapic" option.
3) Boot the guest and install the ia32e kernel.
4) Power off the guest, reconfigure assigned memory and CPUs as desired.
The guest should then behave normally and not require any extra boot options.