-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello, I recently got an IBM Power 720 server, I am having major issues with any Linux distro that uses a recent version of grub (in this case the archpower-2025.02.01-powerpc64.iso). There is an issue where grub boot menu will pop up, but when you run any option such as Boot LiveCD (kernel: ppc64) or Boot LiveCD (kernel: ibmpower) you will get this error:
error: couldn't claim memory
error: you need to load the kernel first.
Press any key to continue...
Then it will go back to the menu selection screen.
This happens with other Linux distro's that has updated Grub to version 2.12 like Debian Ports. The debian-12.0.0-ppc64-NETINST-1.iso ran just fine but when the install ran updates at the end and updated GRUB to ver 2.12 it has the same issue.
This error also happens on bare metal and through PowerVM/VIOS (a AIX based hypervisor).
I also tried running to boot the CD through yaboot through the open firmware prompt but yaboot just passes back to grub defeating the workaround.
Any help would be great, Thank you