You are not logged in.

#1 2023-03-02 11:00:33

ceuk
Member
Registered: 2020-11-22
Posts: 7

[Solved] linux-zen 6.2.1 fails to boot via grub

Hi, not done much investigation of this yet as I need the computer in question for work so I've just downgraded the kernel for the timebeing. When trying to boot via grub using 6.2.1 I was getting "kernel does not support efi handover"

There's nothing super weird going on from a grub script perspective. A simplified version (which also doesn't work) is:

insmod part_gpt
insmod ext2
linux /boot/vmlinuz-linux-zen root=/dev/sda3  
initrd /boot/initramfs-linux-zen.img

Appreciate this isn't a lot to go on, just thought I'd do a quick post in case it was a common problem or anyone knew a quick fix.

Thanks!

Last edited by ceuk (2023-03-02 17:51:09)

Offline

#2 2023-03-02 11:29:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: [Solved] linux-zen 6.2.1 fails to boot via grub

Update your grub payload by running the appropriate grub-install command for updating GRUB with the latest package version 2.06.r456.g65bc45963 installed. If you are actually using a different GRUB than that could be the cause of the issue.

See also https://bbs.archlinux.org/viewtopic.php?id=283910 and/or https://bbs.archlinux.org/viewtopic.php?id=283929

Offline

#3 2023-03-02 11:30:37

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 596

Re: [Solved] linux-zen 6.2.1 fails to boot via grub

You are using GRUB with unofficial patches (probably from some other distribution) that make it use the now deprecated EFI handover protocol. Arch's 6.2+ kernels are built without CONFIG_EFI_HANDOVER_PROTOCOL, so you will not be able to boot Arch's 6.2+ kernels using your current GRUB.

Follow https://wiki.archlinux.org/title/GRUB and install Arch's GRUB.

Edit: too slow.

Last edited by nl6720 (2023-03-02 11:30:56)

Offline

#4 2023-03-02 17:52:16

ceuk
Member
Registered: 2020-11-22
Posts: 7

Re: [Solved] linux-zen 6.2.1 fails to boot via grub

That was indeed the problem. I had installed grub via a different distro on another partition and haven't touched either that distro or grub in a good few years at least big_smile No wonder if was broken.

All sorted now - thanks both!

Offline

Board footer

Powered by FluxBB