http://bugzilla.suse.com/show_bug.cgi?id=1155545 http://bugzilla.suse.com/show_bug.cgi?id=1155545#c6 Fabian Vogt <fvogt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(fvogt@suse.com) | --- Comment #6 from Fabian Vogt <fvogt@suse.com> --- (In reply to Josef Reidinger from comment #5)
(In reply to Fabian Vogt from comment #0)
Created attachment 822884 [details] YaST logs (from the assets page)
I see two issues:
- It runs "grub2-editenv list" apparently in the wrong context (/ is livecd)
yes, as SCR is not yet switched. We probably need to switch it for reading bootloader there for selected target disk.
Likely. When the error message appears, "chroot /mnt grub2-editenv list" works fine.
- It thinks the system was booted with EFI, but it wasn't (EFI: 0 in install.inf)
Well, bootloader use own method to detect EFI for live installation ( do not ask me why, but it is there already for very long time)
see https://github.com/yast/yast-bootloader/blob/master/src/lib/bootloader/ bootloader_factory.rb#L91
So can you check on your live system what happens when you do? Thanks
modprobe efivars ls /sys/firmware/efi/systab
/sys/firmware/efi doesn't exist after modprobe. -- You are receiving this mail because: You are on the CC list for the bug.