Bug#925591: grub-install fails on raid1+efi setup

2022-11-18 Thread Mark Nipper
Package: grub2-common Version: 2.06-5 Followup-For: Bug #925591 It looks like the Ubuntu folks have added this as a template named grub-efi/install_devices in their templates.in located in the source for package: --- https://packages.ubuntu.com/source/kinetic/grub2-unsigned related to their bug o

Bug#925591: grub-install fails on raid1+efi setup

2022-10-01 Thread Vladimir K
A script that syncs EFI volume data to mountpoints with numbered suffixes '.N' and adds boot entries via efibootmgr#!/bin/sh if [ "$1" = "--write" ] then COMMAND_PREFIX='' RSYNC_N='' elif [ "$1" = "--dry-run" ] then COMMAND_PREFIX='echo will run:' RSYNC_N='n' else echo "Usage: $(basename "$0

Bug#925591: grub-install fails on raid1+efi setup

2022-07-29 Thread Vladimir K
Installing ESP on software raid may not be a good idea, even if raid metadata is at the end of partitions. Perhaps, a better approach would be to add procedural ESP duplication via hooks in grub and whatever else needs to write to /boot/efi (potentially debian-installer?). Basic concept of a m

Bug#925591: grub-install fails on raid1+efi setup

2021-03-21 Thread Giorgio Bonfiglio
Just stumbled upon this after converting a system from Legacy Boot to UEFI (boot into live, sort out partitions, remove grub-pc, install grub-efi, reboot, reconfigure bios). After running `apt install grub-efi` and rebooting, although the former fails with the error mentioned above, debian corr

Bug#925591: grub-install fails on raid1+efi setup

2020-08-30 Thread epiq sty
Jakub, if it's still relevant, I faced with exactly same problem during Debian installation on Terramaster F5-421, grub-install fails with same messages. I wonder if there's any workaround possible. On Sun, 27 Oct 2019 23:29:28 + Jakub Filo wrote: > Hello, > > I would like to ask, what fi

Bug#925591: grub-install fails on raid1+efi setup

2019-10-27 Thread Jakub Filo
Hello, I would like to ask, what firmware is this happening on? Any chance it's OVMF? Best Regards, Jakub Filo

Bug#925591: grub-install fails on raid1+efi setup

2019-03-27 Thread Joerg Dorchain
Package: grub2-common Version: 2.02+dfsg1-13 # grub-install Installing for x86_64-efi platform. efibootmgr: option requires an argument -- 'd' efibootmgr version 15 usage: efibootmgr [options] -a | --active sets bootnum active -A | --inactive sets bootnum inactive