I’m new to linux.
I want to edit “This kernel requires an x86-64 CPU, but only detected an i686 CPU.Unable to boot – Please use a kernel appropriate for your CPU” from vmlinuz file(RHEL6.0)
If editing this message is possible Can anyone suggest a way to modify message.
I’m new to linux. I want to edit This kernel requires an x86-64 CPU,
Share
The message is in /arch/…/boot/cpu.c in the linux kernel source. You can modify it, recompile the kernel and install the new kernel.