[Bug 1876974] Re: Support multiple ESPs

2024-06-17 Thread Mate Kukri
grub-install shouldn't be directly used maintain dpkg managed grub installations. This feature is supported when using dpkg-reconfigure grub-efi- amd64-signed, or grub-multi-install. ** Changed in: grub2 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because

[Bug 1876974] Re: Support multiple ESPs

2020-11-29 Thread Julian Andres Klode
It needs to be a valid ESP. probably it's just a fat32 partition, but not a valid ESP - wrong partition type set in got/mbr if it's not shown. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876974 Tit

[Bug 1876974] Re: Support multiple ESPs

2020-11-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: grub2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876974 Title: Supp

[Bug 1876974] Re: Support multiple ESPs

2020-05-23 Thread Johan Ehnberg
The situation where this arose is in testing our Ubuntu 20.04 orchestration. Previously we used a script to ensure boot coherence. We use two mirrored system drives, mirroring everything to the extent that the system must be completely bootable after pulling a drive/having one drive fail completely

[Bug 1876974] Re: Support multiple ESPs

2020-05-22 Thread Julian Andres Klode
IMO you should be running dpkg-reconfigure grub-efi-amd64-signed rather than grub-install or the grub-multi-install wrapper directly. grub-install cannot know if there are multiple ESPs, as the ESPs are stored in debconf. This is not different from BIOS systems, where grub-install also does not d

[Bug 1876974] Re: Support multiple ESPs

2020-05-22 Thread Julian Andres Klode
It's still not clear to me why you ran grub-install in the first place, though. What made you do that? If you change configuration, the right tool to run is update-grub, there is no need to reinstall grub. If you change the ESPs, you use dpkg-reconfigure, so you would not have stumbled across tha

[Bug 1876974] Re: Support multiple ESPs

2020-05-16 Thread Johan Ehnberg
** Changed in: grub2 (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876974 Title: Support multiple ESPs To manage notifications about this bug go to: https

[Bug 1876974] Re: Support multiple ESPs

2020-05-05 Thread Johan Ehnberg
I ran 'grub-install', and expected both efi to be updated. It updates only the primary ESP. Both 'dpkg-reconfigure grub-efi-amd64' and running 'grub-multi-install' directly update both ESPs. So on the package updates part it looks like we are good to go. The part that I am missing, is making it s

[Bug 1876974] Re: Support multiple ESPs

2020-05-05 Thread Ryan Harper
What commands are you running and what do you expect to happen that does not? If you've installed via subiquity then you can use: /usr/lib/grub/grub-multi-install which is what it used during the install to mount and mirror the primary esp to secondary devices. ** Changed in: grub2 (Ubuntu)