search for: start_imag

Displaying 5 results from an estimated 5 matches for "start_imag".

Did you mean: start_image
2006 Oct 04
1
[PATCH] Fix pygrub with "many" kernels
Attached fixes running pygrub with many kernels to do proper scrolling Signed-off-by: Jeremy Katz <katzj@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2018 Jan 09
2
update to Centos7.4: Failed to open \EFI\BOOT\grubx64.efi - Not Found
Hello All, updating from Centos7.3 to Centos7.4 rendered one of our laptops unbootable. EM: Failed to open \EFI\BOOT\grubx64.efi - Not Found Failed to load image \EFI\BOOT\grubx64.efi: Not Found start_image() returned Not Found How could this occur because of an update and how to fix this? What I tried is booting from centos usb, chroot to /mnt/sysimage and gave command: efibootmgr --create --label CentOS --disk /dev/sda1 --loader "\EFI\centos\shim.efi" This gave no EM, but booting r...
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...self.entry_win = curses.newwin(Grub.ENTRY_WIN_LINES + 2, 74, 2, 1) self.text_win = curses.newwin(10, 70, 12, 5) curses.def_prog_mode() - + curses.reset_prog_mode() self.screen.erase() @@ -261,7 +262,7 @@ class Grub: self.start_image = self.selected_image if self.selected_image < self.start_image: self.start_image = self.selected_image - + for y in range(self.start_image, len(self.cf.images)): i = self.cf.images[y] if y > self.start_image + maxy: @@ -311,7...
2018 Jan 12
1
update to Centos7.4: Failed to open \EFI\BOOT\grubx64.efi - Not Found
...ling list Subject: [CentOS] update to Centos7.4: Failed to open \EFI\BOOT\grubx64.efi - Not Found Hello All, updating from Centos7.3 to Centos7.4 rendered one of our laptops unbootable. EM: Failed to open \EFI\BOOT\grubx64.efi - Not Found Failed to load image \EFI\BOOT\grubx64.efi: Not Found start_image() returned Not Found How could this occur because of an update and how to fix this? What I tried is booting from centos usb, chroot to /mnt/sysimage and gave command: efibootmgr --create --label CentOS --disk /dev/sda1 --loader "\EFI\centos\shim.efi" This gave no EM, but booting r...
2018 Jan 09
0
update to Centos7.4: Failed to open \EFI\BOOT\grubx64.efi - Not Found
...ling list Subject: [CentOS] update to Centos7.4: Failed to open \EFI\BOOT\grubx64.efi - Not Found Hello All, updating from Centos7.3 to Centos7.4 rendered one of our laptops unbootable. EM: Failed to open \EFI\BOOT\grubx64.efi - Not Found Failed to load image \EFI\BOOT\grubx64.efi: Not Found start_image() returned Not Found How could this occur because of an update and how to fix this? What I tried is booting from centos usb, chroot to /mnt/sysimage and gave command: efibootmgr --create --label CentOS --disk /dev/sda1 --loader "\EFI\centos\shim.efi" This gave no EM, but booting r...