diff --git a/kdumpctl b/kdumpctl
index 7f51b2e..1005e6d 100755
--- a/kdumpctl
+++ b/kdumpctl
@@ -1640,7 +1640,7 @@ reset_crashkernel()
 
 _is_bootloader_installed()
 {
-	if [[ $(uname -r) == s390x ]]; then
+	if [[ $(uname -m) == s390x ]]; then
 		test -f /etc/zipl.conf
 	else
 		test -f /boot/grub2/grub.cfg