[Bug 1823383] Re: grub-efi fails to register boot entry

2019-05-12 Thread Grub
** Description changed:

+ ProblemType: Package
+ DistroRelease: Ubuntu 19.04
+ Package: grub-efi-amd64 2.02+dfsg1-12ubuntu2
+ ProcVersionSignature: Ubuntu 4.18.0-18.19-generic 4.18.20
+ Uname: Linux 5.0.0-13-generic x86_64
+ Architecture: amd64
+ 
  Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it fails to make the new boot entry 
with an error:
     "error: efibootmgr failed to register the boot entry: Input/output error."
  
  Due to this failure, system becomes unbootable since there is no boot
  entry in efivar. I have to then manually boot system with
  efi_no_storage_paranoia kernel parameter in order for grub to
  successfully install.
  
  There is already available patch form the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
  The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
  Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

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

Title:
  grub-efi fails to register boot entry

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

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

[Bug 1823383] Re: grub-efi fails to register boot entry

2019-05-12 Thread Grub
** Description changed:

  Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it fails to make the new boot entry 
with an error:
-"error: efibootmgr failed to register the boot entry: Input/output error."
+    "error: efibootmgr failed to register the boot entry: Input/output error."
  
  Due to this failure, system becomes unbootable since there is no boot
  entry in efivar. I have to then manually boot system with
  efi_no_storage_paranoia kernel parameter in order for grub to
  successfully install.
  
- There is already available patch for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
+ There is already available patch form the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
  The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
  Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

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

Title:
  grub-efi fails to register boot entry

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

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

[Bug 1823383] Re: grub-efi fails to register boot entry

2019-04-06 Thread Grub
** Description changed:

- Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it fails to make new entry with an 
error:
- grub-install: error: efibootmgr failed to register the boot entry: 
Input/output error.
+ Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it fails to make the new boot entry 
with an error:
+"error: efibootmgr failed to register the boot entry: Input/output error."
  
  Due to this failure, system becomes unbootable since there is no boot
  entry in efivar. I have to then manually boot system with
  efi_no_storage_paranoia kernel parameter in order for grub to
  successfully install.
  
- There is already patch available for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
+ There is already available patch for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
  The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
  Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

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

Title:
  grub-efi fails to register boot entry

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

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

[Bug 1823383] [NEW] grub-efi fails to register boot entry

2019-04-05 Thread Grub
Public bug reported:

Every time grub  is updating it removes an already existing efi boot entry and 
tries to create a new one. In my case it fails to make new entry with an error:
grub-install: error: efibootmgr failed to register the boot entry: Input/output 
error.

Due to this failure, system becomes unbootable since there is no boot
entry in efivar. I have to then manually boot system with
efi_no_storage_paranoia kernel parameter in order for grub to
successfully install.

There is already patch available for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

** Affects: grub2 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. This fails with an error: 
+ Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it to fails to make new entry with an 
error:
  grub-install: error: efibootmgr failed to register the boot entry: 
Input/output error.
  
  Due to this failure system becomes unbootable since there is no boot
  entry in efivar. I have to then manually boot system with
  efi_no_storage_paranoia kernel parameter in order for grub to
  successfully install.
  
  There is already patch available for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
  The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
  Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

** Description changed:

- Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it to fails to make new entry with an 
error:
+ Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it fails to make new entry with an 
error:
  grub-install: error: efibootmgr failed to register the boot entry: 
Input/output error.
  
  Due to this failure system becomes unbootable since there is no boot
  entry in efivar. I have to then manually boot system with
  efi_no_storage_paranoia kernel parameter in order for grub to
  successfully install.
  
  There is already patch available for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
  The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
  Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

** Description changed:

  Every time grub  is updating it removes an already existing efi boot entry 
and tries to create a new one. In my case it fails to make new entry with an 
error:
  grub-install: error: efibootmgr failed to register the boot entry: 
Input/output error.
  
- Due to this failure system becomes unbootable since there is no boot
+ Due to this failure, system becomes unbootable since there is no boot
  entry in efivar. I have to then manually boot system with
  efi_no_storage_paranoia kernel parameter in order for grub to
  successfully install.
  
  There is already patch available for the main grub repository to fix 
grub-install to not re-create efi boot entry if one already exists.
  The patch can be found here: 
https://salsa.debian.org/grub-team/grub/commit/c3ab38fcac862d07eceefe3c56fa22b140f37410
  Link to the issue it fixes: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891434

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

Title:
  grub-efi fails to register boot entry

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

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

[Bug 1241589] Re: ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

2014-01-30 Thread grub
I used unetbootin and the tip in #44 worked for me. Thanks.

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

Title:
  ubuntu 13.10 unable to boot on live usb (busy box - initramfs)

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

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