'grub_is_cli_need_auth' not found, how to resolve?

I’m guessing @arvidjaar’s choice would be /dev/sde, but mine would be /dev/sde1.

I chose /dev/sde1 AND “Custom Boot Partition” /dev/disk/by-uuid/aaasssssdd… as this was the setup on a booting clone of the USB-stick.

But then:

grub2-install /dev/sde1
Installing for i386-pc platform.
grub2-install: warning: File system `ext2' doesn't support embedding.
grub2-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub2-install: error: will not proceed with blocklists.

but

grub2-install /dev/sde
Installing for i386-pc platform.
Installation finished. No error reported

That would probably have worked if you had used “`–force’”
(as in)

grub2-install --force /dev/sde1

did a zypper dup, no new kernel and TW came back flawlessly after reboot.

Next time I use the force, which may be with me… :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.