[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2024-02-26 Thread Jeremie Tamburini
@mkukri
A couple of years ago I had 2 installations of EndeavourOS on two different 
partition, and the Efi menu showed 2 different entries. I can't remember 
exactly but the menu entries looked like these:
- EndeavourOS 12345...
- EndeavourOS 14789...

I don't know if the boot process is meant to work as it works in Ubuntu or as 
it works in EndeavourOS. At least it looks it is possible to have two different 
Efi menu entries for 2 different installation of the same system... and it's 
good.
If for any reason my default system is broken and I can't access the other grub 
menu entries, I can still select a working system from the Efi menu. I recently 
had a situation like that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2024-02-26 Thread Mate Kukri
I believe the expected solution is to use the GRUB from the latest
Ubuntu installed on such a disk, and let that GRUB boot older releases.

I am also not 100% sure if dual-booting two revisions of GRUB on one
disk was ever a supported scenario anyhow (even on BIOS GRUB was
installed to the MBR). Additionally no other UEFI aware OS seems to do
what's proposed.

Setting this to "Opinion" as this is a fundamental change on how the
bootloader is installed, and should be proposed upstream instead.

** Changed in: grub2 (Ubuntu)
   Status: Triaged => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2020-03-05 Thread Marcus Tomlinson
Thanks for the update Jeremie.

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2020-03-05 Thread Jeremie Tamburini
Bug is still there.

Quick example when my computer starts:
if I don't do anything, Ubuntu 19.10 will be booted.
If I press [F12] I get the Boot Menu list, which shows:
1. ubuntu
2. deepin
3. CD/DVD Drive ...
4. Drive0 HDD ...

There is only 1 entry for Ubuntu (which is the one for 19.10) but on my 
computer there are totally 4 different Ubuntu releases:
- Ubuntu 14.04
- Ubuntu 19.04
- Ubuntu 19.10
- Ubuntu 20.04

They should be all mentioned in the Boot Menu, but there is just one
entry.


If you install one of the Ubuntu versions, it will be automatically set as the 
only "ubuntu" Boot Menu entry. It will also be set as the default system on 
boot.
To change it you have to boot the Ubuntu version you want as the default one at 
boot, and run the command "sudo grub-install".


P.S.
I apologize for my old messages (#2 and #3) as they were not strictly connected 
to this bug, sorry!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: grub2 (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2014-09-18 Thread Jeremie Tamburini
Today I was updating one of the system (Lubuntu) on one of my test partitions.
The system wasn't the default one at the boot, but as the grub packages have 
been updated, after the re-boot I have discovered that it was set as the boot 
default system...

This bug creates problems even with the updates.

At least I have found a quicker workaround here 
http://superuser.com/questions/376470/how-to-reinstall-grub2-efi
All you have to do is booting from the grub menu the *buntu system you would 
like as the default one and run this command: 

sudo apt-get install --reinstall grub-efi-amd64


This might sounds obvious, but every time I was searching informations related 
to grub/uefi I always found instructions for external instruments such as 
boot-repair.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2014-08-28 Thread Jeremie Tamburini
Discovered the same problem on Ubuntu 14.04 and 14.10.

One of the worst thing is that a step of the installation (GRUB position
in the mount point settings) is just broken and doesn't work properly
with multi-boot systems. The last installed *buntu will be always set as
the default system, even if you DON'T select /dev/sda for GRUB.

After every installation I have to use BootRepair to set the system that
I wanted as the default one. Other wise I can leave everything as it is,
with a secondary system set as default, but at every kernel update
there's the need to run the secondary system to run the update-grub
command...

As this bug seems to be quite old, I'm afraid that probably there isn't an easy 
solution.
Is there at least a easier/faster workaround?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1056101] Re: grub-efi overwrites an existing grub*.efi file

2012-10-05 Thread Phillip Susi
Note that if the primary config file is missing or corrupt, the grub
rescue shell provides enough functionality to direct it to the config
file of the other install, allowing recovery from such a scenario.


** Changed in: grub2 (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: grub2 (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1056101

Title:
  grub-efi overwrites an existing grub*.efi file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1056101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs