Mageia Bugzilla – Attachment 6272 Details for
Bug 15695
in UEFI mode rescue fails to restore bootloader in NVRAM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix reinstalling grub2 on UEFI (mga#15695)
0001-fix-reinstalling-grub2-on-UEFI-mga-15695.patch (text/plain), 1.02 KB, created by
Thierry Vignaud
on 2015-04-15 13:16:59 CEST
(
hide
)
Description:
fix reinstalling grub2 on UEFI (mga#15695)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-15 13:16:59 CEST
Size:
1.02 KB
patch
obsolete
>From ab163967d96e75a70485403c5f03f75112f827c4 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Wed, 15 Apr 2015 07:14:17 -0400 >Subject: [PATCH 1/2] fix reinstalling grub2 on UEFI (mga#15695) > >--- > rescue/NEWS | 2 ++ > rescue/bin/install_bootloader | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/rescue/NEWS b/rescue/NEWS >index cd61e23..2481504 100644 >--- a/rescue/NEWS >+++ b/rescue/NEWS >@@ -1,3 +1,5 @@ >+- fix reinstalling grub2 on UEFI (mga#15695) >+ > Version 1.50 - 9 January 2015 by Thomas Backlund > > - add efibootmgr on x86_64 >diff --git a/rescue/bin/install_bootloader b/rescue/bin/install_bootloader >index 7328de1..58ee44a 100755 >--- a/rescue/bin/install_bootloader >+++ b/rescue/bin/install_bootloader >@@ -68,5 +68,7 @@ if (!$auto) { > } > > run_program::run('mount', '--bind', '/dev', "$::prefix/dev"); >+run_program::run('mount', '--bind', '/sys', "$::prefix/sys"); > $install->(); >+run_program::run('umount', "$::prefix/sys"); > run_program::run('umount', "$::prefix/dev"); >-- >2.3.2 >
From ab163967d96e75a70485403c5f03f75112f827c4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Wed, 15 Apr 2015 07:14:17 -0400 Subject: [PATCH 1/2] fix reinstalling grub2 on UEFI (mga#15695) --- rescue/NEWS | 2 ++ rescue/bin/install_bootloader | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rescue/NEWS b/rescue/NEWS index cd61e23..2481504 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- fix reinstalling grub2 on UEFI (mga#15695) + Version 1.50 - 9 January 2015 by Thomas Backlund - add efibootmgr on x86_64 diff --git a/rescue/bin/install_bootloader b/rescue/bin/install_bootloader index 7328de1..58ee44a 100755 --- a/rescue/bin/install_bootloader +++ b/rescue/bin/install_bootloader @@ -68,5 +68,7 @@ if (!$auto) { } run_program::run('mount', '--bind', '/dev', "$::prefix/dev"); +run_program::run('mount', '--bind', '/sys', "$::prefix/sys"); $install->(); +run_program::run('umount', "$::prefix/sys"); run_program::run('umount', "$::prefix/dev"); -- 2.3.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15695
:
6268
|
6269
|
6271
| 6272 |
6273