-
Story
-
Resolution: Unresolved
-
Normal
-
CentOS Stream 10
-
qemu-kvm-10.1.0-1.el10
-
Moderate
-
FutureFeature
-
2
-
rhel-virt-hwe-s390x
-
ssg_virtualization
-
10
-
200
-
False
-
False
-
-
Yes
-
Red Hat Enterprise Linux
-
zKVM CY25 sprint 4, zKVM Planning
-
Pass
-
Automated
-
Enhancement
-
-
Proposed
-
-
s390x
-
None
Feature description
As an administrator I want to be able to select which kernel to boot into via PXE in order to select the OS version that I want to install.
If more than one boot entry is available I should be able to select the one that I need via menu. For consistency with boots from disks, I'd want to use the loadparm value to select a boot entry directly.
As an administrator I want to be able to select which kernel to boot into via PXE in order to select the OS version that I want to install. If more than one boot entry is available I should be able to select the one that I need via menu. For consistency with boots from disks, I'd want to use the loadparm value to select a boot entry directly.
Business justification
Why is this feature needed?
I want to manage several available OS installations in the same pxe configuration file. Libvirt for example, only allows to set one for TFTP boots, ref. https://libvirt.org/formatnetwork.html#addressing
Impact to you
Not sure.
What hardware or software does this enable?
N/A
If hardware, is it on-board in a system (eg, LOM) or an add-on card?
N/A
What is the business impact?
Not sure.
What market problems / audience does it address?
N/A
QE test plan
TBD
TBD
Additional information
Sample multi-boot pxe config:
# pxelinux
default rhel95
label rhel95
kernel 95/kernel.img
initrd 95/initrd.img
append ip=dhcp inst.repo=<rhel-9.5 install tree url>
label rhel96
kernel 96/kernel.img
initrd 96/initrd.img
append ip=dhcp inst.repo=<rhel-9.6 install tree url>