Hide Forgot
Description of problem: [root@wlan-5-141 distros]# cat /mnt/isolinux/isolinux.cfg say This is the Red Hat Enterprise Virtualization Hypervisor 6.1 (9.el6) menu title RHEV Hypervisor 6.1 (9.el6) label linux0 menu label Boot kernel vmlinuz0 append initrd=initrd0.img root=live:CDLABEL=rhev-hypervisor rootfstype=auto ro liveimg nomodeset check rootflags=ro crashkernel=auto elevator=deadline processor.max_cstate=1 crashkernel=128M rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM menu default label serial-console menu label Boot with serial console kernel vmlinuz0 append initrd=initrd0.img root=live:CDLABEL=rhev-hypervisor rootfstype=auto ro liveimg nomodeset check rootflags=ro crashkernel=auto elevator=deadline processor.max_cstate=1 crashkernel=128M rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM console=tty0, console=ttyS0,115200n8 Version-Release number of selected component (if applicable): rhevh 6.1-9 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: crashkernel=auto elevator=deadline processor.max_cstate=1 crashkernel=128M Expected results: crashkernel=auto elevator=deadline processor.max_cstate=1 Additional info:
Created attachment 485569 [details] Patch Drop the extra crashkernel option from the commandline
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: Previously, the isolinux.cfg file contained an entry that displayed two values for crashkernel, namely "crashkernel=auto" and "crashkernel=128M". This is fixed so that the unnecessary "crashkernel=128M" value no longer displays in the isolinux.cfg file.