29.03.2016 23:16, Dave Howorth пишет:
On Tue, 2016-03-29 at 21:16 +0300, Andrei Borzenkov wrote:
29.03.2016 09:52, Dave Howorth пишет:
# efibootmgr -v BootCurrent: 0001 Timeout: 2 seconds BootOrder: 0001,0000,0002 Boot0000* Windows Boot Manager HD(1,800,32000,2d6563ec-fd02-4309-bc44-3b5343fc88f2)File(\EFI\Microsoft \Boot \bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...r................ Boot0001* opensuse-secureboot HD(1,800,32000,2d6563ec-fd02-4309-bc44-3b5343fc88f2)File(\EFI\opensuse \shim.efi) Boot0002* ubuntu HD(1,800,32000,2d6563ec-fd02-4309-bc44-3b5343fc88f2)File(\EFI\ubuntu \shimx64.efi)
...
/boot/efi/EFI/ubuntu: total 3439 -rwxrwxr-x 1 root root 1271672 Jan 17 15:24 MokManager.efi -rwxrwxr-x 1 root root 121 Jan 17 15:24 grub.cfg -rwxrwxr-x 1 root root 958328 Jan 17 15:24 grubx64.efi -rwxrwxr-x 1 root root 1289424 Jan 17 15:24 shimx64.efi
OK, so create on openSUSE file /boot/grub2/custom.cfg with content
menuentry "Mint bootloader" { set root=hd0,1 chainloader /EFI/ubuntu/shimx64.efi }
and reboot. You should get this menu entry, and hopefully selecting it will bring up Mint boot menu.
It brings up:
error: disk 'hd0,1' not found.
When I correct it to hd1,1 it loads Mint's grub but when that tries to load Mint, it says:
Bootloader has not verified image. System is compromised
Oh! Are you able to boot Mint at all with secure boot enabled? Try efibootmgr -n 0002 This /should/ set one time boot option for next reboot only to Mint loader, so no openSUSE will be involved. Are you able to boot it this way?
(n.b. paraphrased because the system switches off before I can type the message into the mail).
So no banana yet. Dave
I'll keep trying my other options.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org